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,279 @@
1
+ /*
2
+ * 'OpenSSL for Ruby' project
3
+ * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
4
+ * All rights reserved.
5
+ */
6
+ /*
7
+ * This program is licensed under the same licence as Ruby.
8
+ * (See the file 'LICENCE'.)
9
+ */
10
+ #include "ossl.h"
11
+
12
+ #define NewX509Rev(klass) \
13
+ TypedData_Wrap_Struct((klass), &ossl_x509rev_type, 0)
14
+ #define SetX509Rev(obj, rev) do { \
15
+ if (!(rev)) { \
16
+ ossl_raise(rb_eRuntimeError, "REV wasn't initialized!"); \
17
+ } \
18
+ RTYPEDDATA_DATA(obj) = (rev); \
19
+ } while (0)
20
+ #define GetX509Rev(obj, rev) do { \
21
+ TypedData_Get_Struct((obj), X509_REVOKED, &ossl_x509rev_type, (rev)); \
22
+ if (!(rev)) { \
23
+ ossl_raise(rb_eRuntimeError, "REV wasn't initialized!"); \
24
+ } \
25
+ } while (0)
26
+ #define SafeGetX509Rev(obj, rev) do { \
27
+ OSSL_Check_Kind((obj), cX509Rev); \
28
+ GetX509Rev((obj), (rev)); \
29
+ } while (0)
30
+
31
+ /*
32
+ * Classes
33
+ */
34
+ VALUE cX509Rev;
35
+ VALUE eX509RevError;
36
+
37
+ static void
38
+ ossl_x509rev_free(void *ptr)
39
+ {
40
+ X509_REVOKED_free(ptr);
41
+ }
42
+
43
+ static const rb_data_type_t ossl_x509rev_type = {
44
+ "OpenSSL/X509/REV",
45
+ {
46
+ 0, ossl_x509rev_free,
47
+ },
48
+ 0, 0, RUBY_TYPED_FREE_IMMEDIATELY,
49
+ };
50
+
51
+ /*
52
+ * PUBLIC
53
+ */
54
+ VALUE
55
+ ossl_x509revoked_new(X509_REVOKED *rev)
56
+ {
57
+ X509_REVOKED *new;
58
+ VALUE obj;
59
+
60
+ obj = NewX509Rev(cX509Rev);
61
+ if (!rev) {
62
+ new = X509_REVOKED_new();
63
+ } else {
64
+ new = X509_REVOKED_dup(rev);
65
+ }
66
+ if (!new) {
67
+ ossl_raise(eX509RevError, NULL);
68
+ }
69
+ SetX509Rev(obj, new);
70
+
71
+ return obj;
72
+ }
73
+
74
+ X509_REVOKED *
75
+ DupX509RevokedPtr(VALUE obj)
76
+ {
77
+ X509_REVOKED *rev, *new;
78
+
79
+ SafeGetX509Rev(obj, rev);
80
+ if (!(new = X509_REVOKED_dup(rev))) {
81
+ ossl_raise(eX509RevError, NULL);
82
+ }
83
+
84
+ return new;
85
+ }
86
+
87
+ /*
88
+ * PRIVATE
89
+ */
90
+ static VALUE
91
+ ossl_x509revoked_alloc(VALUE klass)
92
+ {
93
+ X509_REVOKED *rev;
94
+ VALUE obj;
95
+
96
+ obj = NewX509Rev(klass);
97
+ if (!(rev = X509_REVOKED_new())) {
98
+ ossl_raise(eX509RevError, NULL);
99
+ }
100
+ SetX509Rev(obj, rev);
101
+
102
+ return obj;
103
+ }
104
+
105
+ static VALUE
106
+ ossl_x509revoked_initialize(int argc, VALUE *argv, VALUE self)
107
+ {
108
+ /* EMPTY */
109
+ return self;
110
+ }
111
+
112
+ static VALUE
113
+ ossl_x509revoked_initialize_copy(VALUE self, VALUE other)
114
+ {
115
+ X509_REVOKED *rev, *rev_other, *rev_new;
116
+
117
+ rb_check_frozen(self);
118
+ GetX509Rev(self, rev);
119
+ SafeGetX509Rev(other, rev_other);
120
+
121
+ rev_new = X509_REVOKED_dup(rev_other);
122
+ if (!rev_new)
123
+ ossl_raise(eX509RevError, "X509_REVOKED_dup");
124
+
125
+ SetX509Rev(self, rev_new);
126
+ X509_REVOKED_free(rev);
127
+
128
+ return self;
129
+ }
130
+
131
+ static VALUE
132
+ ossl_x509revoked_get_serial(VALUE self)
133
+ {
134
+ X509_REVOKED *rev;
135
+
136
+ GetX509Rev(self, rev);
137
+
138
+ return asn1integer_to_num(X509_REVOKED_get0_serialNumber(rev));
139
+ }
140
+
141
+ static VALUE
142
+ ossl_x509revoked_set_serial(VALUE self, VALUE num)
143
+ {
144
+ X509_REVOKED *rev;
145
+ ASN1_INTEGER *asn1int;
146
+
147
+ GetX509Rev(self, rev);
148
+ asn1int = num_to_asn1integer(num, NULL);
149
+ if (!X509_REVOKED_set_serialNumber(rev, asn1int)) {
150
+ ASN1_INTEGER_free(asn1int);
151
+ ossl_raise(eX509RevError, "X509_REVOKED_set_serialNumber");
152
+ }
153
+ ASN1_INTEGER_free(asn1int);
154
+
155
+ return num;
156
+ }
157
+
158
+ static VALUE
159
+ ossl_x509revoked_get_time(VALUE self)
160
+ {
161
+ X509_REVOKED *rev;
162
+
163
+ GetX509Rev(self, rev);
164
+
165
+ return asn1time_to_time(X509_REVOKED_get0_revocationDate(rev));
166
+ }
167
+
168
+ static VALUE
169
+ ossl_x509revoked_set_time(VALUE self, VALUE time)
170
+ {
171
+ X509_REVOKED *rev;
172
+ ASN1_TIME *asn1time;
173
+
174
+ GetX509Rev(self, rev);
175
+ asn1time = ossl_x509_time_adjust(NULL, time);
176
+ if (!X509_REVOKED_set_revocationDate(rev, asn1time)) {
177
+ ASN1_TIME_free(asn1time);
178
+ ossl_raise(eX509RevError, "X509_REVOKED_set_revocationDate");
179
+ }
180
+ ASN1_TIME_free(asn1time);
181
+
182
+ return time;
183
+ }
184
+ /*
185
+ * Gets X509v3 extensions as array of X509Ext objects
186
+ */
187
+ static VALUE
188
+ ossl_x509revoked_get_extensions(VALUE self)
189
+ {
190
+ X509_REVOKED *rev;
191
+ int count, i;
192
+ X509_EXTENSION *ext;
193
+ VALUE ary;
194
+
195
+ GetX509Rev(self, rev);
196
+ count = X509_REVOKED_get_ext_count(rev);
197
+ if (count < 0) {
198
+ OSSL_Debug("count < 0???");
199
+ return rb_ary_new();
200
+ }
201
+ ary = rb_ary_new2(count);
202
+ for (i=0; i<count; i++) {
203
+ ext = X509_REVOKED_get_ext(rev, i);
204
+ rb_ary_push(ary, ossl_x509ext_new(ext));
205
+ }
206
+
207
+ return ary;
208
+ }
209
+
210
+ /*
211
+ * Sets X509_EXTENSIONs
212
+ */
213
+ static VALUE
214
+ ossl_x509revoked_set_extensions(VALUE self, VALUE ary)
215
+ {
216
+ X509_REVOKED *rev;
217
+ X509_EXTENSION *ext;
218
+ long i;
219
+ VALUE item;
220
+
221
+ Check_Type(ary, T_ARRAY);
222
+ for (i=0; i<RARRAY_LEN(ary); i++) {
223
+ OSSL_Check_Kind(RARRAY_AREF(ary, i), cX509Ext);
224
+ }
225
+ GetX509Rev(self, rev);
226
+ while ((ext = X509_REVOKED_delete_ext(rev, 0)))
227
+ X509_EXTENSION_free(ext);
228
+ for (i=0; i<RARRAY_LEN(ary); i++) {
229
+ item = RARRAY_AREF(ary, i);
230
+ ext = GetX509ExtPtr(item);
231
+ if(!X509_REVOKED_add_ext(rev, ext, -1)) {
232
+ ossl_raise(eX509RevError, NULL);
233
+ }
234
+ }
235
+
236
+ return ary;
237
+ }
238
+
239
+ static VALUE
240
+ ossl_x509revoked_add_extension(VALUE self, VALUE ext)
241
+ {
242
+ X509_REVOKED *rev;
243
+
244
+ GetX509Rev(self, rev);
245
+ if (!X509_REVOKED_add_ext(rev, GetX509ExtPtr(ext), -1)) {
246
+ ossl_raise(eX509RevError, NULL);
247
+ }
248
+
249
+ return ext;
250
+ }
251
+
252
+ /*
253
+ * INIT
254
+ */
255
+ void
256
+ Init_ossl_x509revoked(void)
257
+ {
258
+ #if 0
259
+ mOSSL = rb_define_module("OpenSSL");
260
+ eOSSLError = rb_define_class_under(mOSSL, "OpenSSLError", rb_eStandardError);
261
+ mX509 = rb_define_module_under(mOSSL, "X509");
262
+ #endif
263
+
264
+ eX509RevError = rb_define_class_under(mX509, "RevokedError", eOSSLError);
265
+
266
+ cX509Rev = rb_define_class_under(mX509, "Revoked", rb_cObject);
267
+
268
+ rb_define_alloc_func(cX509Rev, ossl_x509revoked_alloc);
269
+ rb_define_method(cX509Rev, "initialize", ossl_x509revoked_initialize, -1);
270
+ rb_define_copy_func(cX509Rev, ossl_x509revoked_initialize_copy);
271
+
272
+ rb_define_method(cX509Rev, "serial", ossl_x509revoked_get_serial, 0);
273
+ rb_define_method(cX509Rev, "serial=", ossl_x509revoked_set_serial, 1);
274
+ rb_define_method(cX509Rev, "time", ossl_x509revoked_get_time, 0);
275
+ rb_define_method(cX509Rev, "time=", ossl_x509revoked_set_time, 1);
276
+ rb_define_method(cX509Rev, "extensions", ossl_x509revoked_get_extensions, 0);
277
+ rb_define_method(cX509Rev, "extensions=", ossl_x509revoked_set_extensions, 1);
278
+ rb_define_method(cX509Rev, "add_extension", ossl_x509revoked_add_extension, 1);
279
+ }
@@ -0,0 +1,846 @@
1
+ /*
2
+ * 'OpenSSL for Ruby' project
3
+ * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
4
+ * All rights reserved.
5
+ */
6
+ /*
7
+ * This program is licensed under the same licence as Ruby.
8
+ * (See the file 'LICENCE'.)
9
+ */
10
+ #include "ossl.h"
11
+
12
+ #define NewX509Store(klass) \
13
+ TypedData_Wrap_Struct((klass), &ossl_x509store_type, 0)
14
+ #define SetX509Store(obj, st) do { \
15
+ if (!(st)) { \
16
+ ossl_raise(rb_eRuntimeError, "STORE wasn't initialized!"); \
17
+ } \
18
+ RTYPEDDATA_DATA(obj) = (st); \
19
+ } while (0)
20
+ #define GetX509Store(obj, st) do { \
21
+ TypedData_Get_Struct((obj), X509_STORE, &ossl_x509store_type, (st)); \
22
+ if (!(st)) { \
23
+ ossl_raise(rb_eRuntimeError, "STORE wasn't initialized!"); \
24
+ } \
25
+ } while (0)
26
+ #define SafeGetX509Store(obj, st) do { \
27
+ OSSL_Check_Kind((obj), cX509Store); \
28
+ GetX509Store((obj), (st)); \
29
+ } while (0)
30
+
31
+ #define NewX509StCtx(klass) \
32
+ TypedData_Wrap_Struct((klass), &ossl_x509stctx_type, 0)
33
+ #define SetX509StCtx(obj, ctx) do { \
34
+ if (!(ctx)) { \
35
+ ossl_raise(rb_eRuntimeError, "STORE_CTX wasn't initialized!"); \
36
+ } \
37
+ RTYPEDDATA_DATA(obj) = (ctx); \
38
+ } while (0)
39
+ #define GetX509StCtx(obj, ctx) do { \
40
+ TypedData_Get_Struct((obj), X509_STORE_CTX, &ossl_x509stctx_type, (ctx)); \
41
+ if (!(ctx)) { \
42
+ ossl_raise(rb_eRuntimeError, "STORE_CTX is out of scope!"); \
43
+ } \
44
+ } while (0)
45
+ #define SafeGetX509StCtx(obj, storep) do { \
46
+ OSSL_Check_Kind((obj), cX509StoreContext); \
47
+ GetX509Store((obj), (ctx)); \
48
+ } while (0)
49
+
50
+ /*
51
+ * Classes
52
+ */
53
+ VALUE cX509Store;
54
+ VALUE cX509StoreContext;
55
+ VALUE eX509StoreError;
56
+
57
+ static void
58
+ ossl_x509store_free(void *ptr)
59
+ {
60
+ X509_STORE_free(ptr);
61
+ }
62
+
63
+ static const rb_data_type_t ossl_x509store_type = {
64
+ "OpenSSL/X509/STORE",
65
+ {
66
+ 0, ossl_x509store_free,
67
+ },
68
+ 0, 0, RUBY_TYPED_FREE_IMMEDIATELY,
69
+ };
70
+
71
+ /*
72
+ * Public functions
73
+ */
74
+ VALUE
75
+ ossl_x509store_new(X509_STORE *store)
76
+ {
77
+ VALUE obj;
78
+
79
+ obj = NewX509Store(cX509Store);
80
+ SetX509Store(obj, store);
81
+
82
+ return obj;
83
+ }
84
+
85
+ X509_STORE *
86
+ GetX509StorePtr(VALUE obj)
87
+ {
88
+ X509_STORE *store;
89
+
90
+ SafeGetX509Store(obj, store);
91
+
92
+ return store;
93
+ }
94
+
95
+ X509_STORE *
96
+ DupX509StorePtr(VALUE obj)
97
+ {
98
+ X509_STORE *store;
99
+
100
+ SafeGetX509Store(obj, store);
101
+ X509_STORE_up_ref(store);
102
+
103
+ return store;
104
+ }
105
+
106
+ /*
107
+ * Private functions
108
+ */
109
+ static int
110
+ x509store_verify_cb(int ok, X509_STORE_CTX *ctx)
111
+ {
112
+ VALUE proc;
113
+
114
+ proc = (VALUE)X509_STORE_CTX_get_ex_data(ctx, ossl_store_ctx_ex_verify_cb_idx);
115
+ if (!proc)
116
+ proc = (VALUE)X509_STORE_get_ex_data(X509_STORE_CTX_get0_store(ctx), ossl_store_ex_verify_cb_idx);
117
+ if (!proc)
118
+ return ok;
119
+
120
+ return ossl_verify_cb_call(proc, ok, ctx);
121
+ }
122
+
123
+ static VALUE
124
+ ossl_x509store_alloc(VALUE klass)
125
+ {
126
+ X509_STORE *store;
127
+ VALUE obj;
128
+
129
+ obj = NewX509Store(klass);
130
+ if((store = X509_STORE_new()) == NULL){
131
+ ossl_raise(eX509StoreError, NULL);
132
+ }
133
+ SetX509Store(obj, store);
134
+
135
+ return obj;
136
+ }
137
+
138
+ /*
139
+ * General callback for OpenSSL verify
140
+ */
141
+ static VALUE
142
+ ossl_x509store_set_vfy_cb(VALUE self, VALUE cb)
143
+ {
144
+ X509_STORE *store;
145
+
146
+ GetX509Store(self, store);
147
+ X509_STORE_set_ex_data(store, ossl_store_ex_verify_cb_idx, (void *)cb);
148
+ rb_iv_set(self, "@verify_callback", cb);
149
+
150
+ return cb;
151
+ }
152
+
153
+
154
+ /*
155
+ * call-seq:
156
+ * X509::Store.new => store
157
+ *
158
+ * Creates a new X509::Store.
159
+ */
160
+ static VALUE
161
+ ossl_x509store_initialize(int argc, VALUE *argv, VALUE self)
162
+ {
163
+ X509_STORE *store;
164
+
165
+ /* BUG: This method takes any number of arguments but appears to ignore them. */
166
+ GetX509Store(self, store);
167
+ #if !defined(HAVE_OPAQUE_OPENSSL)
168
+ /* [Bug #405] [Bug #1678] [Bug #3000]; already fixed? */
169
+ store->ex_data.sk = NULL;
170
+ #endif
171
+ X509_STORE_set_verify_cb(store, x509store_verify_cb);
172
+ ossl_x509store_set_vfy_cb(self, Qnil);
173
+
174
+ /* last verification status */
175
+ rb_iv_set(self, "@error", Qnil);
176
+ rb_iv_set(self, "@error_string", Qnil);
177
+ rb_iv_set(self, "@chain", Qnil);
178
+ rb_iv_set(self, "@time", Qnil);
179
+
180
+ return self;
181
+ }
182
+
183
+ /*
184
+ * call-seq:
185
+ * store.flags = flag
186
+ *
187
+ * Sets +flag+ to the Store. +flag+ consists of zero or more of the constants
188
+ * defined in with name V_FLAG_* or'ed together.
189
+ */
190
+ static VALUE
191
+ ossl_x509store_set_flags(VALUE self, VALUE flags)
192
+ {
193
+ X509_STORE *store;
194
+ long f = NUM2LONG(flags);
195
+
196
+ GetX509Store(self, store);
197
+ X509_STORE_set_flags(store, f);
198
+
199
+ return flags;
200
+ }
201
+
202
+ /*
203
+ * call-seq:
204
+ * store.purpose = purpose
205
+ *
206
+ * Sets the store's purpose to +purpose+. If specified, the verifications on
207
+ * the store will check every untrusted certificate's extensions are consistent
208
+ * with the purpose. The purpose is specified by constants:
209
+ *
210
+ * * X509::PURPOSE_SSL_CLIENT
211
+ * * X509::PURPOSE_SSL_SERVER
212
+ * * X509::PURPOSE_NS_SSL_SERVER
213
+ * * X509::PURPOSE_SMIME_SIGN
214
+ * * X509::PURPOSE_SMIME_ENCRYPT
215
+ * * X509::PURPOSE_CRL_SIGN
216
+ * * X509::PURPOSE_ANY
217
+ * * X509::PURPOSE_OCSP_HELPER
218
+ * * X509::PURPOSE_TIMESTAMP_SIGN
219
+ */
220
+ static VALUE
221
+ ossl_x509store_set_purpose(VALUE self, VALUE purpose)
222
+ {
223
+ X509_STORE *store;
224
+ int p = NUM2INT(purpose);
225
+
226
+ GetX509Store(self, store);
227
+ X509_STORE_set_purpose(store, p);
228
+
229
+ return purpose;
230
+ }
231
+
232
+ /*
233
+ * call-seq:
234
+ * store.trust = trust
235
+ */
236
+ static VALUE
237
+ ossl_x509store_set_trust(VALUE self, VALUE trust)
238
+ {
239
+ X509_STORE *store;
240
+ int t = NUM2INT(trust);
241
+
242
+ GetX509Store(self, store);
243
+ X509_STORE_set_trust(store, t);
244
+
245
+ return trust;
246
+ }
247
+
248
+ /*
249
+ * call-seq:
250
+ * store.time = time
251
+ *
252
+ * Sets the time to be used in verifications.
253
+ */
254
+ static VALUE
255
+ ossl_x509store_set_time(VALUE self, VALUE time)
256
+ {
257
+ rb_iv_set(self, "@time", time);
258
+ return time;
259
+ }
260
+
261
+ /*
262
+ * call-seq:
263
+ * store.add_file(file) -> self
264
+ *
265
+ * Adds the certificates in +file+ to the certificate store. The +file+ can
266
+ * contain multiple PEM-encoded certificates.
267
+ */
268
+ static VALUE
269
+ ossl_x509store_add_file(VALUE self, VALUE file)
270
+ {
271
+ X509_STORE *store;
272
+ X509_LOOKUP *lookup;
273
+ char *path = NULL;
274
+
275
+ if(file != Qnil){
276
+ rb_check_safe_obj(file);
277
+ path = StringValueCStr(file);
278
+ }
279
+ GetX509Store(self, store);
280
+ lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file());
281
+ if(lookup == NULL) ossl_raise(eX509StoreError, NULL);
282
+ if(X509_LOOKUP_load_file(lookup, path, X509_FILETYPE_PEM) != 1){
283
+ ossl_raise(eX509StoreError, NULL);
284
+ }
285
+
286
+ return self;
287
+ }
288
+
289
+ /*
290
+ * call-seq:
291
+ * store.add_path(path) -> self
292
+ *
293
+ * Adds +path+ as the hash dir to be looked up by the store.
294
+ */
295
+ static VALUE
296
+ ossl_x509store_add_path(VALUE self, VALUE dir)
297
+ {
298
+ X509_STORE *store;
299
+ X509_LOOKUP *lookup;
300
+ char *path = NULL;
301
+
302
+ if(dir != Qnil){
303
+ rb_check_safe_obj(dir);
304
+ path = StringValueCStr(dir);
305
+ }
306
+ GetX509Store(self, store);
307
+ lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir());
308
+ if(lookup == NULL) ossl_raise(eX509StoreError, NULL);
309
+ if(X509_LOOKUP_add_dir(lookup, path, X509_FILETYPE_PEM) != 1){
310
+ ossl_raise(eX509StoreError, NULL);
311
+ }
312
+
313
+ return self;
314
+ }
315
+
316
+ /*
317
+ * call-seq:
318
+ * store.set_default_paths
319
+ *
320
+ * Configures +store+ to look up CA certificates from the system default
321
+ * certificate store as needed basis. The location of the store can usually be
322
+ * determined by:
323
+ *
324
+ * * OpenSSL::X509::DEFAULT_CERT_FILE
325
+ * * OpenSSL::X509::DEFAULT_CERT_DIR
326
+ */
327
+ static VALUE
328
+ ossl_x509store_set_default_paths(VALUE self)
329
+ {
330
+ X509_STORE *store;
331
+
332
+ GetX509Store(self, store);
333
+ if (X509_STORE_set_default_paths(store) != 1){
334
+ ossl_raise(eX509StoreError, NULL);
335
+ }
336
+
337
+ return Qnil;
338
+ }
339
+
340
+ /*
341
+ * call-seq:
342
+ * store.add_cert(cert)
343
+ *
344
+ * Adds the OpenSSL::X509::Certificate +cert+ to the certificate store.
345
+ */
346
+ static VALUE
347
+ ossl_x509store_add_cert(VALUE self, VALUE arg)
348
+ {
349
+ X509_STORE *store;
350
+ X509 *cert;
351
+
352
+ cert = GetX509CertPtr(arg); /* NO NEED TO DUP */
353
+ GetX509Store(self, store);
354
+ if (X509_STORE_add_cert(store, cert) != 1){
355
+ ossl_raise(eX509StoreError, NULL);
356
+ }
357
+
358
+ return self;
359
+ }
360
+
361
+ /*
362
+ * call-seq:
363
+ * store.add_crl(crl) -> self
364
+ *
365
+ * Adds the OpenSSL::X509::CRL +crl+ to the store.
366
+ */
367
+ static VALUE
368
+ ossl_x509store_add_crl(VALUE self, VALUE arg)
369
+ {
370
+ X509_STORE *store;
371
+ X509_CRL *crl;
372
+
373
+ crl = GetX509CRLPtr(arg); /* NO NEED TO DUP */
374
+ GetX509Store(self, store);
375
+ if (X509_STORE_add_crl(store, crl) != 1){
376
+ ossl_raise(eX509StoreError, NULL);
377
+ }
378
+
379
+ return self;
380
+ }
381
+
382
+ static VALUE ossl_x509stctx_get_err(VALUE);
383
+ static VALUE ossl_x509stctx_get_err_string(VALUE);
384
+ static VALUE ossl_x509stctx_get_chain(VALUE);
385
+
386
+ /*
387
+ * call-seq:
388
+ * store.verify(cert, chain = nil) -> true | false
389
+ *
390
+ * Performs a certificate verification on the OpenSSL::X509::Certificate +cert+.
391
+ *
392
+ * +chain+ can be an array of OpenSSL::X509::Certificate that is used to
393
+ * construct the certificate chain.
394
+ *
395
+ * If a block is given, it overrides the callback set by #verify_callback=.
396
+ *
397
+ * After finishing the verification, the error information can be retrieved by
398
+ * #error, #error_string, and the resuting complete certificate chain can be
399
+ * retrieved by #chain.
400
+ */
401
+ static VALUE
402
+ ossl_x509store_verify(int argc, VALUE *argv, VALUE self)
403
+ {
404
+ VALUE cert, chain;
405
+ VALUE ctx, proc, result;
406
+
407
+ rb_scan_args(argc, argv, "11", &cert, &chain);
408
+ ctx = rb_funcall(cX509StoreContext, rb_intern("new"), 3, self, cert, chain);
409
+ proc = rb_block_given_p() ? rb_block_proc() :
410
+ rb_iv_get(self, "@verify_callback");
411
+ rb_iv_set(ctx, "@verify_callback", proc);
412
+ result = rb_funcall(ctx, rb_intern("verify"), 0);
413
+
414
+ rb_iv_set(self, "@error", ossl_x509stctx_get_err(ctx));
415
+ rb_iv_set(self, "@error_string", ossl_x509stctx_get_err_string(ctx));
416
+ rb_iv_set(self, "@chain", ossl_x509stctx_get_chain(ctx));
417
+
418
+ return result;
419
+ }
420
+
421
+ /*
422
+ * Public Functions
423
+ */
424
+ static void ossl_x509stctx_free(void*);
425
+
426
+
427
+ static const rb_data_type_t ossl_x509stctx_type = {
428
+ "OpenSSL/X509/STORE_CTX",
429
+ {
430
+ 0, ossl_x509stctx_free,
431
+ },
432
+ 0, 0, RUBY_TYPED_FREE_IMMEDIATELY,
433
+ };
434
+
435
+
436
+ VALUE
437
+ ossl_x509stctx_new(X509_STORE_CTX *ctx)
438
+ {
439
+ VALUE obj;
440
+
441
+ obj = NewX509StCtx(cX509StoreContext);
442
+ SetX509StCtx(obj, ctx);
443
+
444
+ return obj;
445
+ }
446
+
447
+ VALUE
448
+ ossl_x509stctx_clear_ptr(VALUE obj)
449
+ {
450
+ OSSL_Check_Kind(obj, cX509StoreContext);
451
+ RDATA(obj)->data = NULL;
452
+
453
+ return obj;
454
+ }
455
+
456
+ /*
457
+ * Private functions
458
+ */
459
+ static void
460
+ ossl_x509stctx_free(void *ptr)
461
+ {
462
+ X509_STORE_CTX *ctx = ptr;
463
+ if (X509_STORE_CTX_get0_untrusted(ctx))
464
+ sk_X509_pop_free(X509_STORE_CTX_get0_untrusted(ctx), X509_free);
465
+ if (X509_STORE_CTX_get0_cert(ctx))
466
+ X509_free(X509_STORE_CTX_get0_cert(ctx));
467
+ X509_STORE_CTX_free(ctx);
468
+ }
469
+
470
+ static VALUE
471
+ ossl_x509stctx_alloc(VALUE klass)
472
+ {
473
+ X509_STORE_CTX *ctx;
474
+ VALUE obj;
475
+
476
+ obj = NewX509StCtx(klass);
477
+ if((ctx = X509_STORE_CTX_new()) == NULL){
478
+ ossl_raise(eX509StoreError, NULL);
479
+ }
480
+ SetX509StCtx(obj, ctx);
481
+
482
+ return obj;
483
+ }
484
+
485
+ static VALUE ossl_x509stctx_set_flags(VALUE, VALUE);
486
+ static VALUE ossl_x509stctx_set_purpose(VALUE, VALUE);
487
+ static VALUE ossl_x509stctx_set_trust(VALUE, VALUE);
488
+ static VALUE ossl_x509stctx_set_time(VALUE, VALUE);
489
+
490
+ /*
491
+ * call-seq:
492
+ * StoreContext.new(store, cert = nil, chain = nil)
493
+ */
494
+ static VALUE
495
+ ossl_x509stctx_initialize(int argc, VALUE *argv, VALUE self)
496
+ {
497
+ VALUE store, cert, chain, t;
498
+ X509_STORE_CTX *ctx;
499
+ X509_STORE *x509st;
500
+ X509 *x509 = NULL;
501
+ STACK_OF(X509) *x509s = NULL;
502
+
503
+ rb_scan_args(argc, argv, "12", &store, &cert, &chain);
504
+ GetX509StCtx(self, ctx);
505
+ SafeGetX509Store(store, x509st);
506
+ if(!NIL_P(cert)) x509 = DupX509CertPtr(cert); /* NEED TO DUP */
507
+ if(!NIL_P(chain)) x509s = ossl_x509_ary2sk(chain);
508
+ if(X509_STORE_CTX_init(ctx, x509st, x509, x509s) != 1){
509
+ sk_X509_pop_free(x509s, X509_free);
510
+ ossl_raise(eX509StoreError, NULL);
511
+ }
512
+ if (!NIL_P(t = rb_iv_get(store, "@time")))
513
+ ossl_x509stctx_set_time(self, t);
514
+ rb_iv_set(self, "@verify_callback", rb_iv_get(store, "@verify_callback"));
515
+ rb_iv_set(self, "@cert", cert);
516
+
517
+ return self;
518
+ }
519
+
520
+ /*
521
+ * call-seq:
522
+ * stctx.verify -> true | false
523
+ */
524
+ static VALUE
525
+ ossl_x509stctx_verify(VALUE self)
526
+ {
527
+ X509_STORE_CTX *ctx;
528
+
529
+ GetX509StCtx(self, ctx);
530
+ X509_STORE_CTX_set_ex_data(ctx, ossl_store_ctx_ex_verify_cb_idx,
531
+ (void *)rb_iv_get(self, "@verify_callback"));
532
+
533
+ switch (X509_verify_cert(ctx)) {
534
+ case 1:
535
+ return Qtrue;
536
+ case 0:
537
+ ossl_clear_error();
538
+ return Qfalse;
539
+ default:
540
+ ossl_raise(eX509CertError, NULL);
541
+ }
542
+ }
543
+
544
+ /*
545
+ * call-seq:
546
+ * stctx.chain -> Array of X509::Certificate
547
+ */
548
+ static VALUE
549
+ ossl_x509stctx_get_chain(VALUE self)
550
+ {
551
+ X509_STORE_CTX *ctx;
552
+ STACK_OF(X509) *chain;
553
+ X509 *x509;
554
+ int i, num;
555
+ VALUE ary;
556
+
557
+ GetX509StCtx(self, ctx);
558
+ if((chain = X509_STORE_CTX_get0_chain(ctx)) == NULL){
559
+ return Qnil;
560
+ }
561
+ if((num = sk_X509_num(chain)) < 0){
562
+ OSSL_Debug("certs in chain < 0???");
563
+ return rb_ary_new();
564
+ }
565
+ ary = rb_ary_new2(num);
566
+ for(i = 0; i < num; i++) {
567
+ x509 = sk_X509_value(chain, i);
568
+ rb_ary_push(ary, ossl_x509_new(x509));
569
+ }
570
+
571
+ return ary;
572
+ }
573
+
574
+ /*
575
+ * call-seq:
576
+ * stctx.error -> Integer
577
+ */
578
+ static VALUE
579
+ ossl_x509stctx_get_err(VALUE self)
580
+ {
581
+ X509_STORE_CTX *ctx;
582
+
583
+ GetX509StCtx(self, ctx);
584
+
585
+ return INT2NUM(X509_STORE_CTX_get_error(ctx));
586
+ }
587
+
588
+ /*
589
+ * call-seq:
590
+ * stctx.error = error_code
591
+ */
592
+ static VALUE
593
+ ossl_x509stctx_set_error(VALUE self, VALUE err)
594
+ {
595
+ X509_STORE_CTX *ctx;
596
+
597
+ GetX509StCtx(self, ctx);
598
+ X509_STORE_CTX_set_error(ctx, NUM2INT(err));
599
+
600
+ return err;
601
+ }
602
+
603
+ /*
604
+ * call-seq:
605
+ * stctx.error_string -> String
606
+ *
607
+ * Returns the error string corresponding to the error code retrieved by #error.
608
+ */
609
+ static VALUE
610
+ ossl_x509stctx_get_err_string(VALUE self)
611
+ {
612
+ X509_STORE_CTX *ctx;
613
+ long err;
614
+
615
+ GetX509StCtx(self, ctx);
616
+ err = X509_STORE_CTX_get_error(ctx);
617
+
618
+ return rb_str_new2(X509_verify_cert_error_string(err));
619
+ }
620
+
621
+ /*
622
+ * call-seq:
623
+ * stctx.error_depth -> Integer
624
+ */
625
+ static VALUE
626
+ ossl_x509stctx_get_err_depth(VALUE self)
627
+ {
628
+ X509_STORE_CTX *ctx;
629
+
630
+ GetX509StCtx(self, ctx);
631
+
632
+ return INT2NUM(X509_STORE_CTX_get_error_depth(ctx));
633
+ }
634
+
635
+ /*
636
+ * call-seq:
637
+ * stctx.current_cert -> X509::Certificate
638
+ */
639
+ static VALUE
640
+ ossl_x509stctx_get_curr_cert(VALUE self)
641
+ {
642
+ X509_STORE_CTX *ctx;
643
+
644
+ GetX509StCtx(self, ctx);
645
+
646
+ return ossl_x509_new(X509_STORE_CTX_get_current_cert(ctx));
647
+ }
648
+
649
+ /*
650
+ * call-seq:
651
+ * stctx.current_crl -> X509::CRL
652
+ */
653
+ static VALUE
654
+ ossl_x509stctx_get_curr_crl(VALUE self)
655
+ {
656
+ X509_STORE_CTX *ctx;
657
+ X509_CRL *crl;
658
+
659
+ GetX509StCtx(self, ctx);
660
+ crl = X509_STORE_CTX_get0_current_crl(ctx);
661
+ if (!crl)
662
+ return Qnil;
663
+
664
+ return ossl_x509crl_new(crl);
665
+ }
666
+
667
+ /*
668
+ * call-seq:
669
+ * stctx.flags = flags
670
+ *
671
+ * Sets the verification flags to the context. See Store#flags=.
672
+ */
673
+ static VALUE
674
+ ossl_x509stctx_set_flags(VALUE self, VALUE flags)
675
+ {
676
+ X509_STORE_CTX *store;
677
+ long f = NUM2LONG(flags);
678
+
679
+ GetX509StCtx(self, store);
680
+ X509_STORE_CTX_set_flags(store, f);
681
+
682
+ return flags;
683
+ }
684
+
685
+ /*
686
+ * call-seq:
687
+ * stctx.purpose = purpose
688
+ *
689
+ * Sets the purpose of the context. See Store#purpose=.
690
+ */
691
+ static VALUE
692
+ ossl_x509stctx_set_purpose(VALUE self, VALUE purpose)
693
+ {
694
+ X509_STORE_CTX *store;
695
+ int p = NUM2INT(purpose);
696
+
697
+ GetX509StCtx(self, store);
698
+ X509_STORE_CTX_set_purpose(store, p);
699
+
700
+ return purpose;
701
+ }
702
+
703
+ /*
704
+ * call-seq:
705
+ * stctx.trust = trust
706
+ */
707
+ static VALUE
708
+ ossl_x509stctx_set_trust(VALUE self, VALUE trust)
709
+ {
710
+ X509_STORE_CTX *store;
711
+ int t = NUM2INT(trust);
712
+
713
+ GetX509StCtx(self, store);
714
+ X509_STORE_CTX_set_trust(store, t);
715
+
716
+ return trust;
717
+ }
718
+
719
+ /*
720
+ * call-seq:
721
+ * stctx.time = time
722
+ *
723
+ * Sets the time used in the verification. If not set, the current time is used.
724
+ */
725
+ static VALUE
726
+ ossl_x509stctx_set_time(VALUE self, VALUE time)
727
+ {
728
+ X509_STORE_CTX *store;
729
+ long t;
730
+
731
+ t = NUM2LONG(rb_Integer(time));
732
+ GetX509StCtx(self, store);
733
+ X509_STORE_CTX_set_time(store, 0, t);
734
+
735
+ return time;
736
+ }
737
+
738
+ /*
739
+ * INIT
740
+ */
741
+ void
742
+ Init_ossl_x509store(void)
743
+ {
744
+ #if 0
745
+ mOSSL = rb_define_module("OpenSSL");
746
+ eOSSLError = rb_define_class_under(mOSSL, "OpenSSLError", rb_eStandardError);
747
+ mX509 = rb_define_module_under(mOSSL, "X509");
748
+ #endif
749
+
750
+ eX509StoreError = rb_define_class_under(mX509, "StoreError", eOSSLError);
751
+
752
+ /* Document-class: OpenSSL::X509::Store
753
+ *
754
+ * The X509 certificate store holds trusted CA certificates used to verify
755
+ * peer certificates.
756
+ *
757
+ * The easiest way to create a useful certificate store is:
758
+ *
759
+ * cert_store = OpenSSL::X509::Store.new
760
+ * cert_store.set_default_paths
761
+ *
762
+ * This will use your system's built-in certificates.
763
+ *
764
+ * If your system does not have a default set of certificates you can obtain
765
+ * a set extracted from Mozilla CA certificate store by cURL maintainers
766
+ * here: https://curl.haxx.se/docs/caextract.html (You may wish to use the
767
+ * firefox-db2pem.sh script to extract the certificates from a local install
768
+ * to avoid man-in-the-middle attacks.)
769
+ *
770
+ * After downloading or generating a cacert.pem from the above link you
771
+ * can create a certificate store from the pem file like this:
772
+ *
773
+ * cert_store = OpenSSL::X509::Store.new
774
+ * cert_store.add_file 'cacert.pem'
775
+ *
776
+ * The certificate store can be used with an SSLSocket like this:
777
+ *
778
+ * ssl_context = OpenSSL::SSL::SSLContext.new
779
+ * ssl_context.verify_mode = OpenSSL::SSL::VERIFY_PEER
780
+ * ssl_context.cert_store = cert_store
781
+ *
782
+ * tcp_socket = TCPSocket.open 'example.com', 443
783
+ *
784
+ * ssl_socket = OpenSSL::SSL::SSLSocket.new tcp_socket, ssl_context
785
+ */
786
+
787
+ cX509Store = rb_define_class_under(mX509, "Store", rb_cObject);
788
+ /*
789
+ * The callback for additional certificate verification. It is invoked for
790
+ * each untrusted certificate in the chain.
791
+ *
792
+ * The callback is invoked with two values, a boolean that indicates if the
793
+ * pre-verification by OpenSSL has succeeded or not, and the StoreContext in
794
+ * use. The callback must return either true or false.
795
+ */
796
+ rb_attr(cX509Store, rb_intern("verify_callback"), 1, 0, Qfalse);
797
+ /*
798
+ * The error code set by the last call of #verify.
799
+ */
800
+ rb_attr(cX509Store, rb_intern("error"), 1, 0, Qfalse);
801
+ /*
802
+ * The description for the error code set by the last call of #verify.
803
+ */
804
+ rb_attr(cX509Store, rb_intern("error_string"), 1, 0, Qfalse);
805
+ /*
806
+ * The certificate chain constructed by the last call of #verify.
807
+ */
808
+ rb_attr(cX509Store, rb_intern("chain"), 1, 0, Qfalse);
809
+ rb_define_alloc_func(cX509Store, ossl_x509store_alloc);
810
+ rb_define_method(cX509Store, "initialize", ossl_x509store_initialize, -1);
811
+ rb_undef_method(cX509Store, "initialize_copy");
812
+ rb_define_method(cX509Store, "verify_callback=", ossl_x509store_set_vfy_cb, 1);
813
+ rb_define_method(cX509Store, "flags=", ossl_x509store_set_flags, 1);
814
+ rb_define_method(cX509Store, "purpose=", ossl_x509store_set_purpose, 1);
815
+ rb_define_method(cX509Store, "trust=", ossl_x509store_set_trust, 1);
816
+ rb_define_method(cX509Store, "time=", ossl_x509store_set_time, 1);
817
+ rb_define_method(cX509Store, "add_path", ossl_x509store_add_path, 1);
818
+ rb_define_method(cX509Store, "add_file", ossl_x509store_add_file, 1);
819
+ rb_define_method(cX509Store, "set_default_paths", ossl_x509store_set_default_paths, 0);
820
+ rb_define_method(cX509Store, "add_cert", ossl_x509store_add_cert, 1);
821
+ rb_define_method(cX509Store, "add_crl", ossl_x509store_add_crl, 1);
822
+ rb_define_method(cX509Store, "verify", ossl_x509store_verify, -1);
823
+
824
+ /*
825
+ * Document-class: OpenSSL::X509::StoreContext
826
+ *
827
+ * A StoreContext is used while validating a single certificate and holds
828
+ * the status involved.
829
+ */
830
+ cX509StoreContext = rb_define_class_under(mX509,"StoreContext", rb_cObject);
831
+ rb_define_alloc_func(cX509StoreContext, ossl_x509stctx_alloc);
832
+ rb_define_method(cX509StoreContext, "initialize", ossl_x509stctx_initialize, -1);
833
+ rb_undef_method(cX509StoreContext, "initialize_copy");
834
+ rb_define_method(cX509StoreContext, "verify", ossl_x509stctx_verify, 0);
835
+ rb_define_method(cX509StoreContext, "chain", ossl_x509stctx_get_chain,0);
836
+ rb_define_method(cX509StoreContext, "error", ossl_x509stctx_get_err, 0);
837
+ rb_define_method(cX509StoreContext, "error=", ossl_x509stctx_set_error, 1);
838
+ rb_define_method(cX509StoreContext, "error_string", ossl_x509stctx_get_err_string,0);
839
+ rb_define_method(cX509StoreContext, "error_depth", ossl_x509stctx_get_err_depth, 0);
840
+ rb_define_method(cX509StoreContext, "current_cert", ossl_x509stctx_get_curr_cert, 0);
841
+ rb_define_method(cX509StoreContext, "current_crl", ossl_x509stctx_get_curr_crl, 0);
842
+ rb_define_method(cX509StoreContext, "flags=", ossl_x509stctx_set_flags, 1);
843
+ rb_define_method(cX509StoreContext, "purpose=", ossl_x509stctx_set_purpose, 1);
844
+ rb_define_method(cX509StoreContext, "trust=", ossl_x509stctx_set_trust, 1);
845
+ rb_define_method(cX509StoreContext, "time=", ossl_x509stctx_set_time, 1);
846
+ }