rho-tau-extensions 5.5.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (661) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +2 -0
  3. data/LICENSE +21 -0
  4. data/README.md +6 -0
  5. data/Rakefile +90 -0
  6. data/libs/crosswalk.rb +2 -0
  7. data/libs/crosswalk/crosswalk.rb +2 -0
  8. data/libs/crosswalk/ext.yml +21 -0
  9. data/libs/crosswalk/ext/Crosswalk.xml +27 -0
  10. data/libs/crosswalk/ext/build +19 -0
  11. data/libs/crosswalk/ext/build.bat +29 -0
  12. data/libs/crosswalk/ext/platform/android/AndroidManifest.xml +9 -0
  13. data/libs/crosswalk/ext/platform/android/Rakefile +141 -0
  14. data/libs/crosswalk/ext/platform/android/adds/lib/armeabi/libxwalkcore.so +0 -0
  15. data/libs/crosswalk/ext/platform/android/adds/lib/armeabi/libxwalkdummy.so +0 -0
  16. data/libs/crosswalk/ext/platform/android/adds/lib/x86/libxwalkcore.so +0 -0
  17. data/libs/crosswalk/ext/platform/android/adds/lib/x86/libxwalkdummy.so +0 -0
  18. data/libs/crosswalk/ext/platform/android/adds/lib/xwalk_core_library_java.jar +0 -0
  19. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/bubble.9.png +0 -0
  20. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/bubble_arrow_up.png +0 -0
  21. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/color_picker_advanced_select_handle.png +0 -0
  22. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/crosswalk.png +0 -0
  23. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/dropdown_popup_background_down.9.png +0 -0
  24. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/dropdown_popup_background_up.9.png +0 -0
  25. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/ic_menu_share_holo_light.png +0 -0
  26. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/ic_search.png +0 -0
  27. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/ic_warning.png +0 -0
  28. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/ondemand_overlay.9.png +0 -0
  29. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/verify_checkmark.png +0 -0
  30. data/libs/crosswalk/ext/platform/android/adds/res/drawable-ldpi/crosswalk.png +0 -0
  31. data/libs/crosswalk/ext/platform/android/adds/res/drawable-mdpi/crosswalk.png +0 -0
  32. data/libs/crosswalk/ext/platform/android/adds/res/drawable-v21/button_borderless_compat.xml +10 -0
  33. data/libs/crosswalk/ext/platform/android/adds/res/drawable-v21/button_compat.xml +9 -0
  34. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/bubble.9.png +0 -0
  35. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/bubble_arrow_up.png +0 -0
  36. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/color_picker_advanced_select_handle.png +0 -0
  37. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/crosswalk.png +0 -0
  38. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/dropdown_popup_background_down.9.png +0 -0
  39. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/dropdown_popup_background_up.9.png +0 -0
  40. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/ic_menu_share_holo_light.png +0 -0
  41. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/ic_search.png +0 -0
  42. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/ic_warning.png +0 -0
  43. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/ondemand_overlay.9.png +0 -0
  44. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/verify_checkmark.png +0 -0
  45. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxhdpi/ic_menu_share_holo_light.png +0 -0
  46. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxhdpi/ic_search.png +0 -0
  47. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxhdpi/ic_warning.png +0 -0
  48. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxhdpi/verify_checkmark.png +0 -0
  49. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxxhdpi/ic_menu_share_holo_light.png +0 -0
  50. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxxhdpi/ic_search.png +0 -0
  51. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxxhdpi/ic_warning.png +0 -0
  52. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxxhdpi/verify_checkmark.png +0 -0
  53. data/libs/crosswalk/ext/platform/android/adds/res/drawable/autofill_chip_inset.xml +15 -0
  54. data/libs/crosswalk/ext/platform/android/adds/res/drawable/bubble.9.png +0 -0
  55. data/libs/crosswalk/ext/platform/android/adds/res/drawable/bubble_arrow_up.png +0 -0
  56. data/libs/crosswalk/ext/platform/android/adds/res/drawable/button_compat_shape.xml +9 -0
  57. data/libs/crosswalk/ext/platform/android/adds/res/drawable/color_button_background.xml +36 -0
  58. data/libs/crosswalk/ext/platform/android/adds/res/drawable/color_picker_advanced_select_handle.png +0 -0
  59. data/libs/crosswalk/ext/platform/android/adds/res/drawable/color_picker_border.xml +12 -0
  60. data/libs/crosswalk/ext/platform/android/adds/res/drawable/dropdown_label_color.xml +11 -0
  61. data/libs/crosswalk/ext/platform/android/adds/res/drawable/dropdown_popup_background.xml +13 -0
  62. data/libs/crosswalk/ext/platform/android/adds/res/drawable/dropdown_popup_background_down.9.png +0 -0
  63. data/libs/crosswalk/ext/platform/android/adds/res/drawable/dropdown_popup_background_up.9.png +0 -0
  64. data/libs/crosswalk/ext/platform/android/adds/res/drawable/ic_menu_share_holo_light.png +0 -0
  65. data/libs/crosswalk/ext/platform/android/adds/res/drawable/ic_search.png +0 -0
  66. data/libs/crosswalk/ext/platform/android/adds/res/drawable/ic_warning.png +0 -0
  67. data/libs/crosswalk/ext/platform/android/adds/res/drawable/launchscreen_bg.xml +19 -0
  68. data/libs/crosswalk/ext/platform/android/adds/res/drawable/ondemand_overlay.9.png +0 -0
  69. data/libs/crosswalk/ext/platform/android/adds/res/drawable/verify_checkmark.png +0 -0
  70. data/libs/crosswalk/ext/platform/android/adds/res/layout-land/date_time_picker_dialog.xml +42 -0
  71. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/autofill_keyboard_accessory_item.xml +40 -0
  72. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/autofill_suggestion_item.xml +18 -0
  73. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_advanced_component.xml +46 -0
  74. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_dialog_content.xml +51 -0
  75. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_dialog_title.xml +41 -0
  76. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/date_time_suggestion.xml +35 -0
  77. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/dropdown_item.xml +58 -0
  78. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/multi_field_time_picker_dialog.xml +122 -0
  79. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/two_field_date_picker.xml +38 -0
  80. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/validation_message_bubble.xml +72 -0
  81. data/libs/crosswalk/ext/platform/android/adds/res/layout/autofill_keyboard_accessory_icon.xml +13 -0
  82. data/libs/crosswalk/ext/platform/android/adds/res/layout/autofill_keyboard_accessory_item.xml +17 -0
  83. data/libs/crosswalk/ext/platform/android/adds/res/layout/autofill_suggestion_item.xml +7 -0
  84. data/libs/crosswalk/ext/platform/android/adds/res/layout/color_picker_advanced_component.xml +30 -0
  85. data/libs/crosswalk/ext/platform/android/adds/res/layout/color_picker_dialog_content.xml +36 -0
  86. data/libs/crosswalk/ext/platform/android/adds/res/layout/color_picker_dialog_title.xml +25 -0
  87. data/libs/crosswalk/ext/platform/android/adds/res/layout/date_time_picker_dialog.xml +42 -0
  88. data/libs/crosswalk/ext/platform/android/adds/res/layout/date_time_suggestion.xml +16 -0
  89. data/libs/crosswalk/ext/platform/android/adds/res/layout/dropdown_item.xml +34 -0
  90. data/libs/crosswalk/ext/platform/android/adds/res/layout/multi_field_time_picker_dialog.xml +50 -0
  91. data/libs/crosswalk/ext/platform/android/adds/res/layout/two_field_date_picker.xml +26 -0
  92. data/libs/crosswalk/ext/platform/android/adds/res/layout/validation_message_bubble.xml +47 -0
  93. data/libs/crosswalk/ext/platform/android/adds/res/menu/select_action_menu.xml +54 -0
  94. data/libs/crosswalk/ext/platform/android/adds/res/raw/contacts_api.js +206 -0
  95. data/libs/crosswalk/ext/platform/android/adds/res/raw/device_capabilities_api.js +231 -0
  96. data/libs/crosswalk/ext/platform/android/adds/res/raw/empty.wav +0 -0
  97. data/libs/crosswalk/ext/platform/android/adds/res/raw/icudtl.dat +0 -0
  98. data/libs/crosswalk/ext/platform/android/adds/res/raw/launch_screen_api.js +9 -0
  99. data/libs/crosswalk/ext/platform/android/adds/res/raw/messaging_api.js +359 -0
  100. data/libs/crosswalk/ext/platform/android/adds/res/raw/presentation_api.js +144 -0
  101. data/libs/crosswalk/ext/platform/android/adds/res/raw/wifidirect_api.js +227 -0
  102. data/libs/crosswalk/ext/platform/android/adds/res/raw/xwalk.pak +0 -0
  103. data/libs/crosswalk/ext/platform/android/adds/res/values-am/android_content_strings.xml +15 -0
  104. data/libs/crosswalk/ext/platform/android/adds/res/values-am/android_ui_strings.xml +47 -0
  105. data/libs/crosswalk/ext/platform/android/adds/res/values-ar/android_content_strings.xml +15 -0
  106. data/libs/crosswalk/ext/platform/android/adds/res/values-ar/android_ui_strings.xml +47 -0
  107. data/libs/crosswalk/ext/platform/android/adds/res/values-bg/android_content_strings.xml +15 -0
  108. data/libs/crosswalk/ext/platform/android/adds/res/values-bg/android_ui_strings.xml +47 -0
  109. data/libs/crosswalk/ext/platform/android/adds/res/values-ca/android_content_strings.xml +15 -0
  110. data/libs/crosswalk/ext/platform/android/adds/res/values-ca/android_ui_strings.xml +47 -0
  111. data/libs/crosswalk/ext/platform/android/adds/res/values-cs/android_content_strings.xml +15 -0
  112. data/libs/crosswalk/ext/platform/android/adds/res/values-cs/android_ui_strings.xml +47 -0
  113. data/libs/crosswalk/ext/platform/android/adds/res/values-da/android_content_strings.xml +15 -0
  114. data/libs/crosswalk/ext/platform/android/adds/res/values-da/android_ui_strings.xml +47 -0
  115. data/libs/crosswalk/ext/platform/android/adds/res/values-de/android_content_strings.xml +15 -0
  116. data/libs/crosswalk/ext/platform/android/adds/res/values-de/android_ui_strings.xml +47 -0
  117. data/libs/crosswalk/ext/platform/android/adds/res/values-el/android_content_strings.xml +15 -0
  118. data/libs/crosswalk/ext/platform/android/adds/res/values-el/android_ui_strings.xml +47 -0
  119. data/libs/crosswalk/ext/platform/android/adds/res/values-en-rGB/android_content_strings.xml +15 -0
  120. data/libs/crosswalk/ext/platform/android/adds/res/values-en-rGB/android_ui_strings.xml +47 -0
  121. data/libs/crosswalk/ext/platform/android/adds/res/values-es-rUS/android_content_strings.xml +15 -0
  122. data/libs/crosswalk/ext/platform/android/adds/res/values-es-rUS/android_ui_strings.xml +47 -0
  123. data/libs/crosswalk/ext/platform/android/adds/res/values-es/android_content_strings.xml +15 -0
  124. data/libs/crosswalk/ext/platform/android/adds/res/values-es/android_ui_strings.xml +47 -0
  125. data/libs/crosswalk/ext/platform/android/adds/res/values-fa/android_content_strings.xml +15 -0
  126. data/libs/crosswalk/ext/platform/android/adds/res/values-fa/android_ui_strings.xml +47 -0
  127. data/libs/crosswalk/ext/platform/android/adds/res/values-fi/android_content_strings.xml +15 -0
  128. data/libs/crosswalk/ext/platform/android/adds/res/values-fi/android_ui_strings.xml +47 -0
  129. data/libs/crosswalk/ext/platform/android/adds/res/values-fr/android_content_strings.xml +15 -0
  130. data/libs/crosswalk/ext/platform/android/adds/res/values-fr/android_ui_strings.xml +47 -0
  131. data/libs/crosswalk/ext/platform/android/adds/res/values-hi/android_content_strings.xml +15 -0
  132. data/libs/crosswalk/ext/platform/android/adds/res/values-hi/android_ui_strings.xml +47 -0
  133. data/libs/crosswalk/ext/platform/android/adds/res/values-hr/android_content_strings.xml +15 -0
  134. data/libs/crosswalk/ext/platform/android/adds/res/values-hr/android_ui_strings.xml +47 -0
  135. data/libs/crosswalk/ext/platform/android/adds/res/values-hu/android_content_strings.xml +15 -0
  136. data/libs/crosswalk/ext/platform/android/adds/res/values-hu/android_ui_strings.xml +47 -0
  137. data/libs/crosswalk/ext/platform/android/adds/res/values-in/android_content_strings.xml +15 -0
  138. data/libs/crosswalk/ext/platform/android/adds/res/values-in/android_ui_strings.xml +47 -0
  139. data/libs/crosswalk/ext/platform/android/adds/res/values-it/android_content_strings.xml +15 -0
  140. data/libs/crosswalk/ext/platform/android/adds/res/values-it/android_ui_strings.xml +47 -0
  141. data/libs/crosswalk/ext/platform/android/adds/res/values-iw/android_content_strings.xml +15 -0
  142. data/libs/crosswalk/ext/platform/android/adds/res/values-iw/android_ui_strings.xml +47 -0
  143. data/libs/crosswalk/ext/platform/android/adds/res/values-ja/android_content_strings.xml +15 -0
  144. data/libs/crosswalk/ext/platform/android/adds/res/values-ja/android_ui_strings.xml +47 -0
  145. data/libs/crosswalk/ext/platform/android/adds/res/values-ko/android_content_strings.xml +15 -0
  146. data/libs/crosswalk/ext/platform/android/adds/res/values-ko/android_ui_strings.xml +47 -0
  147. data/libs/crosswalk/ext/platform/android/adds/res/values-lt/android_content_strings.xml +15 -0
  148. data/libs/crosswalk/ext/platform/android/adds/res/values-lt/android_ui_strings.xml +47 -0
  149. data/libs/crosswalk/ext/platform/android/adds/res/values-lv/android_content_strings.xml +15 -0
  150. data/libs/crosswalk/ext/platform/android/adds/res/values-lv/android_ui_strings.xml +47 -0
  151. data/libs/crosswalk/ext/platform/android/adds/res/values-nb/android_content_strings.xml +15 -0
  152. data/libs/crosswalk/ext/platform/android/adds/res/values-nb/android_ui_strings.xml +47 -0
  153. data/libs/crosswalk/ext/platform/android/adds/res/values-nl/android_content_strings.xml +15 -0
  154. data/libs/crosswalk/ext/platform/android/adds/res/values-nl/android_ui_strings.xml +47 -0
  155. data/libs/crosswalk/ext/platform/android/adds/res/values-pl/android_content_strings.xml +15 -0
  156. data/libs/crosswalk/ext/platform/android/adds/res/values-pl/android_ui_strings.xml +47 -0
  157. data/libs/crosswalk/ext/platform/android/adds/res/values-pt-rBR/android_content_strings.xml +15 -0
  158. data/libs/crosswalk/ext/platform/android/adds/res/values-pt-rBR/android_ui_strings.xml +47 -0
  159. data/libs/crosswalk/ext/platform/android/adds/res/values-pt-rPT/android_content_strings.xml +15 -0
  160. data/libs/crosswalk/ext/platform/android/adds/res/values-pt-rPT/android_ui_strings.xml +47 -0
  161. data/libs/crosswalk/ext/platform/android/adds/res/values-ro/android_content_strings.xml +15 -0
  162. data/libs/crosswalk/ext/platform/android/adds/res/values-ro/android_ui_strings.xml +47 -0
  163. data/libs/crosswalk/ext/platform/android/adds/res/values-ru/android_content_strings.xml +15 -0
  164. data/libs/crosswalk/ext/platform/android/adds/res/values-ru/android_ui_strings.xml +47 -0
  165. data/libs/crosswalk/ext/platform/android/adds/res/values-sk/android_content_strings.xml +15 -0
  166. data/libs/crosswalk/ext/platform/android/adds/res/values-sk/android_ui_strings.xml +47 -0
  167. data/libs/crosswalk/ext/platform/android/adds/res/values-sl/android_content_strings.xml +15 -0
  168. data/libs/crosswalk/ext/platform/android/adds/res/values-sl/android_ui_strings.xml +47 -0
  169. data/libs/crosswalk/ext/platform/android/adds/res/values-sr/android_content_strings.xml +15 -0
  170. data/libs/crosswalk/ext/platform/android/adds/res/values-sr/android_ui_strings.xml +47 -0
  171. data/libs/crosswalk/ext/platform/android/adds/res/values-sv/android_content_strings.xml +15 -0
  172. data/libs/crosswalk/ext/platform/android/adds/res/values-sv/android_ui_strings.xml +47 -0
  173. data/libs/crosswalk/ext/platform/android/adds/res/values-sw/android_content_strings.xml +15 -0
  174. data/libs/crosswalk/ext/platform/android/adds/res/values-sw/android_ui_strings.xml +47 -0
  175. data/libs/crosswalk/ext/platform/android/adds/res/values-th/android_content_strings.xml +15 -0
  176. data/libs/crosswalk/ext/platform/android/adds/res/values-th/android_ui_strings.xml +47 -0
  177. data/libs/crosswalk/ext/platform/android/adds/res/values-tl/android_content_strings.xml +15 -0
  178. data/libs/crosswalk/ext/platform/android/adds/res/values-tl/android_ui_strings.xml +47 -0
  179. data/libs/crosswalk/ext/platform/android/adds/res/values-tr/android_content_strings.xml +15 -0
  180. data/libs/crosswalk/ext/platform/android/adds/res/values-tr/android_ui_strings.xml +47 -0
  181. data/libs/crosswalk/ext/platform/android/adds/res/values-uk/android_content_strings.xml +15 -0
  182. data/libs/crosswalk/ext/platform/android/adds/res/values-uk/android_ui_strings.xml +47 -0
  183. data/libs/crosswalk/ext/platform/android/adds/res/values-v14/theme.xml +16 -0
  184. data/libs/crosswalk/ext/platform/android/adds/res/values-v17/styles.xml +19 -0
  185. data/libs/crosswalk/ext/platform/android/adds/res/values-v17/ui_java_styles.xml +41 -0
  186. data/libs/crosswalk/ext/platform/android/adds/res/values-v21/styles.xml +14 -0
  187. data/libs/crosswalk/ext/platform/android/adds/res/values-v21/ui_java_styles.xml +14 -0
  188. data/libs/crosswalk/ext/platform/android/adds/res/values-vi/android_content_strings.xml +15 -0
  189. data/libs/crosswalk/ext/platform/android/adds/res/values-vi/android_ui_strings.xml +47 -0
  190. data/libs/crosswalk/ext/platform/android/adds/res/values-zh-rCN/android_content_strings.xml +15 -0
  191. data/libs/crosswalk/ext/platform/android/adds/res/values-zh-rCN/android_ui_strings.xml +47 -0
  192. data/libs/crosswalk/ext/platform/android/adds/res/values-zh-rTW/android_content_strings.xml +15 -0
  193. data/libs/crosswalk/ext/platform/android/adds/res/values-zh-rTW/android_ui_strings.xml +47 -0
  194. data/libs/crosswalk/ext/platform/android/adds/res/values/android_content_strings.xml +15 -0
  195. data/libs/crosswalk/ext/platform/android/adds/res/values/android_ui_strings.xml +47 -0
  196. data/libs/crosswalk/ext/platform/android/adds/res/values/android_xwalk_strings.xml +17 -0
  197. data/libs/crosswalk/ext/platform/android/adds/res/values/ui_java_attrs.xml +9 -0
  198. data/libs/crosswalk/ext/platform/android/adds/res/values/ui_java_dimens.xml +31 -0
  199. data/libs/crosswalk/ext/platform/android/adds/res/values/ui_java_strings.xml +16 -0
  200. data/libs/crosswalk/ext/platform/android/adds/res/values/ui_java_styles.xml +101 -0
  201. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_app_strings.xml +28 -0
  202. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_attrs.xml +11 -0
  203. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_colors.xml +13 -0
  204. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_core_internal_java_strings.xml +16 -0
  205. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_core_java_strings.xml +16 -0
  206. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_dimens.xml +11 -0
  207. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_resources_list.xml +7 -0
  208. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_styles.xml +40 -0
  209. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_values.xml +10 -0
  210. data/libs/crosswalk/ext/platform/android/ext_java.files +14 -0
  211. data/libs/crosswalk/ext/platform/android/ext_native.files +7 -0
  212. data/libs/crosswalk/ext/platform/android/jni/Crosswalk_impl.cpp +61 -0
  213. data/libs/crosswalk/ext/platform/android/src/com/rho/crosswalk/Crosswalk.java +14 -0
  214. data/libs/crosswalk/ext/platform/android/src/com/rho/crosswalk/CrosswalkFactory.java +18 -0
  215. data/libs/crosswalk/ext/platform/android/src/com/rho/crosswalk/CrosswalkSingleton.java +24 -0
  216. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/CrosswalkExtension.java +16 -0
  217. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/RhodesListener.java +18 -0
  218. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/TauXWResourceClient.java +182 -0
  219. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/TauXWUIClient.java +125 -0
  220. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/TauXWalkWebView.java +368 -0
  221. data/libs/crosswalk/ext/platform/iphone/Crosswalk.xcodeproj/project.pbxproj +368 -0
  222. data/libs/crosswalk/ext/platform/iphone/Crosswalk_Prefix.pch +7 -0
  223. data/libs/crosswalk/ext/platform/iphone/Rakefile +73 -0
  224. data/libs/crosswalk/ext/platform/iphone/impl/Crosswalk.h +14 -0
  225. data/libs/crosswalk/ext/platform/iphone/impl/Crosswalk.m +24 -0
  226. data/libs/crosswalk/ext/platform/iphone/impl/CrosswalkFactorySingleton.m +16 -0
  227. data/libs/crosswalk/ext/platform/iphone/impl/CrosswalkSetup.m +9 -0
  228. data/libs/crosswalk/ext/platform/iphone/impl/CrosswalkSingleton.h +17 -0
  229. data/libs/crosswalk/ext/platform/iphone/impl/CrosswalkSingleton.m +23 -0
  230. data/libs/crosswalk/ext/platform/iphone/impl/readme.txt +7 -0
  231. data/libs/crosswalk/ext/platform/qt/Crosswalk.pro +66 -0
  232. data/libs/crosswalk/ext/platform/qt/Rakefile +35 -0
  233. data/libs/crosswalk/ext/platform/qt/src/Crosswalk_impl.cpp +77 -0
  234. data/libs/crosswalk/ext/platform/wm/Crosswalk.sln +52 -0
  235. data/libs/crosswalk/ext/platform/wm/Crosswalk.vcproj +714 -0
  236. data/libs/crosswalk/ext/platform/wm/Crosswalk.vsprops +15 -0
  237. data/libs/crosswalk/ext/platform/wm/src/Crosswalk_impl.cpp +77 -0
  238. data/libs/crosswalk/ext/platform/wp8/Crosswalk.props +18 -0
  239. data/libs/crosswalk/ext/platform/wp8/Crosswalk.vcxproj +170 -0
  240. data/libs/crosswalk/ext/platform/wp8/Crosswalk.vcxproj.filters +50 -0
  241. data/libs/crosswalk/ext/platform/wp8/CrosswalkImpl.csproj +119 -0
  242. data/libs/crosswalk/ext/platform/wp8/CrosswalkImpl.props +8 -0
  243. data/libs/crosswalk/ext/platform/wp8/CrosswalkImpl.targets +7 -0
  244. data/libs/crosswalk/ext/platform/wp8/CrosswalkLib.props +18 -0
  245. data/libs/crosswalk/ext/platform/wp8/CrosswalkLib.vcxproj +185 -0
  246. data/libs/crosswalk/ext/platform/wp8/CrosswalkLib.vcxproj.filters +58 -0
  247. data/libs/crosswalk/ext/platform/wp8/src/Crosswalk_impl.cpp +76 -0
  248. data/libs/crosswalk/ext/platform/wp8/src/Crosswalk_impl.cs +69 -0
  249. data/libs/crosswalk/ext/platform/wp8/src/Properties/AssemblyInfo.cs +37 -0
  250. data/libs/enterprise-barcode/ext.yml +13 -0
  251. data/libs/enterprise-barcode/ext/barcode.xml +2144 -0
  252. data/libs/enterprise-barcode/ext/build +17 -0
  253. data/libs/enterprise-barcode/ext/build.bat +29 -0
  254. data/libs/enterprise-barcode/ext/platform/android/AndroidManifest.xml +31 -0
  255. data/libs/enterprise-barcode/ext/platform/android/ZXing_Info/AUTHORS +58 -0
  256. data/libs/enterprise-barcode/ext/platform/android/ZXing_Info/CHANGES +266 -0
  257. data/libs/enterprise-barcode/ext/platform/android/ZXing_Info/COPYING +201 -0
  258. data/libs/enterprise-barcode/ext/platform/android/ZXing_Info/README +11 -0
  259. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable-hdpi/cancel_icon.png +0 -0
  260. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable-hdpi/ok_icon.png +0 -0
  261. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable-hdpi/retake_icon.png +0 -0
  262. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable/cancel_icon.png +0 -0
  263. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable/ok_icon.png +0 -0
  264. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable/retake_icon.png +0 -0
  265. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/layout/capture.xml +122 -0
  266. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/raw/beep.ogg +0 -0
  267. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/values/attrs.xml +20 -0
  268. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/values/colors.xml +42 -0
  269. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/values/ids.xml +31 -0
  270. data/libs/enterprise-barcode/ext/platform/android/adds/lib/armeabi/liballbarcode.a +0 -0
  271. data/libs/enterprise-barcode/ext/platform/android/adds/lib/x86/liballbarcode.a +0 -0
  272. data/libs/enterprise-barcode/ext/platform/android/allbarcode.jar +0 -0
  273. data/libs/enterprise-barcode/ext/platform/iphone/Barcode.xcodeproj/project.pbxproj +524 -0
  274. data/libs/enterprise-barcode/ext/platform/iphone/Barcode_Prefix.pch +7 -0
  275. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeCallbackHelper.h +27 -0
  276. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeCallbackHelper.mm +231 -0
  277. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewController.h +95 -0
  278. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewController.m +1017 -0
  279. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewFactory.h +7 -0
  280. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewFactory.mm +58 -0
  281. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewFactoryRegister.mm +18 -0
  282. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewManager.h +16 -0
  283. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewManager.mm +32 -0
  284. data/libs/enterprise-barcode/ext/platform/iphone/Classes/ImageProvider.cpp +25 -0
  285. data/libs/enterprise-barcode/ext/platform/iphone/Classes/ImageProvider.h +15 -0
  286. data/libs/enterprise-barcode/ext/platform/iphone/Classes/ImageProvider.mm +159 -0
  287. data/libs/enterprise-barcode/ext/platform/iphone/Classes/barcode.m +123 -0
  288. data/libs/enterprise-barcode/ext/platform/iphone/Rakefile +69 -0
  289. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/COPYING +27 -0
  290. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarCameraSimulator.h +45 -0
  291. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarCaptureReader.h +111 -0
  292. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarHelpController.h +60 -0
  293. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarImage.h +69 -0
  294. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarImageScanner.h +51 -0
  295. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarReaderController.h +142 -0
  296. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarReaderView.h +135 -0
  297. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarReaderViewController.h +130 -0
  298. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarSDK.h +34 -0
  299. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarSymbol.h +71 -0
  300. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar.h +1497 -0
  301. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Decoder.h +202 -0
  302. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Exception.h +187 -0
  303. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Image.h +321 -0
  304. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/ImageScanner.h +130 -0
  305. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Processor.h +223 -0
  306. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Scanner.h +162 -0
  307. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Symbol.h +528 -0
  308. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Video.h +170 -0
  309. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Window.h +136 -0
  310. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/LICENSE +504 -0
  311. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/README +59 -0
  312. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Resources/zbar-back.png +0 -0
  313. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Resources/zbar-help.html +88 -0
  314. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Resources/zbar-helpicons.png +0 -0
  315. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Resources/zbar-samples.png +0 -0
  316. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/libzbar.a +0 -0
  317. data/libs/enterprise-barcode/ext/platform/iphone/impl/Barcode.h +21 -0
  318. data/libs/enterprise-barcode/ext/platform/iphone/impl/Barcode.m +132 -0
  319. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeFactory.h +10 -0
  320. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeFactory.m +16 -0
  321. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeFactorySingleton.m +16 -0
  322. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSetup.m +8 -0
  323. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSingleton.h +17 -0
  324. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSingleton.m +22 -0
  325. data/libs/enterprise-barcode/ext/platform/iphone/impl/readme.txt +7 -0
  326. data/libs/enterprise-barcode/ext/platform/wm/Barcode.sln +44 -0
  327. data/libs/enterprise-barcode/ext/platform/wm/Barcode.vcproj +836 -0
  328. data/libs/enterprise-barcode/ext/platform/wm/Barcode.vsprops +15 -0
  329. data/libs/enterprise-barcode/ext/platform/wm/readme.txt +0 -0
  330. data/libs/enterprise-barcode/ext/platform/wm/src/Barcode_impl.cpp +376 -0
  331. data/libs/enterprise-barcode/ext/platform/wm/src/DecodeNotifier.cpp +173 -0
  332. data/libs/enterprise-barcode/ext/platform/wm/src/DecodeNotifier.h +149 -0
  333. data/libs/enterprise-barcode/ext/platform/wm/src/EMDKInterfaceAbstraction.cpp +476 -0
  334. data/libs/enterprise-barcode/ext/platform/wm/src/GetDecoderProperties.cpp +1195 -0
  335. data/libs/enterprise-barcode/ext/platform/wm/src/GetScannerProperties.cpp +553 -0
  336. data/libs/enterprise-barcode/ext/platform/wm/src/KeyInjector.cpp +177 -0
  337. data/libs/enterprise-barcode/ext/platform/wm/src/KeyInjector.h +40 -0
  338. data/libs/enterprise-barcode/ext/platform/wm/src/NotificationLoader.cpp +76 -0
  339. data/libs/enterprise-barcode/ext/platform/wm/src/NotificationLoader.h +44 -0
  340. data/libs/enterprise-barcode/ext/platform/wm/src/RSM.cpp +1211 -0
  341. data/libs/enterprise-barcode/ext/platform/wm/src/Scanner.cpp +2609 -0
  342. data/libs/enterprise-barcode/ext/platform/wm/src/Scanner.h +1099 -0
  343. data/libs/enterprise-barcode/ext/platform/wm/src/ScannerDefines.h +322 -0
  344. data/libs/enterprise-barcode/ext/platform/wm/src/SetDecoderProperties.cpp +2106 -0
  345. data/libs/enterprise-barcode/ext/platform/wm/src/SetScannerProperties.cpp +1060 -0
  346. data/libs/enterprise-barcode/ext/platform/wm/src/Utilities.cpp +184 -0
  347. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeImpl.csproj +119 -0
  348. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeImpl.props +8 -0
  349. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeImpl.targets +35 -0
  350. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeLib.props +18 -0
  351. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeLib.vcxproj +185 -0
  352. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeLib.vcxproj.filters +58 -0
  353. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.Graphics.Imaging.dll +0 -0
  354. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.Graphics.Imaging.winmd +0 -0
  355. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.Graphics.Imaging.xml +4813 -0
  356. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.InteropServices.WindowsRuntime.dll +0 -0
  357. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.InteropServices.WindowsRuntime.winmd +0 -0
  358. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.InteropServices.WindowsRuntime.xml +41 -0
  359. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/OpticalReaderLib.dll +0 -0
  360. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib.XML +68 -0
  361. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib.dll +0 -0
  362. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/BarcodeReaderLib.csproj +120 -0
  363. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/BarcodeReaderLib.sln +34 -0
  364. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/CameraNavigatePage.xaml +32 -0
  365. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/CameraNavigatePage.xaml.cs +235 -0
  366. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/OpticalReaderTask.cs +182 -0
  367. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/Properties/AssemblyInfo.cs +37 -0
  368. data/libs/enterprise-barcode/ext/platform/wp8/lib/Nokia.Graphics.Imaging.Managed.dll +0 -0
  369. data/libs/enterprise-barcode/ext/platform/wp8/lib/Nokia.Graphics.Imaging.Managed.xml +341 -0
  370. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.Graphics.Imaging.dll +0 -0
  371. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.Graphics.Imaging.winmd +0 -0
  372. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.Graphics.Imaging.xml +4813 -0
  373. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.InteropServices.WindowsRuntime.dll +0 -0
  374. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.InteropServices.WindowsRuntime.winmd +0 -0
  375. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.InteropServices.WindowsRuntime.xml +41 -0
  376. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/OpticalReaderLib.dll +0 -0
  377. data/libs/enterprise-barcode/ext/platform/wp8/lib/zxing.wp8.0.XML +10324 -0
  378. data/libs/enterprise-barcode/ext/platform/wp8/lib/zxing.wp8.0.dll +0 -0
  379. data/libs/enterprise-barcode/ext/platform/wp8/src/Barcode_impl.cs +630 -0
  380. data/libs/enterprise-barcode/ext/platform/wp8/src/Properties/AssemblyInfo.cs +37 -0
  381. data/libs/enterprise-barcode/public/api/generated/Rho.Barcode.js +772 -0
  382. data/libs/ie/rhobrowser.dll +0 -0
  383. data/libs/nodejs.rb +2 -0
  384. data/libs/nodejs/ext.yml +25 -0
  385. data/libs/nodejs/ext/Nodejs.xml +37 -0
  386. data/libs/nodejs/ext/build +19 -0
  387. data/libs/nodejs/ext/build.bat +29 -0
  388. data/libs/nodejs/ext/platform/android/Rakefile +161 -0
  389. data/libs/nodejs/ext/platform/android/ext_native.files +8 -0
  390. data/libs/nodejs/ext/platform/android/jxCore/jx.h +134 -0
  391. data/libs/nodejs/ext/platform/android/jxCore/jx_result.h +221 -0
  392. data/libs/nodejs/ext/platform/android/jxCore/libcares_arm.a +0 -0
  393. data/libs/nodejs/ext/platform/android/jxCore/libcares_ia32.a +0 -0
  394. data/libs/nodejs/ext/platform/android/jxCore/libcares_x64.a +0 -0
  395. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_arm.a +0 -0
  396. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_ia32.a +0 -0
  397. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_x64.a +0 -0
  398. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_arm.a +0 -0
  399. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_ia32.a +0 -0
  400. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_x64.a +0 -0
  401. data/libs/nodejs/ext/platform/android/jxCore/libjx_arm.a +0 -0
  402. data/libs/nodejs/ext/platform/android/jxCore/libjx_ia32.a +0 -0
  403. data/libs/nodejs/ext/platform/android/jxCore/libjx_x64.a +0 -0
  404. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_arm.a +0 -0
  405. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_ia32.a +0 -0
  406. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_x64.a +0 -0
  407. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_arm.a +0 -0
  408. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_ia32.a +0 -0
  409. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_x64.a +0 -0
  410. data/libs/nodejs/ext/platform/android/jxCore/libuv_arm.a +0 -0
  411. data/libs/nodejs/ext/platform/android/jxCore/libuv_ia32.a +0 -0
  412. data/libs/nodejs/ext/platform/android/jxCore/libuv_x64.a +0 -0
  413. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_arm.a +0 -0
  414. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_ia32.a +0 -0
  415. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_x64.a +0 -0
  416. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_arm.a +0 -0
  417. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_ia32.a +0 -0
  418. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_x64.a +0 -0
  419. data/libs/nodejs/ext/platform/iphone/Nodejs.xcodeproj/project.pbxproj +350 -0
  420. data/libs/nodejs/ext/platform/iphone/Nodejs_Prefix.pch +7 -0
  421. data/libs/nodejs/ext/platform/iphone/Rakefile +73 -0
  422. data/libs/nodejs/ext/platform/iphone/jxCore/jx.h +134 -0
  423. data/libs/nodejs/ext/platform/iphone/jxCore/jx_result.h +221 -0
  424. data/libs/nodejs/ext/platform/iphone/jxCore/libcares.a +0 -0
  425. data/libs/nodejs/ext/platform/iphone/jxCore/libchrome_zlib.a +0 -0
  426. data/libs/nodejs/ext/platform/iphone/jxCore/libhttp_parser.a +0 -0
  427. data/libs/nodejs/ext/platform/iphone/jxCore/libjx.a +0 -0
  428. data/libs/nodejs/ext/platform/iphone/jxCore/libmozjs.a +0 -0
  429. data/libs/nodejs/ext/platform/iphone/jxCore/libopenssl.a +0 -0
  430. data/libs/nodejs/ext/platform/iphone/jxCore/libsqlite3.a +0 -0
  431. data/libs/nodejs/ext/platform/iphone/jxCore/libuv.a +0 -0
  432. data/libs/nodejs/ext/shared/jxcore/jx.h +134 -0
  433. data/libs/nodejs/ext/shared/jxcore/jx_result.h +221 -0
  434. data/libs/nodejs/ext/shared/jxcoretau.cpp +454 -0
  435. data/libs/nodejs/ext/shared/jxcoretau.h +20 -0
  436. data/libs/nodejs/ext/shared/nodejs_impl.cpp +106 -0
  437. data/libs/nodejs/nodejs.rb +2 -0
  438. data/libs/openssl-edge.rb +2 -0
  439. data/libs/openssl-edge/ext.yml +4 -0
  440. data/libs/openssl-edge/ext/Rakefile +145 -0
  441. data/libs/openssl-edge/ext/android/Rakefile +107 -0
  442. data/libs/openssl-edge/ext/android/ext_native.files +32 -0
  443. data/libs/openssl-edge/ext/android/extconf.h +91 -0
  444. data/libs/openssl-edge/ext/build +12 -0
  445. data/libs/openssl-edge/ext/build.bat +5 -0
  446. data/libs/openssl-edge/ext/extconf.rb +141 -0
  447. data/libs/openssl-edge/ext/openssl.pro +109 -0
  448. data/libs/openssl-edge/ext/openssl.sln +52 -0
  449. data/libs/openssl-edge/ext/openssl.vcproj +1010 -0
  450. data/libs/openssl-edge/ext/openssl_missing.c +1163 -0
  451. data/libs/openssl-edge/ext/openssl_missing.h +537 -0
  452. data/libs/openssl-edge/ext/ossl.c +1203 -0
  453. data/libs/openssl-edge/ext/ossl.h +242 -0
  454. data/libs/openssl-edge/ext/ossl_asn1.c +2008 -0
  455. data/libs/openssl-edge/ext/ossl_asn1.h +66 -0
  456. data/libs/openssl-edge/ext/ossl_bio.c +118 -0
  457. data/libs/openssl-edge/ext/ossl_bio.h +19 -0
  458. data/libs/openssl-edge/ext/ossl_bn.c +1153 -0
  459. data/libs/openssl-edge/ext/ossl_bn.h +23 -0
  460. data/libs/openssl-edge/ext/ossl_cipher.c +1085 -0
  461. data/libs/openssl-edge/ext/ossl_cipher.h +20 -0
  462. data/libs/openssl-edge/ext/ossl_config.c +89 -0
  463. data/libs/openssl-edge/ext/ossl_config.h +19 -0
  464. data/libs/openssl-edge/ext/ossl_digest.c +453 -0
  465. data/libs/openssl-edge/ext/ossl_digest.h +20 -0
  466. data/libs/openssl-edge/ext/ossl_engine.c +580 -0
  467. data/libs/openssl-edge/ext/ossl_engine.h +19 -0
  468. data/libs/openssl-edge/ext/ossl_hmac.c +398 -0
  469. data/libs/openssl-edge/ext/ossl_hmac.h +18 -0
  470. data/libs/openssl-edge/ext/ossl_ns_spki.c +406 -0
  471. data/libs/openssl-edge/ext/ossl_ns_spki.h +19 -0
  472. data/libs/openssl-edge/ext/ossl_ocsp.c +2013 -0
  473. data/libs/openssl-edge/ext/ossl_ocsp.h +23 -0
  474. data/libs/openssl-edge/ext/ossl_pkcs12.c +261 -0
  475. data/libs/openssl-edge/ext/ossl_pkcs12.h +13 -0
  476. data/libs/openssl-edge/ext/ossl_pkcs5.c +180 -0
  477. data/libs/openssl-edge/ext/ossl_pkcs5.h +6 -0
  478. data/libs/openssl-edge/ext/ossl_pkcs7.c +1157 -0
  479. data/libs/openssl-edge/ext/ossl_pkcs7.h +20 -0
  480. data/libs/openssl-edge/ext/ossl_pkey.c +469 -0
  481. data/libs/openssl-edge/ext/ossl_pkey.h +245 -0
  482. data/libs/openssl-edge/ext/ossl_pkey_dh.c +650 -0
  483. data/libs/openssl-edge/ext/ossl_pkey_dsa.c +672 -0
  484. data/libs/openssl-edge/ext/ossl_pkey_ec.c +1806 -0
  485. data/libs/openssl-edge/ext/ossl_pkey_rsa.c +768 -0
  486. data/libs/openssl-edge/ext/ossl_rand.c +238 -0
  487. data/libs/openssl-edge/ext/ossl_rand.h +18 -0
  488. data/libs/openssl-edge/ext/ossl_ssl.c +2724 -0
  489. data/libs/openssl-edge/ext/ossl_ssl.h +41 -0
  490. data/libs/openssl-edge/ext/ossl_ssl_session.c +352 -0
  491. data/libs/openssl-edge/ext/ossl_version.h +15 -0
  492. data/libs/openssl-edge/ext/ossl_x509.c +186 -0
  493. data/libs/openssl-edge/ext/ossl_x509.h +119 -0
  494. data/libs/openssl-edge/ext/ossl_x509attr.c +328 -0
  495. data/libs/openssl-edge/ext/ossl_x509cert.c +863 -0
  496. data/libs/openssl-edge/ext/ossl_x509crl.c +565 -0
  497. data/libs/openssl-edge/ext/ossl_x509ext.c +480 -0
  498. data/libs/openssl-edge/ext/ossl_x509name.c +547 -0
  499. data/libs/openssl-edge/ext/ossl_x509req.c +492 -0
  500. data/libs/openssl-edge/ext/ossl_x509revoked.c +279 -0
  501. data/libs/openssl-edge/ext/ossl_x509store.c +846 -0
  502. data/libs/openssl-edge/ext/ruby_missing.h +32 -0
  503. data/libs/openssl-edge/openssl-edge.rb +2 -0
  504. data/libs/openssl-edge/openssl.rb +24 -0
  505. data/libs/openssl-edge/openssl/bn.rb +35 -0
  506. data/libs/openssl-edge/openssl/buffering.rb +341 -0
  507. data/libs/openssl-edge/openssl/cipher.rb +65 -0
  508. data/libs/openssl-edge/openssl/digest.rb +61 -0
  509. data/libs/openssl-edge/openssl/ssl-internal.rb +180 -0
  510. data/libs/openssl-edge/openssl/ssl.rb +1 -0
  511. data/libs/openssl-edge/openssl/x509-internal.rb +153 -0
  512. data/libs/openssl-edge/openssl/x509.rb +1 -0
  513. data/libs/openssl.so-edge.rb +2 -0
  514. data/libs/openssl.so-edge/ext.yml +8 -0
  515. data/libs/openssl.so-edge/ext/Rakefile +140 -0
  516. data/libs/openssl.so-edge/ext/android/armeabi/libcrypto.a +0 -0
  517. data/libs/openssl.so-edge/ext/android/armeabi/libssl.a +0 -0
  518. data/libs/openssl.so-edge/ext/android/x86/libcrypto.a +0 -0
  519. data/libs/openssl.so-edge/ext/android/x86/libssl.a +0 -0
  520. data/libs/openssl.so-edge/ext/build +12 -0
  521. data/libs/openssl.so-edge/ext/build.bat +1 -0
  522. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/dh/dh_locl.h +56 -0
  523. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/dsa/dsa_locl.h +76 -0
  524. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/evp/evp_locl.h +66 -0
  525. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/hmac/hmac_lcl.h +33 -0
  526. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/asn1_int.h +94 -0
  527. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/async.h +14 -0
  528. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/bn_conf.h +28 -0
  529. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/bn_dh.h +17 -0
  530. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/bn_int.h +82 -0
  531. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/bn_srp.h +32 -0
  532. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/chacha.h +49 -0
  533. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/cryptlib.h +81 -0
  534. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/cryptlib_int.h +31 -0
  535. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/dso_conf.h +16 -0
  536. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/engine.h +20 -0
  537. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/err_int.h +17 -0
  538. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/evp_int.h +382 -0
  539. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/md32_common.h +383 -0
  540. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/objects.h +12 -0
  541. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/poly1305.h +19 -0
  542. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/rand.h +20 -0
  543. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/x509_int.h +267 -0
  544. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/ocsp/ocsp_lcl.h +216 -0
  545. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/rsa/rsa_locl.h +96 -0
  546. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/x509/x509_lcl.h +142 -0
  547. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/e_os.h +520 -0
  548. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/bio.h +26 -0
  549. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/comp.h +12 -0
  550. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/conf.h +32 -0
  551. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/constant_time_locl.h +185 -0
  552. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/dane.h +103 -0
  553. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/dso.h +216 -0
  554. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/err.h +15 -0
  555. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/numbers.h +68 -0
  556. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/o_dir.h +63 -0
  557. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/o_str.h +17 -0
  558. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/thread_once.h +42 -0
  559. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/__DECC_INCLUDE_EPILOGUE.H +16 -0
  560. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/__DECC_INCLUDE_PROLOGUE.H +20 -0
  561. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/aes.h +92 -0
  562. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/asn1.h +1096 -0
  563. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/asn1_mac.h +10 -0
  564. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/asn1t.h +924 -0
  565. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/async.h +98 -0
  566. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/bio.h +854 -0
  567. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/blowfish.h +61 -0
  568. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/bn.h +575 -0
  569. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/buffer.h +76 -0
  570. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/camellia.h +83 -0
  571. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/cast.h +53 -0
  572. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/cmac.h +41 -0
  573. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/cms.h +512 -0
  574. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/comp.h +72 -0
  575. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/conf.h +216 -0
  576. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/conf_api.h +40 -0
  577. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/crypto.h +463 -0
  578. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ct.h +518 -0
  579. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/des.h +174 -0
  580. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/dh.h +343 -0
  581. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/dsa.h +282 -0
  582. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/dtls1.h +56 -0
  583. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/e_os2.h +311 -0
  584. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ebcdic.h +33 -0
  585. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ec.h +1581 -0
  586. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ecdh.h +10 -0
  587. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ecdsa.h +10 -0
  588. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/engine.h +842 -0
  589. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/err.h +259 -0
  590. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/evp.h +1586 -0
  591. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/hmac.h +49 -0
  592. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/idea.h +64 -0
  593. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/kdf.h +75 -0
  594. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/lhash.h +204 -0
  595. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/md2.h +44 -0
  596. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/md4.h +51 -0
  597. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/md5.h +50 -0
  598. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/mdc2.h +42 -0
  599. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/modes.h +203 -0
  600. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/obj_mac.h +4577 -0
  601. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/objects.h +1097 -0
  602. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ocsp.h +409 -0
  603. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/opensslconf.h +169 -0
  604. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/opensslconf.h.in +141 -0
  605. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/opensslv.h +105 -0
  606. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ossl_typ.h +190 -0
  607. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/pem.h +501 -0
  608. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/pem2.h +20 -0
  609. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/pkcs12.h +282 -0
  610. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/pkcs7.h +404 -0
  611. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rand.h +89 -0
  612. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rc2.h +51 -0
  613. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rc4.h +36 -0
  614. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rc5.h +63 -0
  615. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ripemd.h +47 -0
  616. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rsa.h +588 -0
  617. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/safestack.h +164 -0
  618. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/seed.h +98 -0
  619. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/sha.h +119 -0
  620. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/srp.h +131 -0
  621. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/srtp.h +50 -0
  622. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ssl.h +2527 -0
  623. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ssl2.h +24 -0
  624. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ssl3.h +307 -0
  625. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/stack.h +78 -0
  626. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/symhacks.h +52 -0
  627. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/tls1.h +972 -0
  628. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ts.h +643 -0
  629. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/txt_db.h +57 -0
  630. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ui.h +368 -0
  631. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/whrlpool.h +48 -0
  632. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/x509.h +1123 -0
  633. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/x509_vfy.h +539 -0
  634. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/x509v3.h +1005 -0
  635. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/packet_locl.h +555 -0
  636. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/record/record.h +240 -0
  637. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/record/record_locl.h +114 -0
  638. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/ssl_locl.h +2127 -0
  639. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/statem/statem.h +123 -0
  640. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/statem/statem_locl.h +124 -0
  641. data/libs/openssl.so-edge/openssl.so.rb +2 -0
  642. data/libs/webkit.rb +2 -0
  643. data/libs/webkit/ext.yml +4 -0
  644. data/libs/webkit/ext/build +12 -0
  645. data/libs/webkit/ext/build.bat +7 -0
  646. data/libs/webkit/ext/wm/Rakefile +61 -0
  647. data/libs/webkit/ext/wm/RhoMsgs.cpp +17 -0
  648. data/libs/webkit/ext/wm/RhoMsgs.h +14 -0
  649. data/libs/webkit/ext/wm/RhoWKBrowserEngine.cpp +736 -0
  650. data/libs/webkit/ext/wm/RhoWKBrowserEngine.h +105 -0
  651. data/libs/webkit/ext/wm/lib/npapi/rhobridge.dll +0 -0
  652. data/libs/webkit/ext/wm/lib/rhoengine_defs.h +80 -0
  653. data/libs/webkit/ext/wm/lib/rhowebkit.dll +0 -0
  654. data/libs/webkit/ext/wm/webkit.sln +36 -0
  655. data/libs/webkit/ext/wm/webkit.suo +0 -0
  656. data/libs/webkit/ext/wm/webkit.vcproj +800 -0
  657. data/libs/webkit/ext/wm/webkit.vsprops +20 -0
  658. data/libs/webkit/webkit.rb +2 -0
  659. data/rho-tau-extensions.gemspec +23 -0
  660. data/version +1 -0
  661. metadata +705 -0
@@ -0,0 +1,10 @@
1
+ /*
2
+ * Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
3
+ *
4
+ * Licensed under the OpenSSL license (the "License"). You may not use
5
+ * this file except in compliance with the License. You can obtain a copy
6
+ * in the file LICENSE in the source distribution or at
7
+ * https://www.openssl.org/source/license.html
8
+ */
9
+
10
+ #error "This file is obsolete; please update your software."
@@ -0,0 +1,924 @@
1
+ /*
2
+ * Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
3
+ *
4
+ * Licensed under the OpenSSL license (the "License"). You may not use
5
+ * this file except in compliance with the License. You can obtain a copy
6
+ * in the file LICENSE in the source distribution or at
7
+ * https://www.openssl.org/source/license.html
8
+ */
9
+
10
+ #ifndef HEADER_ASN1T_H
11
+ # define HEADER_ASN1T_H
12
+
13
+ # include <stddef.h>
14
+ # include <openssl/e_os2.h>
15
+ # include <openssl/asn1.h>
16
+
17
+ # ifdef OPENSSL_BUILD_SHLIBCRYPTO
18
+ # undef OPENSSL_EXTERN
19
+ # define OPENSSL_EXTERN OPENSSL_EXPORT
20
+ # endif
21
+
22
+ /* ASN1 template defines, structures and functions */
23
+
24
+ #ifdef __cplusplus
25
+ extern "C" {
26
+ #endif
27
+
28
+ # ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION
29
+
30
+ /* Macro to obtain ASN1_ADB pointer from a type (only used internally) */
31
+ # define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr))
32
+
33
+ /* Macros for start and end of ASN1_ITEM definition */
34
+
35
+ # define ASN1_ITEM_start(itname) \
36
+ OPENSSL_GLOBAL const ASN1_ITEM itname##_it = {
37
+
38
+ # define static_ASN1_ITEM_start(itname) \
39
+ static const ASN1_ITEM itname##_it = {
40
+
41
+ # define ASN1_ITEM_end(itname) \
42
+ };
43
+
44
+ # else
45
+
46
+ /* Macro to obtain ASN1_ADB pointer from a type (only used internally) */
47
+ # define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr()))
48
+
49
+ /* Macros for start and end of ASN1_ITEM definition */
50
+
51
+ # define ASN1_ITEM_start(itname) \
52
+ const ASN1_ITEM * itname##_it(void) \
53
+ { \
54
+ static const ASN1_ITEM local_it = {
55
+
56
+ # define static_ASN1_ITEM_start(itname) \
57
+ static ASN1_ITEM_start(itname)
58
+
59
+ # define ASN1_ITEM_end(itname) \
60
+ }; \
61
+ return &local_it; \
62
+ }
63
+
64
+ # endif
65
+
66
+ /* Macros to aid ASN1 template writing */
67
+
68
+ # define ASN1_ITEM_TEMPLATE(tname) \
69
+ static const ASN1_TEMPLATE tname##_item_tt
70
+
71
+ # define ASN1_ITEM_TEMPLATE_END(tname) \
72
+ ;\
73
+ ASN1_ITEM_start(tname) \
74
+ ASN1_ITYPE_PRIMITIVE,\
75
+ -1,\
76
+ &tname##_item_tt,\
77
+ 0,\
78
+ NULL,\
79
+ 0,\
80
+ #tname \
81
+ ASN1_ITEM_end(tname)
82
+ # define static_ASN1_ITEM_TEMPLATE_END(tname) \
83
+ ;\
84
+ static_ASN1_ITEM_start(tname) \
85
+ ASN1_ITYPE_PRIMITIVE,\
86
+ -1,\
87
+ &tname##_item_tt,\
88
+ 0,\
89
+ NULL,\
90
+ 0,\
91
+ #tname \
92
+ ASN1_ITEM_end(tname)
93
+
94
+ /* This is a ASN1 type which just embeds a template */
95
+
96
+ /*-
97
+ * This pair helps declare a SEQUENCE. We can do:
98
+ *
99
+ * ASN1_SEQUENCE(stname) = {
100
+ * ... SEQUENCE components ...
101
+ * } ASN1_SEQUENCE_END(stname)
102
+ *
103
+ * This will produce an ASN1_ITEM called stname_it
104
+ * for a structure called stname.
105
+ *
106
+ * If you want the same structure but a different
107
+ * name then use:
108
+ *
109
+ * ASN1_SEQUENCE(itname) = {
110
+ * ... SEQUENCE components ...
111
+ * } ASN1_SEQUENCE_END_name(stname, itname)
112
+ *
113
+ * This will create an item called itname_it using
114
+ * a structure called stname.
115
+ */
116
+
117
+ # define ASN1_SEQUENCE(tname) \
118
+ static const ASN1_TEMPLATE tname##_seq_tt[]
119
+
120
+ # define ASN1_SEQUENCE_END(stname) ASN1_SEQUENCE_END_name(stname, stname)
121
+
122
+ # define static_ASN1_SEQUENCE_END(stname) static_ASN1_SEQUENCE_END_name(stname, stname)
123
+
124
+ # define ASN1_SEQUENCE_END_name(stname, tname) \
125
+ ;\
126
+ ASN1_ITEM_start(tname) \
127
+ ASN1_ITYPE_SEQUENCE,\
128
+ V_ASN1_SEQUENCE,\
129
+ tname##_seq_tt,\
130
+ sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
131
+ NULL,\
132
+ sizeof(stname),\
133
+ #stname \
134
+ ASN1_ITEM_end(tname)
135
+
136
+ # define static_ASN1_SEQUENCE_END_name(stname, tname) \
137
+ ;\
138
+ static_ASN1_ITEM_start(tname) \
139
+ ASN1_ITYPE_SEQUENCE,\
140
+ V_ASN1_SEQUENCE,\
141
+ tname##_seq_tt,\
142
+ sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
143
+ NULL,\
144
+ sizeof(stname),\
145
+ #stname \
146
+ ASN1_ITEM_end(tname)
147
+
148
+ # define ASN1_NDEF_SEQUENCE(tname) \
149
+ ASN1_SEQUENCE(tname)
150
+
151
+ # define ASN1_NDEF_SEQUENCE_cb(tname, cb) \
152
+ ASN1_SEQUENCE_cb(tname, cb)
153
+
154
+ # define ASN1_SEQUENCE_cb(tname, cb) \
155
+ static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
156
+ ASN1_SEQUENCE(tname)
157
+
158
+ # define ASN1_BROKEN_SEQUENCE(tname) \
159
+ static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
160
+ ASN1_SEQUENCE(tname)
161
+
162
+ # define ASN1_SEQUENCE_ref(tname, cb) \
163
+ static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offsetof(tname, lock), cb, 0}; \
164
+ ASN1_SEQUENCE(tname)
165
+
166
+ # define ASN1_SEQUENCE_enc(tname, enc, cb) \
167
+ static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
168
+ ASN1_SEQUENCE(tname)
169
+
170
+ # define ASN1_NDEF_SEQUENCE_END(tname) \
171
+ ;\
172
+ ASN1_ITEM_start(tname) \
173
+ ASN1_ITYPE_NDEF_SEQUENCE,\
174
+ V_ASN1_SEQUENCE,\
175
+ tname##_seq_tt,\
176
+ sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
177
+ NULL,\
178
+ sizeof(tname),\
179
+ #tname \
180
+ ASN1_ITEM_end(tname)
181
+ # define static_ASN1_NDEF_SEQUENCE_END(tname) \
182
+ ;\
183
+ static_ASN1_ITEM_start(tname) \
184
+ ASN1_ITYPE_NDEF_SEQUENCE,\
185
+ V_ASN1_SEQUENCE,\
186
+ tname##_seq_tt,\
187
+ sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
188
+ NULL,\
189
+ sizeof(tname),\
190
+ #tname \
191
+ ASN1_ITEM_end(tname)
192
+
193
+ # define ASN1_BROKEN_SEQUENCE_END(stname) ASN1_SEQUENCE_END_ref(stname, stname)
194
+ # define static_ASN1_BROKEN_SEQUENCE_END(stname) \
195
+ static_ASN1_SEQUENCE_END_ref(stname, stname)
196
+
197
+ # define ASN1_SEQUENCE_END_enc(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname)
198
+
199
+ # define ASN1_SEQUENCE_END_cb(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname)
200
+ # define static_ASN1_SEQUENCE_END_cb(stname, tname) static_ASN1_SEQUENCE_END_ref(stname, tname)
201
+
202
+ # define ASN1_SEQUENCE_END_ref(stname, tname) \
203
+ ;\
204
+ ASN1_ITEM_start(tname) \
205
+ ASN1_ITYPE_SEQUENCE,\
206
+ V_ASN1_SEQUENCE,\
207
+ tname##_seq_tt,\
208
+ sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
209
+ &tname##_aux,\
210
+ sizeof(stname),\
211
+ #stname \
212
+ ASN1_ITEM_end(tname)
213
+ # define static_ASN1_SEQUENCE_END_ref(stname, tname) \
214
+ ;\
215
+ static_ASN1_ITEM_start(tname) \
216
+ ASN1_ITYPE_SEQUENCE,\
217
+ V_ASN1_SEQUENCE,\
218
+ tname##_seq_tt,\
219
+ sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
220
+ &tname##_aux,\
221
+ sizeof(stname),\
222
+ #stname \
223
+ ASN1_ITEM_end(tname)
224
+
225
+ # define ASN1_NDEF_SEQUENCE_END_cb(stname, tname) \
226
+ ;\
227
+ ASN1_ITEM_start(tname) \
228
+ ASN1_ITYPE_NDEF_SEQUENCE,\
229
+ V_ASN1_SEQUENCE,\
230
+ tname##_seq_tt,\
231
+ sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
232
+ &tname##_aux,\
233
+ sizeof(stname),\
234
+ #stname \
235
+ ASN1_ITEM_end(tname)
236
+
237
+ /*-
238
+ * This pair helps declare a CHOICE type. We can do:
239
+ *
240
+ * ASN1_CHOICE(chname) = {
241
+ * ... CHOICE options ...
242
+ * ASN1_CHOICE_END(chname)
243
+ *
244
+ * This will produce an ASN1_ITEM called chname_it
245
+ * for a structure called chname. The structure
246
+ * definition must look like this:
247
+ * typedef struct {
248
+ * int type;
249
+ * union {
250
+ * ASN1_SOMETHING *opt1;
251
+ * ASN1_SOMEOTHER *opt2;
252
+ * } value;
253
+ * } chname;
254
+ *
255
+ * the name of the selector must be 'type'.
256
+ * to use an alternative selector name use the
257
+ * ASN1_CHOICE_END_selector() version.
258
+ */
259
+
260
+ # define ASN1_CHOICE(tname) \
261
+ static const ASN1_TEMPLATE tname##_ch_tt[]
262
+
263
+ # define ASN1_CHOICE_cb(tname, cb) \
264
+ static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
265
+ ASN1_CHOICE(tname)
266
+
267
+ # define ASN1_CHOICE_END(stname) ASN1_CHOICE_END_name(stname, stname)
268
+
269
+ # define static_ASN1_CHOICE_END(stname) static_ASN1_CHOICE_END_name(stname, stname)
270
+
271
+ # define ASN1_CHOICE_END_name(stname, tname) ASN1_CHOICE_END_selector(stname, tname, type)
272
+
273
+ # define static_ASN1_CHOICE_END_name(stname, tname) static_ASN1_CHOICE_END_selector(stname, tname, type)
274
+
275
+ # define ASN1_CHOICE_END_selector(stname, tname, selname) \
276
+ ;\
277
+ ASN1_ITEM_start(tname) \
278
+ ASN1_ITYPE_CHOICE,\
279
+ offsetof(stname,selname) ,\
280
+ tname##_ch_tt,\
281
+ sizeof(tname##_ch_tt) / sizeof(ASN1_TEMPLATE),\
282
+ NULL,\
283
+ sizeof(stname),\
284
+ #stname \
285
+ ASN1_ITEM_end(tname)
286
+
287
+ # define static_ASN1_CHOICE_END_selector(stname, tname, selname) \
288
+ ;\
289
+ static_ASN1_ITEM_start(tname) \
290
+ ASN1_ITYPE_CHOICE,\
291
+ offsetof(stname,selname) ,\
292
+ tname##_ch_tt,\
293
+ sizeof(tname##_ch_tt) / sizeof(ASN1_TEMPLATE),\
294
+ NULL,\
295
+ sizeof(stname),\
296
+ #stname \
297
+ ASN1_ITEM_end(tname)
298
+
299
+ # define ASN1_CHOICE_END_cb(stname, tname, selname) \
300
+ ;\
301
+ ASN1_ITEM_start(tname) \
302
+ ASN1_ITYPE_CHOICE,\
303
+ offsetof(stname,selname) ,\
304
+ tname##_ch_tt,\
305
+ sizeof(tname##_ch_tt) / sizeof(ASN1_TEMPLATE),\
306
+ &tname##_aux,\
307
+ sizeof(stname),\
308
+ #stname \
309
+ ASN1_ITEM_end(tname)
310
+
311
+ /* This helps with the template wrapper form of ASN1_ITEM */
312
+
313
+ # define ASN1_EX_TEMPLATE_TYPE(flags, tag, name, type) { \
314
+ (flags), (tag), 0,\
315
+ #name, ASN1_ITEM_ref(type) }
316
+
317
+ /* These help with SEQUENCE or CHOICE components */
318
+
319
+ /* used to declare other types */
320
+
321
+ # define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
322
+ (flags), (tag), offsetof(stname, field),\
323
+ #field, ASN1_ITEM_ref(type) }
324
+
325
+ /* implicit and explicit helper macros */
326
+
327
+ # define ASN1_IMP_EX(stname, field, type, tag, ex) \
328
+ ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | ex, tag, stname, field, type)
329
+
330
+ # define ASN1_EXP_EX(stname, field, type, tag, ex) \
331
+ ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | ex, tag, stname, field, type)
332
+
333
+ /* Any defined by macros: the field used is in the table itself */
334
+
335
+ # ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION
336
+ # define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
337
+ # define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
338
+ # else
339
+ # define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, tblname##_adb }
340
+ # define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, tblname##_adb }
341
+ # endif
342
+ /* Plain simple type */
343
+ # define ASN1_SIMPLE(stname, field, type) ASN1_EX_TYPE(0,0, stname, field, type)
344
+ /* Embedded simple type */
345
+ # define ASN1_EMBED(stname, field, type) ASN1_EX_TYPE(ASN1_TFLG_EMBED,0, stname, field, type)
346
+
347
+ /* OPTIONAL simple type */
348
+ # define ASN1_OPT(stname, field, type) ASN1_EX_TYPE(ASN1_TFLG_OPTIONAL, 0, stname, field, type)
349
+
350
+ /* IMPLICIT tagged simple type */
351
+ # define ASN1_IMP(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, 0)
352
+
353
+ /* IMPLICIT tagged OPTIONAL simple type */
354
+ # define ASN1_IMP_OPT(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL)
355
+
356
+ /* Same as above but EXPLICIT */
357
+
358
+ # define ASN1_EXP(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, 0)
359
+ # define ASN1_EXP_OPT(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL)
360
+
361
+ /* SEQUENCE OF type */
362
+ # define ASN1_SEQUENCE_OF(stname, field, type) \
363
+ ASN1_EX_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, stname, field, type)
364
+
365
+ /* OPTIONAL SEQUENCE OF */
366
+ # define ASN1_SEQUENCE_OF_OPT(stname, field, type) \
367
+ ASN1_EX_TYPE(ASN1_TFLG_SEQUENCE_OF|ASN1_TFLG_OPTIONAL, 0, stname, field, type)
368
+
369
+ /* Same as above but for SET OF */
370
+
371
+ # define ASN1_SET_OF(stname, field, type) \
372
+ ASN1_EX_TYPE(ASN1_TFLG_SET_OF, 0, stname, field, type)
373
+
374
+ # define ASN1_SET_OF_OPT(stname, field, type) \
375
+ ASN1_EX_TYPE(ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL, 0, stname, field, type)
376
+
377
+ /* Finally compound types of SEQUENCE, SET, IMPLICIT, EXPLICIT and OPTIONAL */
378
+
379
+ # define ASN1_IMP_SET_OF(stname, field, type, tag) \
380
+ ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF)
381
+
382
+ # define ASN1_EXP_SET_OF(stname, field, type, tag) \
383
+ ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF)
384
+
385
+ # define ASN1_IMP_SET_OF_OPT(stname, field, type, tag) \
386
+ ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL)
387
+
388
+ # define ASN1_EXP_SET_OF_OPT(stname, field, type, tag) \
389
+ ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL)
390
+
391
+ # define ASN1_IMP_SEQUENCE_OF(stname, field, type, tag) \
392
+ ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF)
393
+
394
+ # define ASN1_IMP_SEQUENCE_OF_OPT(stname, field, type, tag) \
395
+ ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF|ASN1_TFLG_OPTIONAL)
396
+
397
+ # define ASN1_EXP_SEQUENCE_OF(stname, field, type, tag) \
398
+ ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF)
399
+
400
+ # define ASN1_EXP_SEQUENCE_OF_OPT(stname, field, type, tag) \
401
+ ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF|ASN1_TFLG_OPTIONAL)
402
+
403
+ /* EXPLICIT using indefinite length constructed form */
404
+ # define ASN1_NDEF_EXP(stname, field, type, tag) \
405
+ ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_NDEF)
406
+
407
+ /* EXPLICIT OPTIONAL using indefinite length constructed form */
408
+ # define ASN1_NDEF_EXP_OPT(stname, field, type, tag) \
409
+ ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL|ASN1_TFLG_NDEF)
410
+
411
+ /* Macros for the ASN1_ADB structure */
412
+
413
+ # define ASN1_ADB(name) \
414
+ static const ASN1_ADB_TABLE name##_adbtbl[]
415
+
416
+ # ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION
417
+
418
+ # define ASN1_ADB_END(name, flags, field, adb_cb, def, none) \
419
+ ;\
420
+ static const ASN1_ADB name##_adb = {\
421
+ flags,\
422
+ offsetof(name, field),\
423
+ adb_cb,\
424
+ name##_adbtbl,\
425
+ sizeof(name##_adbtbl) / sizeof(ASN1_ADB_TABLE),\
426
+ def,\
427
+ none\
428
+ }
429
+
430
+ # else
431
+
432
+ # define ASN1_ADB_END(name, flags, field, adb_cb, def, none) \
433
+ ;\
434
+ static const ASN1_ITEM *name##_adb(void) \
435
+ { \
436
+ static const ASN1_ADB internal_adb = \
437
+ {\
438
+ flags,\
439
+ offsetof(name, field),\
440
+ adb_cb,\
441
+ name##_adbtbl,\
442
+ sizeof(name##_adbtbl) / sizeof(ASN1_ADB_TABLE),\
443
+ def,\
444
+ none\
445
+ }; \
446
+ return (const ASN1_ITEM *) &internal_adb; \
447
+ } \
448
+ void dummy_function(void)
449
+
450
+ # endif
451
+
452
+ # define ADB_ENTRY(val, template) {val, template}
453
+
454
+ # define ASN1_ADB_TEMPLATE(name) \
455
+ static const ASN1_TEMPLATE name##_tt
456
+
457
+ /*
458
+ * This is the ASN1 template structure that defines a wrapper round the
459
+ * actual type. It determines the actual position of the field in the value
460
+ * structure, various flags such as OPTIONAL and the field name.
461
+ */
462
+
463
+ struct ASN1_TEMPLATE_st {
464
+ unsigned long flags; /* Various flags */
465
+ long tag; /* tag, not used if no tagging */
466
+ unsigned long offset; /* Offset of this field in structure */
467
+ const char *field_name; /* Field name */
468
+ ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM or ASN1_ADB */
469
+ };
470
+
471
+ /* Macro to extract ASN1_ITEM and ASN1_ADB pointer from ASN1_TEMPLATE */
472
+
473
+ # define ASN1_TEMPLATE_item(t) (t->item_ptr)
474
+ # define ASN1_TEMPLATE_adb(t) (t->item_ptr)
475
+
476
+ typedef struct ASN1_ADB_TABLE_st ASN1_ADB_TABLE;
477
+ typedef struct ASN1_ADB_st ASN1_ADB;
478
+
479
+ struct ASN1_ADB_st {
480
+ unsigned long flags; /* Various flags */
481
+ unsigned long offset; /* Offset of selector field */
482
+ int (*adb_cb)(long *psel); /* Application callback */
483
+ const ASN1_ADB_TABLE *tbl; /* Table of possible types */
484
+ long tblcount; /* Number of entries in tbl */
485
+ const ASN1_TEMPLATE *default_tt; /* Type to use if no match */
486
+ const ASN1_TEMPLATE *null_tt; /* Type to use if selector is NULL */
487
+ };
488
+
489
+ struct ASN1_ADB_TABLE_st {
490
+ long value; /* NID for an object or value for an int */
491
+ const ASN1_TEMPLATE tt; /* item for this value */
492
+ };
493
+
494
+ /* template flags */
495
+
496
+ /* Field is optional */
497
+ # define ASN1_TFLG_OPTIONAL (0x1)
498
+
499
+ /* Field is a SET OF */
500
+ # define ASN1_TFLG_SET_OF (0x1 << 1)
501
+
502
+ /* Field is a SEQUENCE OF */
503
+ # define ASN1_TFLG_SEQUENCE_OF (0x2 << 1)
504
+
505
+ /*
506
+ * Special case: this refers to a SET OF that will be sorted into DER order
507
+ * when encoded *and* the corresponding STACK will be modified to match the
508
+ * new order.
509
+ */
510
+ # define ASN1_TFLG_SET_ORDER (0x3 << 1)
511
+
512
+ /* Mask for SET OF or SEQUENCE OF */
513
+ # define ASN1_TFLG_SK_MASK (0x3 << 1)
514
+
515
+ /*
516
+ * These flags mean the tag should be taken from the tag field. If EXPLICIT
517
+ * then the underlying type is used for the inner tag.
518
+ */
519
+
520
+ /* IMPLICIT tagging */
521
+ # define ASN1_TFLG_IMPTAG (0x1 << 3)
522
+
523
+ /* EXPLICIT tagging, inner tag from underlying type */
524
+ # define ASN1_TFLG_EXPTAG (0x2 << 3)
525
+
526
+ # define ASN1_TFLG_TAG_MASK (0x3 << 3)
527
+
528
+ /* context specific IMPLICIT */
529
+ # define ASN1_TFLG_IMPLICIT ASN1_TFLG_IMPTAG|ASN1_TFLG_CONTEXT
530
+
531
+ /* context specific EXPLICIT */
532
+ # define ASN1_TFLG_EXPLICIT ASN1_TFLG_EXPTAG|ASN1_TFLG_CONTEXT
533
+
534
+ /*
535
+ * If tagging is in force these determine the type of tag to use. Otherwise
536
+ * the tag is determined by the underlying type. These values reflect the
537
+ * actual octet format.
538
+ */
539
+
540
+ /* Universal tag */
541
+ # define ASN1_TFLG_UNIVERSAL (0x0<<6)
542
+ /* Application tag */
543
+ # define ASN1_TFLG_APPLICATION (0x1<<6)
544
+ /* Context specific tag */
545
+ # define ASN1_TFLG_CONTEXT (0x2<<6)
546
+ /* Private tag */
547
+ # define ASN1_TFLG_PRIVATE (0x3<<6)
548
+
549
+ # define ASN1_TFLG_TAG_CLASS (0x3<<6)
550
+
551
+ /*
552
+ * These are for ANY DEFINED BY type. In this case the 'item' field points to
553
+ * an ASN1_ADB structure which contains a table of values to decode the
554
+ * relevant type
555
+ */
556
+
557
+ # define ASN1_TFLG_ADB_MASK (0x3<<8)
558
+
559
+ # define ASN1_TFLG_ADB_OID (0x1<<8)
560
+
561
+ # define ASN1_TFLG_ADB_INT (0x1<<9)
562
+
563
+ /*
564
+ * This flag when present in a SEQUENCE OF, SET OF or EXPLICIT causes
565
+ * indefinite length constructed encoding to be used if required.
566
+ */
567
+
568
+ # define ASN1_TFLG_NDEF (0x1<<11)
569
+
570
+ /* Field is embedded and not a pointer */
571
+ # define ASN1_TFLG_EMBED (0x1 << 12)
572
+
573
+ /* This is the actual ASN1 item itself */
574
+
575
+ struct ASN1_ITEM_st {
576
+ char itype; /* The item type, primitive, SEQUENCE, CHOICE
577
+ * or extern */
578
+ long utype; /* underlying type */
579
+ const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains
580
+ * the contents */
581
+ long tcount; /* Number of templates if SEQUENCE or CHOICE */
582
+ const void *funcs; /* functions that handle this type */
583
+ long size; /* Structure size (usually) */
584
+ const char *sname; /* Structure name */
585
+ };
586
+
587
+ /*-
588
+ * These are values for the itype field and
589
+ * determine how the type is interpreted.
590
+ *
591
+ * For PRIMITIVE types the underlying type
592
+ * determines the behaviour if items is NULL.
593
+ *
594
+ * Otherwise templates must contain a single
595
+ * template and the type is treated in the
596
+ * same way as the type specified in the template.
597
+ *
598
+ * For SEQUENCE types the templates field points
599
+ * to the members, the size field is the
600
+ * structure size.
601
+ *
602
+ * For CHOICE types the templates field points
603
+ * to each possible member (typically a union)
604
+ * and the 'size' field is the offset of the
605
+ * selector.
606
+ *
607
+ * The 'funcs' field is used for application
608
+ * specific functions.
609
+ *
610
+ * The EXTERN type uses a new style d2i/i2d.
611
+ * The new style should be used where possible
612
+ * because it avoids things like the d2i IMPLICIT
613
+ * hack.
614
+ *
615
+ * MSTRING is a multiple string type, it is used
616
+ * for a CHOICE of character strings where the
617
+ * actual strings all occupy an ASN1_STRING
618
+ * structure. In this case the 'utype' field
619
+ * has a special meaning, it is used as a mask
620
+ * of acceptable types using the B_ASN1 constants.
621
+ *
622
+ * NDEF_SEQUENCE is the same as SEQUENCE except
623
+ * that it will use indefinite length constructed
624
+ * encoding if requested.
625
+ *
626
+ */
627
+
628
+ # define ASN1_ITYPE_PRIMITIVE 0x0
629
+
630
+ # define ASN1_ITYPE_SEQUENCE 0x1
631
+
632
+ # define ASN1_ITYPE_CHOICE 0x2
633
+
634
+ # define ASN1_ITYPE_EXTERN 0x4
635
+
636
+ # define ASN1_ITYPE_MSTRING 0x5
637
+
638
+ # define ASN1_ITYPE_NDEF_SEQUENCE 0x6
639
+
640
+ /*
641
+ * Cache for ASN1 tag and length, so we don't keep re-reading it for things
642
+ * like CHOICE
643
+ */
644
+
645
+ struct ASN1_TLC_st {
646
+ char valid; /* Values below are valid */
647
+ int ret; /* return value */
648
+ long plen; /* length */
649
+ int ptag; /* class value */
650
+ int pclass; /* class value */
651
+ int hdrlen; /* header length */
652
+ };
653
+
654
+ /* Typedefs for ASN1 function pointers */
655
+ typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
656
+ const ASN1_ITEM *it, int tag, int aclass, char opt,
657
+ ASN1_TLC *ctx);
658
+
659
+ typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out,
660
+ const ASN1_ITEM *it, int tag, int aclass);
661
+ typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
662
+ typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
663
+
664
+ typedef int ASN1_ex_print_func(BIO *out, ASN1_VALUE **pval,
665
+ int indent, const char *fname,
666
+ const ASN1_PCTX *pctx);
667
+
668
+ typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont,
669
+ int *putype, const ASN1_ITEM *it);
670
+ typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont,
671
+ int len, int utype, char *free_cont,
672
+ const ASN1_ITEM *it);
673
+ typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval,
674
+ const ASN1_ITEM *it, int indent,
675
+ const ASN1_PCTX *pctx);
676
+
677
+ typedef struct ASN1_EXTERN_FUNCS_st {
678
+ void *app_data;
679
+ ASN1_ex_new_func *asn1_ex_new;
680
+ ASN1_ex_free_func *asn1_ex_free;
681
+ ASN1_ex_free_func *asn1_ex_clear;
682
+ ASN1_ex_d2i *asn1_ex_d2i;
683
+ ASN1_ex_i2d *asn1_ex_i2d;
684
+ ASN1_ex_print_func *asn1_ex_print;
685
+ } ASN1_EXTERN_FUNCS;
686
+
687
+ typedef struct ASN1_PRIMITIVE_FUNCS_st {
688
+ void *app_data;
689
+ unsigned long flags;
690
+ ASN1_ex_new_func *prim_new;
691
+ ASN1_ex_free_func *prim_free;
692
+ ASN1_ex_free_func *prim_clear;
693
+ ASN1_primitive_c2i *prim_c2i;
694
+ ASN1_primitive_i2c *prim_i2c;
695
+ ASN1_primitive_print *prim_print;
696
+ } ASN1_PRIMITIVE_FUNCS;
697
+
698
+ /*
699
+ * This is the ASN1_AUX structure: it handles various miscellaneous
700
+ * requirements. For example the use of reference counts and an informational
701
+ * callback. The "informational callback" is called at various points during
702
+ * the ASN1 encoding and decoding. It can be used to provide minor
703
+ * customisation of the structures used. This is most useful where the
704
+ * supplied routines *almost* do the right thing but need some extra help at
705
+ * a few points. If the callback returns zero then it is assumed a fatal
706
+ * error has occurred and the main operation should be abandoned. If major
707
+ * changes in the default behaviour are required then an external type is
708
+ * more appropriate.
709
+ */
710
+
711
+ typedef int ASN1_aux_cb(int operation, ASN1_VALUE **in, const ASN1_ITEM *it,
712
+ void *exarg);
713
+
714
+ typedef struct ASN1_AUX_st {
715
+ void *app_data;
716
+ int flags;
717
+ int ref_offset; /* Offset of reference value */
718
+ int ref_lock; /* Lock type to use */
719
+ ASN1_aux_cb *asn1_cb;
720
+ int enc_offset; /* Offset of ASN1_ENCODING structure */
721
+ } ASN1_AUX;
722
+
723
+ /* For print related callbacks exarg points to this structure */
724
+ typedef struct ASN1_PRINT_ARG_st {
725
+ BIO *out;
726
+ int indent;
727
+ const ASN1_PCTX *pctx;
728
+ } ASN1_PRINT_ARG;
729
+
730
+ /* For streaming related callbacks exarg points to this structure */
731
+ typedef struct ASN1_STREAM_ARG_st {
732
+ /* BIO to stream through */
733
+ BIO *out;
734
+ /* BIO with filters appended */
735
+ BIO *ndef_bio;
736
+ /* Streaming I/O boundary */
737
+ unsigned char **boundary;
738
+ } ASN1_STREAM_ARG;
739
+
740
+ /* Flags in ASN1_AUX */
741
+
742
+ /* Use a reference count */
743
+ # define ASN1_AFLG_REFCOUNT 1
744
+ /* Save the encoding of structure (useful for signatures) */
745
+ # define ASN1_AFLG_ENCODING 2
746
+ /* The Sequence length is invalid */
747
+ # define ASN1_AFLG_BROKEN 4
748
+
749
+ /* operation values for asn1_cb */
750
+
751
+ # define ASN1_OP_NEW_PRE 0
752
+ # define ASN1_OP_NEW_POST 1
753
+ # define ASN1_OP_FREE_PRE 2
754
+ # define ASN1_OP_FREE_POST 3
755
+ # define ASN1_OP_D2I_PRE 4
756
+ # define ASN1_OP_D2I_POST 5
757
+ # define ASN1_OP_I2D_PRE 6
758
+ # define ASN1_OP_I2D_POST 7
759
+ # define ASN1_OP_PRINT_PRE 8
760
+ # define ASN1_OP_PRINT_POST 9
761
+ # define ASN1_OP_STREAM_PRE 10
762
+ # define ASN1_OP_STREAM_POST 11
763
+ # define ASN1_OP_DETACHED_PRE 12
764
+ # define ASN1_OP_DETACHED_POST 13
765
+
766
+ /* Macro to implement a primitive type */
767
+ # define IMPLEMENT_ASN1_TYPE(stname) IMPLEMENT_ASN1_TYPE_ex(stname, stname, 0)
768
+ # define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \
769
+ ASN1_ITEM_start(itname) \
770
+ ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
771
+ ASN1_ITEM_end(itname)
772
+
773
+ /* Macro to implement a multi string type */
774
+ # define IMPLEMENT_ASN1_MSTRING(itname, mask) \
775
+ ASN1_ITEM_start(itname) \
776
+ ASN1_ITYPE_MSTRING, mask, NULL, 0, NULL, sizeof(ASN1_STRING), #itname \
777
+ ASN1_ITEM_end(itname)
778
+
779
+ # define IMPLEMENT_EXTERN_ASN1(sname, tag, fptrs) \
780
+ ASN1_ITEM_start(sname) \
781
+ ASN1_ITYPE_EXTERN, \
782
+ tag, \
783
+ NULL, \
784
+ 0, \
785
+ &fptrs, \
786
+ 0, \
787
+ #sname \
788
+ ASN1_ITEM_end(sname)
789
+
790
+ /* Macro to implement standard functions in terms of ASN1_ITEM structures */
791
+
792
+ # define IMPLEMENT_ASN1_FUNCTIONS(stname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, stname, stname)
793
+
794
+ # define IMPLEMENT_ASN1_FUNCTIONS_name(stname, itname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, itname)
795
+
796
+ # define IMPLEMENT_ASN1_FUNCTIONS_ENCODE_name(stname, itname) \
797
+ IMPLEMENT_ASN1_FUNCTIONS_ENCODE_fname(stname, itname, itname)
798
+
799
+ # define IMPLEMENT_STATIC_ASN1_ALLOC_FUNCTIONS(stname) \
800
+ IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(static, stname, stname, stname)
801
+
802
+ # define IMPLEMENT_ASN1_ALLOC_FUNCTIONS(stname) \
803
+ IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, stname, stname)
804
+
805
+ # define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \
806
+ pre stname *fname##_new(void) \
807
+ { \
808
+ return (stname *)ASN1_item_new(ASN1_ITEM_rptr(itname)); \
809
+ } \
810
+ pre void fname##_free(stname *a) \
811
+ { \
812
+ ASN1_item_free((ASN1_VALUE *)a, ASN1_ITEM_rptr(itname)); \
813
+ }
814
+
815
+ # define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) \
816
+ stname *fname##_new(void) \
817
+ { \
818
+ return (stname *)ASN1_item_new(ASN1_ITEM_rptr(itname)); \
819
+ } \
820
+ void fname##_free(stname *a) \
821
+ { \
822
+ ASN1_item_free((ASN1_VALUE *)a, ASN1_ITEM_rptr(itname)); \
823
+ }
824
+
825
+ # define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \
826
+ IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \
827
+ IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname)
828
+
829
+ # define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \
830
+ stname *d2i_##fname(stname **a, const unsigned char **in, long len) \
831
+ { \
832
+ return (stname *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, ASN1_ITEM_rptr(itname));\
833
+ } \
834
+ int i2d_##fname(stname *a, unsigned char **out) \
835
+ { \
836
+ return ASN1_item_i2d((ASN1_VALUE *)a, out, ASN1_ITEM_rptr(itname));\
837
+ }
838
+
839
+ # define IMPLEMENT_ASN1_NDEF_FUNCTION(stname) \
840
+ int i2d_##stname##_NDEF(stname *a, unsigned char **out) \
841
+ { \
842
+ return ASN1_item_ndef_i2d((ASN1_VALUE *)a, out, ASN1_ITEM_rptr(stname));\
843
+ }
844
+
845
+ # define IMPLEMENT_STATIC_ASN1_ENCODE_FUNCTIONS(stname) \
846
+ static stname *d2i_##stname(stname **a, \
847
+ const unsigned char **in, long len) \
848
+ { \
849
+ return (stname *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, \
850
+ ASN1_ITEM_rptr(stname)); \
851
+ } \
852
+ static int i2d_##stname(stname *a, unsigned char **out) \
853
+ { \
854
+ return ASN1_item_i2d((ASN1_VALUE *)a, out, \
855
+ ASN1_ITEM_rptr(stname)); \
856
+ }
857
+
858
+ /*
859
+ * This includes evil casts to remove const: they will go away when full ASN1
860
+ * constification is done.
861
+ */
862
+ # define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(stname, itname, fname) \
863
+ stname *d2i_##fname(stname **a, const unsigned char **in, long len) \
864
+ { \
865
+ return (stname *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, ASN1_ITEM_rptr(itname));\
866
+ } \
867
+ int i2d_##fname(const stname *a, unsigned char **out) \
868
+ { \
869
+ return ASN1_item_i2d((ASN1_VALUE *)a, out, ASN1_ITEM_rptr(itname));\
870
+ }
871
+
872
+ # define IMPLEMENT_ASN1_DUP_FUNCTION(stname) \
873
+ stname * stname##_dup(stname *x) \
874
+ { \
875
+ return ASN1_item_dup(ASN1_ITEM_rptr(stname), x); \
876
+ }
877
+
878
+ # define IMPLEMENT_ASN1_PRINT_FUNCTION(stname) \
879
+ IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, stname, stname)
880
+
881
+ # define IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, itname, fname) \
882
+ int fname##_print_ctx(BIO *out, stname *x, int indent, \
883
+ const ASN1_PCTX *pctx) \
884
+ { \
885
+ return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \
886
+ ASN1_ITEM_rptr(itname), pctx); \
887
+ }
888
+
889
+ # define IMPLEMENT_ASN1_FUNCTIONS_const(name) \
890
+ IMPLEMENT_ASN1_FUNCTIONS_const_fname(name, name, name)
891
+
892
+ # define IMPLEMENT_ASN1_FUNCTIONS_const_fname(stname, itname, fname) \
893
+ IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(stname, itname, fname) \
894
+ IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname)
895
+
896
+ /* external definitions for primitive types */
897
+
898
+ DECLARE_ASN1_ITEM(ASN1_BOOLEAN)
899
+ DECLARE_ASN1_ITEM(ASN1_TBOOLEAN)
900
+ DECLARE_ASN1_ITEM(ASN1_FBOOLEAN)
901
+ DECLARE_ASN1_ITEM(ASN1_SEQUENCE)
902
+ DECLARE_ASN1_ITEM(CBIGNUM)
903
+ DECLARE_ASN1_ITEM(BIGNUM)
904
+ DECLARE_ASN1_ITEM(LONG)
905
+ DECLARE_ASN1_ITEM(ZLONG)
906
+
907
+ DEFINE_STACK_OF(ASN1_VALUE)
908
+
909
+ /* Functions used internally by the ASN1 code */
910
+
911
+ int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
912
+ void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
913
+
914
+ int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
915
+ const ASN1_ITEM *it, int tag, int aclass, char opt,
916
+ ASN1_TLC *ctx);
917
+
918
+ int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out,
919
+ const ASN1_ITEM *it, int tag, int aclass);
920
+
921
+ #ifdef __cplusplus
922
+ }
923
+ #endif
924
+ #endif