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,72 @@
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
+ #ifndef HEADER_COMP_H
11
+ # define HEADER_COMP_H
12
+
13
+ # include <openssl/opensslconf.h>
14
+
15
+ # ifndef OPENSSL_NO_COMP
16
+ # include <openssl/crypto.h>
17
+ # ifdef __cplusplus
18
+ extern "C" {
19
+ # endif
20
+
21
+
22
+
23
+ COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
24
+ const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx);
25
+ int COMP_CTX_get_type(const COMP_CTX* comp);
26
+ int COMP_get_type(const COMP_METHOD *meth);
27
+ const char *COMP_get_name(const COMP_METHOD *meth);
28
+ void COMP_CTX_free(COMP_CTX *ctx);
29
+
30
+ int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
31
+ unsigned char *in, int ilen);
32
+ int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
33
+ unsigned char *in, int ilen);
34
+
35
+ COMP_METHOD *COMP_zlib(void);
36
+
37
+ #if OPENSSL_API_COMPAT < 0x10100000L
38
+ #define COMP_zlib_cleanup() while(0) continue
39
+ #endif
40
+
41
+ # ifdef HEADER_BIO_H
42
+ # ifdef ZLIB
43
+ const BIO_METHOD *BIO_f_zlib(void);
44
+ # endif
45
+ # endif
46
+
47
+ /* BEGIN ERROR CODES */
48
+ /*
49
+ * The following lines are auto generated by the script mkerr.pl. Any changes
50
+ * made after this point may be overwritten when the script is next run.
51
+ */
52
+
53
+ int ERR_load_COMP_strings(void);
54
+
55
+ /* Error codes for the COMP functions. */
56
+
57
+ /* Function codes. */
58
+ # define COMP_F_BIO_ZLIB_FLUSH 99
59
+ # define COMP_F_BIO_ZLIB_NEW 100
60
+ # define COMP_F_BIO_ZLIB_READ 101
61
+ # define COMP_F_BIO_ZLIB_WRITE 102
62
+
63
+ /* Reason codes. */
64
+ # define COMP_R_ZLIB_DEFLATE_ERROR 99
65
+ # define COMP_R_ZLIB_INFLATE_ERROR 100
66
+ # define COMP_R_ZLIB_NOT_SUPPORTED 101
67
+
68
+ # ifdef __cplusplus
69
+ }
70
+ # endif
71
+ # endif
72
+ #endif
@@ -0,0 +1,216 @@
1
+ /*
2
+ * Copyright 1995-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_CONF_H
11
+ # define HEADER_CONF_H
12
+
13
+ # include <openssl/bio.h>
14
+ # include <openssl/lhash.h>
15
+ # include <openssl/stack.h>
16
+ # include <openssl/safestack.h>
17
+ # include <openssl/e_os2.h>
18
+
19
+ # include <openssl/ossl_typ.h>
20
+
21
+ #ifdef __cplusplus
22
+ extern "C" {
23
+ #endif
24
+
25
+ typedef struct {
26
+ char *section;
27
+ char *name;
28
+ char *value;
29
+ } CONF_VALUE;
30
+
31
+ DEFINE_STACK_OF(CONF_VALUE)
32
+ DEFINE_LHASH_OF(CONF_VALUE);
33
+
34
+ struct conf_st;
35
+ struct conf_method_st;
36
+ typedef struct conf_method_st CONF_METHOD;
37
+
38
+ struct conf_method_st {
39
+ const char *name;
40
+ CONF *(*create) (CONF_METHOD *meth);
41
+ int (*init) (CONF *conf);
42
+ int (*destroy) (CONF *conf);
43
+ int (*destroy_data) (CONF *conf);
44
+ int (*load_bio) (CONF *conf, BIO *bp, long *eline);
45
+ int (*dump) (const CONF *conf, BIO *bp);
46
+ int (*is_number) (const CONF *conf, char c);
47
+ int (*to_int) (const CONF *conf, char c);
48
+ int (*load) (CONF *conf, const char *name, long *eline);
49
+ };
50
+
51
+ /* Module definitions */
52
+
53
+ typedef struct conf_imodule_st CONF_IMODULE;
54
+ typedef struct conf_module_st CONF_MODULE;
55
+
56
+ DEFINE_STACK_OF(CONF_MODULE)
57
+ DEFINE_STACK_OF(CONF_IMODULE)
58
+
59
+ /* DSO module function typedefs */
60
+ typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
61
+ typedef void conf_finish_func (CONF_IMODULE *md);
62
+
63
+ # define CONF_MFLAGS_IGNORE_ERRORS 0x1
64
+ # define CONF_MFLAGS_IGNORE_RETURN_CODES 0x2
65
+ # define CONF_MFLAGS_SILENT 0x4
66
+ # define CONF_MFLAGS_NO_DSO 0x8
67
+ # define CONF_MFLAGS_IGNORE_MISSING_FILE 0x10
68
+ # define CONF_MFLAGS_DEFAULT_SECTION 0x20
69
+
70
+ int CONF_set_default_method(CONF_METHOD *meth);
71
+ void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
72
+ LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
73
+ long *eline);
74
+ # ifndef OPENSSL_NO_STDIO
75
+ LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
76
+ long *eline);
77
+ # endif
78
+ LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
79
+ long *eline);
80
+ STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
81
+ const char *section);
82
+ char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
83
+ const char *name);
84
+ long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group,
85
+ const char *name);
86
+ void CONF_free(LHASH_OF(CONF_VALUE) *conf);
87
+ #ifndef OPENSSL_NO_STDIO
88
+ int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out);
89
+ #endif
90
+ int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out);
91
+
92
+ DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
93
+
94
+ #if OPENSSL_API_COMPAT < 0x10100000L
95
+ # define OPENSSL_no_config() \
96
+ OPENSSL_init_crypto(OPENSSL_INIT_NO_LOAD_CONFIG, NULL)
97
+ #endif
98
+
99
+ /*
100
+ * New conf code. The semantics are different from the functions above. If
101
+ * that wasn't the case, the above functions would have been replaced
102
+ */
103
+
104
+ struct conf_st {
105
+ CONF_METHOD *meth;
106
+ void *meth_data;
107
+ LHASH_OF(CONF_VALUE) *data;
108
+ };
109
+
110
+ CONF *NCONF_new(CONF_METHOD *meth);
111
+ CONF_METHOD *NCONF_default(void);
112
+ CONF_METHOD *NCONF_WIN32(void);
113
+ void NCONF_free(CONF *conf);
114
+ void NCONF_free_data(CONF *conf);
115
+
116
+ int NCONF_load(CONF *conf, const char *file, long *eline);
117
+ # ifndef OPENSSL_NO_STDIO
118
+ int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
119
+ # endif
120
+ int NCONF_load_bio(CONF *conf, BIO *bp, long *eline);
121
+ STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,
122
+ const char *section);
123
+ char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
124
+ int NCONF_get_number_e(const CONF *conf, const char *group, const char *name,
125
+ long *result);
126
+ #ifndef OPENSSL_NO_STDIO
127
+ int NCONF_dump_fp(const CONF *conf, FILE *out);
128
+ #endif
129
+ int NCONF_dump_bio(const CONF *conf, BIO *out);
130
+
131
+ #define NCONF_get_number(c,g,n,r) NCONF_get_number_e(c,g,n,r)
132
+
133
+ /* Module functions */
134
+
135
+ int CONF_modules_load(const CONF *cnf, const char *appname,
136
+ unsigned long flags);
137
+ int CONF_modules_load_file(const char *filename, const char *appname,
138
+ unsigned long flags);
139
+ void CONF_modules_unload(int all);
140
+ void CONF_modules_finish(void);
141
+ #if OPENSSL_API_COMPAT < 0x10100000L
142
+ # define CONF_modules_free() while(0) continue
143
+ #endif
144
+ int CONF_module_add(const char *name, conf_init_func *ifunc,
145
+ conf_finish_func *ffunc);
146
+
147
+ const char *CONF_imodule_get_name(const CONF_IMODULE *md);
148
+ const char *CONF_imodule_get_value(const CONF_IMODULE *md);
149
+ void *CONF_imodule_get_usr_data(const CONF_IMODULE *md);
150
+ void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data);
151
+ CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md);
152
+ unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md);
153
+ void CONF_imodule_set_flags(CONF_IMODULE *md, unsigned long flags);
154
+ void *CONF_module_get_usr_data(CONF_MODULE *pmod);
155
+ void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data);
156
+
157
+ char *CONF_get1_default_config_file(void);
158
+
159
+ int CONF_parse_list(const char *list, int sep, int nospc,
160
+ int (*list_cb) (const char *elem, int len, void *usr),
161
+ void *arg);
162
+
163
+ void OPENSSL_load_builtin_modules(void);
164
+
165
+ /* BEGIN ERROR CODES */
166
+ /*
167
+ * The following lines are auto generated by the script mkerr.pl. Any changes
168
+ * made after this point may be overwritten when the script is next run.
169
+ */
170
+
171
+ int ERR_load_CONF_strings(void);
172
+
173
+ /* Error codes for the CONF functions. */
174
+
175
+ /* Function codes. */
176
+ # define CONF_F_CONF_DUMP_FP 104
177
+ # define CONF_F_CONF_LOAD 100
178
+ # define CONF_F_CONF_LOAD_FP 103
179
+ # define CONF_F_CONF_PARSE_LIST 119
180
+ # define CONF_F_DEF_LOAD 120
181
+ # define CONF_F_DEF_LOAD_BIO 121
182
+ # define CONF_F_MODULE_INIT 115
183
+ # define CONF_F_MODULE_LOAD_DSO 117
184
+ # define CONF_F_MODULE_RUN 118
185
+ # define CONF_F_NCONF_DUMP_BIO 105
186
+ # define CONF_F_NCONF_DUMP_FP 106
187
+ # define CONF_F_NCONF_GET_NUMBER_E 112
188
+ # define CONF_F_NCONF_GET_SECTION 108
189
+ # define CONF_F_NCONF_GET_STRING 109
190
+ # define CONF_F_NCONF_LOAD 113
191
+ # define CONF_F_NCONF_LOAD_BIO 110
192
+ # define CONF_F_NCONF_LOAD_FP 114
193
+ # define CONF_F_NCONF_NEW 111
194
+ # define CONF_F_STR_COPY 101
195
+
196
+ /* Reason codes. */
197
+ # define CONF_R_ERROR_LOADING_DSO 110
198
+ # define CONF_R_LIST_CANNOT_BE_NULL 115
199
+ # define CONF_R_MISSING_CLOSE_SQUARE_BRACKET 100
200
+ # define CONF_R_MISSING_EQUAL_SIGN 101
201
+ # define CONF_R_MISSING_INIT_FUNCTION 112
202
+ # define CONF_R_MODULE_INITIALIZATION_ERROR 109
203
+ # define CONF_R_NO_CLOSE_BRACE 102
204
+ # define CONF_R_NO_CONF 105
205
+ # define CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE 106
206
+ # define CONF_R_NO_SECTION 107
207
+ # define CONF_R_NO_SUCH_FILE 114
208
+ # define CONF_R_NO_VALUE 108
209
+ # define CONF_R_UNABLE_TO_CREATE_NEW_SECTION 103
210
+ # define CONF_R_UNKNOWN_MODULE_NAME 113
211
+ # define CONF_R_VARIABLE_HAS_NO_VALUE 104
212
+
213
+ # ifdef __cplusplus
214
+ }
215
+ # endif
216
+ #endif
@@ -0,0 +1,40 @@
1
+ /*
2
+ * Copyright 1995-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_CONF_API_H
11
+ # define HEADER_CONF_API_H
12
+
13
+ # include <openssl/lhash.h>
14
+ # include <openssl/conf.h>
15
+
16
+ #ifdef __cplusplus
17
+ extern "C" {
18
+ #endif
19
+
20
+ /* Up until OpenSSL 0.9.5a, this was new_section */
21
+ CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
22
+ /* Up until OpenSSL 0.9.5a, this was get_section */
23
+ CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
24
+ /* Up until OpenSSL 0.9.5a, this was CONF_get_section */
25
+ STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
26
+ const char *section);
27
+
28
+ int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
29
+ char *_CONF_get_string(const CONF *conf, const char *section,
30
+ const char *name);
31
+ long _CONF_get_number(const CONF *conf, const char *section,
32
+ const char *name);
33
+
34
+ int _CONF_new_data(CONF *conf);
35
+ void _CONF_free_data(CONF *conf);
36
+
37
+ #ifdef __cplusplus
38
+ }
39
+ #endif
40
+ #endif
@@ -0,0 +1,463 @@
1
+ /*
2
+ * Copyright 1995-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
+ /* ====================================================================
11
+ * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
12
+ * ECDH support in OpenSSL originally developed by
13
+ * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
14
+ */
15
+
16
+ #ifndef HEADER_CRYPTO_H
17
+ # define HEADER_CRYPTO_H
18
+
19
+ # include <stdlib.h>
20
+ # include <time.h>
21
+
22
+ # include <openssl/e_os2.h>
23
+
24
+ # ifndef OPENSSL_NO_STDIO
25
+ # include <stdio.h>
26
+ # endif
27
+
28
+ # include <openssl/stack.h>
29
+ # include <openssl/safestack.h>
30
+ # include <openssl/opensslv.h>
31
+ # include <openssl/ossl_typ.h>
32
+ # include <openssl/opensslconf.h>
33
+
34
+ # ifdef CHARSET_EBCDIC
35
+ # include <openssl/ebcdic.h>
36
+ # endif
37
+
38
+ /*
39
+ * Resolve problems on some operating systems with symbol names that clash
40
+ * one way or another
41
+ */
42
+ # include <openssl/symhacks.h>
43
+
44
+ # if OPENSSL_API_COMPAT < 0x10100000L
45
+ # include <openssl/opensslv.h>
46
+ # endif
47
+
48
+ #ifdef __cplusplus
49
+ extern "C" {
50
+ #endif
51
+
52
+ # if OPENSSL_API_COMPAT < 0x10100000L
53
+ # define SSLeay OpenSSL_version_num
54
+ # define SSLeay_version OpenSSL_version
55
+ # define SSLEAY_VERSION_NUMBER OPENSSL_VERSION_NUMBER
56
+ # define SSLEAY_VERSION OPENSSL_VERSION
57
+ # define SSLEAY_CFLAGS OPENSSL_CFLAGS
58
+ # define SSLEAY_BUILT_ON OPENSSL_BUILT_ON
59
+ # define SSLEAY_PLATFORM OPENSSL_PLATFORM
60
+ # define SSLEAY_DIR OPENSSL_DIR
61
+
62
+ /*
63
+ * Old type for allocating dynamic locks. No longer used. Use the new thread
64
+ * API instead.
65
+ */
66
+ typedef struct {
67
+ int dummy;
68
+ } CRYPTO_dynlock;
69
+
70
+ # endif /* OPENSSL_API_COMPAT */
71
+
72
+ typedef void CRYPTO_RWLOCK;
73
+
74
+ CRYPTO_RWLOCK *CRYPTO_THREAD_lock_new(void);
75
+ int CRYPTO_THREAD_read_lock(CRYPTO_RWLOCK *lock);
76
+ int CRYPTO_THREAD_write_lock(CRYPTO_RWLOCK *lock);
77
+ int CRYPTO_THREAD_unlock(CRYPTO_RWLOCK *lock);
78
+ void CRYPTO_THREAD_lock_free(CRYPTO_RWLOCK *lock);
79
+
80
+ int CRYPTO_atomic_add(int *val, int amount, int *ret, CRYPTO_RWLOCK *lock);
81
+
82
+ /*
83
+ * The following can be used to detect memory leaks in the library. If
84
+ * used, it turns on malloc checking
85
+ */
86
+ # define CRYPTO_MEM_CHECK_OFF 0x0 /* Control only */
87
+ # define CRYPTO_MEM_CHECK_ON 0x1 /* Control and mode bit */
88
+ # define CRYPTO_MEM_CHECK_ENABLE 0x2 /* Control and mode bit */
89
+ # define CRYPTO_MEM_CHECK_DISABLE 0x3 /* Control only */
90
+
91
+ struct crypto_ex_data_st {
92
+ STACK_OF(void) *sk;
93
+ };
94
+ DEFINE_STACK_OF(void)
95
+
96
+ /*
97
+ * Per class, we have a STACK of function pointers.
98
+ */
99
+ # define CRYPTO_EX_INDEX_SSL 0
100
+ # define CRYPTO_EX_INDEX_SSL_CTX 1
101
+ # define CRYPTO_EX_INDEX_SSL_SESSION 2
102
+ # define CRYPTO_EX_INDEX_X509 3
103
+ # define CRYPTO_EX_INDEX_X509_STORE 4
104
+ # define CRYPTO_EX_INDEX_X509_STORE_CTX 5
105
+ # define CRYPTO_EX_INDEX_DH 6
106
+ # define CRYPTO_EX_INDEX_DSA 7
107
+ # define CRYPTO_EX_INDEX_EC_KEY 8
108
+ # define CRYPTO_EX_INDEX_RSA 9
109
+ # define CRYPTO_EX_INDEX_ENGINE 10
110
+ # define CRYPTO_EX_INDEX_UI 11
111
+ # define CRYPTO_EX_INDEX_BIO 12
112
+ # define CRYPTO_EX_INDEX_APP 13
113
+ # define CRYPTO_EX_INDEX__COUNT 14
114
+
115
+ /*
116
+ * This is the default callbacks, but we can have others as well: this is
117
+ * needed in Win32 where the application malloc and the library malloc may
118
+ * not be the same.
119
+ */
120
+ #define OPENSSL_malloc_init() \
121
+ CRYPTO_set_mem_functions(CRYPTO_malloc, CRYPTO_realloc, CRYPTO_free)
122
+
123
+ int CRYPTO_mem_ctrl(int mode);
124
+
125
+ # define OPENSSL_malloc(num) \
126
+ CRYPTO_malloc(num, OPENSSL_FILE, OPENSSL_LINE)
127
+ # define OPENSSL_zalloc(num) \
128
+ CRYPTO_zalloc(num, OPENSSL_FILE, OPENSSL_LINE)
129
+ # define OPENSSL_realloc(addr, num) \
130
+ CRYPTO_realloc(addr, num, OPENSSL_FILE, OPENSSL_LINE)
131
+ # define OPENSSL_clear_realloc(addr, old_num, num) \
132
+ CRYPTO_clear_realloc(addr, old_num, num, OPENSSL_FILE, OPENSSL_LINE)
133
+ # define OPENSSL_clear_free(addr, num) \
134
+ CRYPTO_clear_free(addr, num, OPENSSL_FILE, OPENSSL_LINE)
135
+ # define OPENSSL_free(addr) \
136
+ CRYPTO_free(addr, OPENSSL_FILE, OPENSSL_LINE)
137
+ # define OPENSSL_memdup(str, s) \
138
+ CRYPTO_memdup((str), s, OPENSSL_FILE, OPENSSL_LINE)
139
+ # define OPENSSL_strdup(str) \
140
+ CRYPTO_strdup(str, OPENSSL_FILE, OPENSSL_LINE)
141
+ # define OPENSSL_strndup(str, n) \
142
+ CRYPTO_strndup(str, n, OPENSSL_FILE, OPENSSL_LINE)
143
+ # define OPENSSL_secure_malloc(num) \
144
+ CRYPTO_secure_malloc(num, OPENSSL_FILE, OPENSSL_LINE)
145
+ # define OPENSSL_secure_zalloc(num) \
146
+ CRYPTO_secure_zalloc(num, OPENSSL_FILE, OPENSSL_LINE)
147
+ # define OPENSSL_secure_free(addr) \
148
+ CRYPTO_secure_free(addr, OPENSSL_FILE, OPENSSL_LINE)
149
+ # define OPENSSL_secure_actual_size(ptr) \
150
+ CRYPTO_secure_actual_size(ptr)
151
+
152
+ size_t OPENSSL_strlcpy(char *dst, const char *src, size_t siz);
153
+ size_t OPENSSL_strlcat(char *dst, const char *src, size_t siz);
154
+ size_t OPENSSL_strnlen(const char *str, size_t maxlen);
155
+ char *OPENSSL_buf2hexstr(const unsigned char *buffer, long len);
156
+ unsigned char *OPENSSL_hexstr2buf(const char *str, long *len);
157
+ int OPENSSL_hexchar2int(unsigned char c);
158
+
159
+ # define OPENSSL_MALLOC_MAX_NELEMS(type) (((1U<<(sizeof(int)*8-1))-1)/sizeof(type))
160
+
161
+ unsigned long OpenSSL_version_num(void);
162
+ const char *OpenSSL_version(int type);
163
+ # define OPENSSL_VERSION 0
164
+ # define OPENSSL_CFLAGS 1
165
+ # define OPENSSL_BUILT_ON 2
166
+ # define OPENSSL_PLATFORM 3
167
+ # define OPENSSL_DIR 4
168
+ # define OPENSSL_ENGINES_DIR 5
169
+
170
+ int OPENSSL_issetugid(void);
171
+
172
+ typedef void CRYPTO_EX_new (void *parent, void *ptr, CRYPTO_EX_DATA *ad,
173
+ int idx, long argl, void *argp);
174
+ typedef void CRYPTO_EX_free (void *parent, void *ptr, CRYPTO_EX_DATA *ad,
175
+ int idx, long argl, void *argp);
176
+ typedef int CRYPTO_EX_dup (CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from,
177
+ void *srcp, int idx, long argl, void *argp);
178
+ __owur int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
179
+ CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
180
+ CRYPTO_EX_free *free_func);
181
+ /* No longer use an index. */
182
+ int CRYPTO_free_ex_index(int class_index, int idx);
183
+
184
+ /*
185
+ * Initialise/duplicate/free CRYPTO_EX_DATA variables corresponding to a
186
+ * given class (invokes whatever per-class callbacks are applicable)
187
+ */
188
+ int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
189
+ int CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to,
190
+ const CRYPTO_EX_DATA *from);
191
+
192
+ void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
193
+
194
+ /*
195
+ * Get/set data in a CRYPTO_EX_DATA variable corresponding to a particular
196
+ * index (relative to the class type involved)
197
+ */
198
+ int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val);
199
+ void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx);
200
+
201
+ # if OPENSSL_API_COMPAT < 0x10100000L
202
+ /*
203
+ * This function cleans up all "ex_data" state. It mustn't be called under
204
+ * potential race-conditions.
205
+ */
206
+ # define CRYPTO_cleanup_all_ex_data() while(0) continue
207
+
208
+ /*
209
+ * The old locking functions have been removed completely without compatibility
210
+ * macros. This is because the old functions either could not properly report
211
+ * errors, or the returned error values were not clearly documented.
212
+ * Replacing the locking functions with with no-ops would cause race condition
213
+ * issues in the affected applications. It is far better for them to fail at
214
+ * compile time.
215
+ * On the other hand, the locking callbacks are no longer used. Consequently,
216
+ * the callback management functions can be safely replaced with no-op macros.
217
+ */
218
+ # define CRYPTO_num_locks() (1)
219
+ # define CRYPTO_set_locking_callback(func)
220
+ # define CRYPTO_get_locking_callback() (NULL)
221
+ # define CRYPTO_set_add_lock_callback(func)
222
+ # define CRYPTO_get_add_lock_callback() (NULL)
223
+
224
+ /*
225
+ * These defines where used in combination with the old locking callbacks,
226
+ * they are not called anymore, but old code that's not called might still
227
+ * use them.
228
+ */
229
+ # define CRYPTO_LOCK 1
230
+ # define CRYPTO_UNLOCK 2
231
+ # define CRYPTO_READ 4
232
+ # define CRYPTO_WRITE 8
233
+
234
+ /* This structure is no longer used */
235
+ typedef struct crypto_threadid_st {
236
+ int dummy;
237
+ } CRYPTO_THREADID;
238
+ /* Only use CRYPTO_THREADID_set_[numeric|pointer]() within callbacks */
239
+ # define CRYPTO_THREADID_set_numeric(id, val)
240
+ # define CRYPTO_THREADID_set_pointer(id, ptr)
241
+ # define CRYPTO_THREADID_set_callback(threadid_func) (0)
242
+ # define CRYPTO_THREADID_get_callback() (NULL)
243
+ # define CRYPTO_THREADID_current(id)
244
+ # define CRYPTO_THREADID_cmp(a, b) (-1)
245
+ # define CRYPTO_THREADID_cpy(dest, src)
246
+ # define CRYPTO_THREADID_hash(id) (0UL)
247
+
248
+ # if OPENSSL_API_COMPAT < 0x10000000L
249
+ # define CRYPTO_set_id_callback(func)
250
+ # define CRYPTO_get_id_callback() (NULL)
251
+ # define CRYPTO_thread_id() (0UL)
252
+ # endif /* OPENSSL_API_COMPAT < 0x10000000L */
253
+
254
+ # define CRYPTO_set_dynlock_create_callback(dyn_create_function)
255
+ # define CRYPTO_set_dynlock_lock_callback(dyn_lock_function)
256
+ # define CRYPTO_set_dynlock_destroy_callback(dyn_destroy_function)
257
+ # define CRYPTO_get_dynlock_create_callback() (NULL)
258
+ # define CRYPTO_get_dynlock_lock_callback() (NULL)
259
+ # define CRYPTO_get_dynlock_destroy_callback() (NULL)
260
+ # endif /* OPENSSL_API_COMPAT < 0x10100000L */
261
+
262
+ int CRYPTO_set_mem_functions(
263
+ void *(*m) (size_t, const char *, int),
264
+ void *(*r) (void *, size_t, const char *, int),
265
+ void (*f) (void *, const char *, int));
266
+ int CRYPTO_set_mem_debug(int flag);
267
+ void CRYPTO_get_mem_functions(
268
+ void *(**m) (size_t, const char *, int),
269
+ void *(**r) (void *, size_t, const char *, int),
270
+ void (**f) (void *, const char *, int));
271
+
272
+ void *CRYPTO_malloc(size_t num, const char *file, int line);
273
+ void *CRYPTO_zalloc(size_t num, const char *file, int line);
274
+ void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line);
275
+ char *CRYPTO_strdup(const char *str, const char *file, int line);
276
+ char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line);
277
+ void CRYPTO_free(void *ptr, const char *file, int line);
278
+ void CRYPTO_clear_free(void *ptr, size_t num, const char *file, int line);
279
+ void *CRYPTO_realloc(void *addr, size_t num, const char *file, int line);
280
+ void *CRYPTO_clear_realloc(void *addr, size_t old_num, size_t num,
281
+ const char *file, int line);
282
+
283
+ int CRYPTO_secure_malloc_init(size_t sz, int minsize);
284
+ int CRYPTO_secure_malloc_done(void);
285
+ void *CRYPTO_secure_malloc(size_t num, const char *file, int line);
286
+ void *CRYPTO_secure_zalloc(size_t num, const char *file, int line);
287
+ void CRYPTO_secure_free(void *ptr, const char *file, int line);
288
+ int CRYPTO_secure_allocated(const void *ptr);
289
+ int CRYPTO_secure_malloc_initialized(void);
290
+ size_t CRYPTO_secure_actual_size(void *ptr);
291
+ size_t CRYPTO_secure_used(void);
292
+
293
+ void OPENSSL_cleanse(void *ptr, size_t len);
294
+
295
+ # ifndef OPENSSL_NO_CRYPTO_MDEBUG
296
+ # define OPENSSL_mem_debug_push(info) \
297
+ CRYPTO_mem_debug_push(info, OPENSSL_FILE, OPENSSL_LINE)
298
+ # define OPENSSL_mem_debug_pop() \
299
+ CRYPTO_mem_debug_pop()
300
+ int CRYPTO_mem_debug_push(const char *info, const char *file, int line);
301
+ int CRYPTO_mem_debug_pop(void);
302
+
303
+ /*-
304
+ * Debugging functions (enabled by CRYPTO_set_mem_debug(1))
305
+ * The flag argument has the following significance:
306
+ * 0: called before the actual memory allocation has taken place
307
+ * 1: called after the actual memory allocation has taken place
308
+ */
309
+ void CRYPTO_mem_debug_malloc(void *addr, size_t num, int flag,
310
+ const char *file, int line);
311
+ void CRYPTO_mem_debug_realloc(void *addr1, void *addr2, size_t num, int flag,
312
+ const char *file, int line);
313
+ void CRYPTO_mem_debug_free(void *addr, int flag,
314
+ const char *file, int line);
315
+
316
+ # ifndef OPENSSL_NO_STDIO
317
+ int CRYPTO_mem_leaks_fp(FILE *);
318
+ # endif
319
+ int CRYPTO_mem_leaks(BIO *bio);
320
+ # endif
321
+
322
+ /* die if we have to */
323
+ ossl_noreturn void OPENSSL_die(const char *assertion, const char *file, int line);
324
+ # if OPENSSL_API_COMPAT < 0x10100000L
325
+ # define OpenSSLDie(f,l,a) OPENSSL_die((a),(f),(l))
326
+ # endif
327
+ # define OPENSSL_assert(e) \
328
+ (void)((e) ? 0 : (OPENSSL_die("assertion failed: " #e, OPENSSL_FILE, OPENSSL_LINE), 1))
329
+
330
+ int OPENSSL_isservice(void);
331
+
332
+ int FIPS_mode(void);
333
+ int FIPS_mode_set(int r);
334
+
335
+ void OPENSSL_init(void);
336
+
337
+ struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
338
+ int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
339
+ int OPENSSL_gmtime_diff(int *pday, int *psec,
340
+ const struct tm *from, const struct tm *to);
341
+
342
+ /*
343
+ * CRYPTO_memcmp returns zero iff the |len| bytes at |a| and |b| are equal.
344
+ * It takes an amount of time dependent on |len|, but independent of the
345
+ * contents of |a| and |b|. Unlike memcmp, it cannot be used to put elements
346
+ * into a defined order as the return value when a != b is undefined, other
347
+ * than to be non-zero.
348
+ */
349
+ int CRYPTO_memcmp(const volatile void * volatile in_a,
350
+ const volatile void * volatile in_b,
351
+ size_t len);
352
+
353
+ /* Standard initialisation options */
354
+ # define OPENSSL_INIT_NO_LOAD_CRYPTO_STRINGS 0x00000001L
355
+ # define OPENSSL_INIT_LOAD_CRYPTO_STRINGS 0x00000002L
356
+ # define OPENSSL_INIT_ADD_ALL_CIPHERS 0x00000004L
357
+ # define OPENSSL_INIT_ADD_ALL_DIGESTS 0x00000008L
358
+ # define OPENSSL_INIT_NO_ADD_ALL_CIPHERS 0x00000010L
359
+ # define OPENSSL_INIT_NO_ADD_ALL_DIGESTS 0x00000020L
360
+ # define OPENSSL_INIT_LOAD_CONFIG 0x00000040L
361
+ # define OPENSSL_INIT_NO_LOAD_CONFIG 0x00000080L
362
+ # define OPENSSL_INIT_ASYNC 0x00000100L
363
+ # define OPENSSL_INIT_ENGINE_RDRAND 0x00000200L
364
+ # define OPENSSL_INIT_ENGINE_DYNAMIC 0x00000400L
365
+ # define OPENSSL_INIT_ENGINE_OPENSSL 0x00000800L
366
+ # define OPENSSL_INIT_ENGINE_CRYPTODEV 0x00001000L
367
+ # define OPENSSL_INIT_ENGINE_CAPI 0x00002000L
368
+ # define OPENSSL_INIT_ENGINE_PADLOCK 0x00004000L
369
+ # define OPENSSL_INIT_ENGINE_AFALG 0x00008000L
370
+ /* OPENSSL_INIT flag 0x00010000 reserved for internal use */
371
+ /* OPENSSL_INIT flag range 0xfff00000 reserved for OPENSSL_init_ssl() */
372
+ /* Max OPENSSL_INIT flag value is 0x80000000 */
373
+
374
+ /* openssl and dasync not counted as builtin */
375
+ # define OPENSSL_INIT_ENGINE_ALL_BUILTIN \
376
+ (OPENSSL_INIT_ENGINE_RDRAND | OPENSSL_INIT_ENGINE_DYNAMIC \
377
+ | OPENSSL_INIT_ENGINE_CRYPTODEV | OPENSSL_INIT_ENGINE_CAPI | \
378
+ OPENSSL_INIT_ENGINE_PADLOCK)
379
+
380
+
381
+ /* Library initialisation functions */
382
+ void OPENSSL_cleanup(void);
383
+ int OPENSSL_init_crypto(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings);
384
+ int OPENSSL_atexit(void (*handler)(void));
385
+ void OPENSSL_thread_stop(void);
386
+
387
+ /* Low-level control of initialization */
388
+ OPENSSL_INIT_SETTINGS *OPENSSL_INIT_new(void);
389
+ # ifndef OPENSSL_NO_STDIO
390
+ int OPENSSL_INIT_set_config_appname(OPENSSL_INIT_SETTINGS *settings,
391
+ const char *config_file);
392
+ # endif
393
+ void OPENSSL_INIT_free(OPENSSL_INIT_SETTINGS *settings);
394
+
395
+ # if defined(OPENSSL_THREADS) && !defined(CRYPTO_TDEBUG)
396
+ # if defined(_WIN32)
397
+ # if defined(BASETYPES) || defined(_WINDEF_H)
398
+ /* application has to include <windows.h> in order to use this */
399
+ typedef DWORD CRYPTO_THREAD_LOCAL;
400
+ typedef DWORD CRYPTO_THREAD_ID;
401
+
402
+ typedef LONG CRYPTO_ONCE;
403
+ # define CRYPTO_ONCE_STATIC_INIT 0
404
+ # endif
405
+ # else
406
+ # include <pthread.h>
407
+ typedef pthread_once_t CRYPTO_ONCE;
408
+ typedef pthread_key_t CRYPTO_THREAD_LOCAL;
409
+ typedef pthread_t CRYPTO_THREAD_ID;
410
+
411
+ # define CRYPTO_ONCE_STATIC_INIT PTHREAD_ONCE_INIT
412
+ # endif
413
+ # endif
414
+
415
+ # if !defined(CRYPTO_ONCE_STATIC_INIT)
416
+ typedef unsigned int CRYPTO_ONCE;
417
+ typedef unsigned int CRYPTO_THREAD_LOCAL;
418
+ typedef unsigned int CRYPTO_THREAD_ID;
419
+ # define CRYPTO_ONCE_STATIC_INIT 0
420
+ # endif
421
+
422
+ int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
423
+
424
+ int CRYPTO_THREAD_init_local(CRYPTO_THREAD_LOCAL *key, void (*cleanup)(void *));
425
+ void *CRYPTO_THREAD_get_local(CRYPTO_THREAD_LOCAL *key);
426
+ int CRYPTO_THREAD_set_local(CRYPTO_THREAD_LOCAL *key, void *val);
427
+ int CRYPTO_THREAD_cleanup_local(CRYPTO_THREAD_LOCAL *key);
428
+
429
+ CRYPTO_THREAD_ID CRYPTO_THREAD_get_current_id(void);
430
+ int CRYPTO_THREAD_compare_id(CRYPTO_THREAD_ID a, CRYPTO_THREAD_ID b);
431
+
432
+ /* BEGIN ERROR CODES */
433
+ /*
434
+ * The following lines are auto generated by the script mkerr.pl. Any changes
435
+ * made after this point may be overwritten when the script is next run.
436
+ */
437
+
438
+ int ERR_load_CRYPTO_strings(void);
439
+
440
+ /* Error codes for the CRYPTO functions. */
441
+
442
+ /* Function codes. */
443
+ # define CRYPTO_F_CRYPTO_DUP_EX_DATA 110
444
+ # define CRYPTO_F_CRYPTO_FREE_EX_DATA 111
445
+ # define CRYPTO_F_CRYPTO_GET_EX_NEW_INDEX 100
446
+ # define CRYPTO_F_CRYPTO_MEMDUP 115
447
+ # define CRYPTO_F_CRYPTO_NEW_EX_DATA 112
448
+ # define CRYPTO_F_CRYPTO_SET_EX_DATA 102
449
+ # define CRYPTO_F_FIPS_MODE_SET 109
450
+ # define CRYPTO_F_GET_AND_LOCK 113
451
+ # define CRYPTO_F_OPENSSL_BUF2HEXSTR 117
452
+ # define CRYPTO_F_OPENSSL_HEXSTR2BUF 118
453
+ # define CRYPTO_F_OPENSSL_INIT_CRYPTO 116
454
+
455
+ /* Reason codes. */
456
+ # define CRYPTO_R_FIPS_MODE_NOT_SUPPORTED 101
457
+ # define CRYPTO_R_ILLEGAL_HEX_DIGIT 102
458
+ # define CRYPTO_R_ODD_NUMBER_OF_DIGITS 103
459
+
460
+ # ifdef __cplusplus
461
+ }
462
+ # endif
463
+ #endif