koffi 0.9.24 → 0.9.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (718) hide show
  1. package/README.md +78 -19
  2. package/benchmark/CMakeLists.txt +51 -0
  3. package/benchmark/atoi_cc.cc +62 -0
  4. package/benchmark/atoi_koffi.js +51 -0
  5. package/benchmark/atoi_napi.cc +62 -0
  6. package/benchmark/atoi_napi.js +47 -0
  7. package/benchmark/atoi_node_ffi.js +57 -0
  8. package/benchmark/build/atoi_cc.exe +0 -0
  9. package/benchmark/build/atoi_napi.exp +0 -0
  10. package/benchmark/build/atoi_napi.lib +0 -0
  11. package/benchmark/build/atoi_napi.node +0 -0
  12. package/benchmark/build/koffi.exp +0 -0
  13. package/benchmark/build/koffi.lib +0 -0
  14. package/benchmark/build/koffi.node +0 -0
  15. package/benchmark/build/misc.dll +0 -0
  16. package/benchmark/build/misc.exp +0 -0
  17. package/benchmark/build/misc.lib +0 -0
  18. package/benchmark/build/raylib.dll +0 -0
  19. package/benchmark/build/raylib.exp +0 -0
  20. package/benchmark/build/raylib.lib +0 -0
  21. package/benchmark/build/raylib_cc.exe +0 -0
  22. package/benchmark/build/sqlite3.dll +0 -0
  23. package/benchmark/build/sqlite3.exp +0 -0
  24. package/benchmark/build/sqlite3.lib +0 -0
  25. package/benchmark/build/v16.14.0_x64/ALL_BUILD.vcxproj +210 -0
  26. package/benchmark/build/v16.14.0_x64/ALL_BUILD.vcxproj.filters +8 -0
  27. package/benchmark/build/v16.14.0_x64/CMakeCache.txt +432 -0
  28. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeASMCompiler.cmake +20 -0
  29. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeASM_MASMCompiler.cmake +20 -0
  30. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeCCompiler.cmake +72 -0
  31. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeCXXCompiler.cmake +83 -0
  32. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeDetermineCompilerABI_C.bin +0 -0
  33. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeDetermineCompilerABI_CXX.bin +0 -0
  34. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeRCCompiler.cmake +6 -0
  35. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeSystem.cmake +15 -0
  36. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/CMakeCCompilerId.c +828 -0
  37. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/CompilerIdC.exe +0 -0
  38. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/CompilerIdC.vcxproj +71 -0
  39. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CMakeCCompilerId.obj +0 -0
  40. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.exe.recipe +11 -0
  41. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CL.command.1.tlog +0 -0
  42. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CL.read.1.tlog +0 -0
  43. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CL.write.1.tlog +0 -0
  44. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CompilerIdC.lastbuildstate +2 -0
  45. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/link.command.1.tlog +0 -0
  46. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/link.read.1.tlog +0 -0
  47. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/link.write.1.tlog +0 -0
  48. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/CMakeCXXCompilerId.cpp +816 -0
  49. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/CompilerIdCXX.exe +0 -0
  50. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/CompilerIdCXX.vcxproj +71 -0
  51. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CMakeCXXCompilerId.obj +0 -0
  52. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.exe.recipe +11 -0
  53. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.command.1.tlog +0 -0
  54. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.read.1.tlog +0 -0
  55. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.write.1.tlog +0 -0
  56. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CompilerIdCXX.lastbuildstate +2 -0
  57. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.command.1.tlog +0 -0
  58. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.read.1.tlog +0 -0
  59. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.write.1.tlog +0 -0
  60. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/VCTargetsPath.txt +1 -0
  61. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/VCTargetsPath.vcxproj +31 -0
  62. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/x64/Debug/VCTargetsPath.recipe +11 -0
  63. package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/x64/Debug/VCTargetsPath.tlog/VCTargetsPath.lastbuildstate +2 -0
  64. package/benchmark/build/v16.14.0_x64/CMakeFiles/36e230b47ae534539f2cb53bb38ac86d/generate.stamp.rule +1 -0
  65. package/benchmark/build/v16.14.0_x64/CMakeFiles/CMakeError.log +108 -0
  66. package/benchmark/build/v16.14.0_x64/CMakeFiles/CMakeOutput.log +418 -0
  67. package/benchmark/build/v16.14.0_x64/CMakeFiles/TargetDirectories.txt +9 -0
  68. package/benchmark/build/v16.14.0_x64/CMakeFiles/cmake.check_cache +1 -0
  69. package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp +1 -0
  70. package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp.depend +27 -0
  71. package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp.list +3 -0
  72. package/benchmark/build/v16.14.0_x64/FindCNoke.cmake +23 -0
  73. package/benchmark/build/v16.14.0_x64/ZERO_CHECK.vcxproj +176 -0
  74. package/benchmark/build/v16.14.0_x64/ZERO_CHECK.vcxproj.filters +13 -0
  75. package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.exe.recipe +14 -0
  76. package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.obj +0 -0
  77. package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CL.command.1.tlog +0 -0
  78. package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CL.read.1.tlog +0 -0
  79. package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CL.write.1.tlog +0 -0
  80. package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CustomBuild.command.1.tlog +10 -0
  81. package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CustomBuild.read.1.tlog +26 -0
  82. package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CustomBuild.write.1.tlog +2 -0
  83. package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/atoi_cc.lastbuildstate +2 -0
  84. package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/link.command.1.tlog +0 -0
  85. package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/link.read.1.tlog +0 -0
  86. package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/link.write.1.tlog +0 -0
  87. package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/libcc.obj +0 -0
  88. package/benchmark/build/v16.14.0_x64/atoi_cc.vcxproj +352 -0
  89. package/benchmark/build/v16.14.0_x64/atoi_cc.vcxproj.filters +19 -0
  90. package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.node.recipe +14 -0
  91. package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.obj +0 -0
  92. package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CL.command.1.tlog +0 -0
  93. package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CL.read.1.tlog +0 -0
  94. package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CL.write.1.tlog +0 -0
  95. package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CustomBuild.command.1.tlog +10 -0
  96. package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CustomBuild.read.1.tlog +26 -0
  97. package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CustomBuild.write.1.tlog +2 -0
  98. package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/atoi_napi.lastbuildstate +2 -0
  99. package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/atoi_napi.write.1u.tlog +0 -0
  100. package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/link.command.1.tlog +0 -0
  101. package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/link.read.1.tlog +0 -0
  102. package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/link.write.1.tlog +0 -0
  103. package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/libcc.obj +0 -0
  104. package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/win_delay_hook.obj +0 -0
  105. package/benchmark/build/v16.14.0_x64/atoi_napi.vcxproj +357 -0
  106. package/benchmark/build/v16.14.0_x64/atoi_napi.vcxproj.filters +22 -0
  107. package/benchmark/build/v16.14.0_x64/cmake_install.cmake +51 -0
  108. package/benchmark/build/v16.14.0_x64/headers/include/node/common.gypi +627 -0
  109. package/benchmark/build/v16.14.0_x64/headers/include/node/config.gypi +346 -0
  110. package/benchmark/build/v16.14.0_x64/headers/include/node/cppgc/common.h +29 -0
  111. package/benchmark/build/v16.14.0_x64/headers/include/node/js_native_api.h +572 -0
  112. package/benchmark/build/v16.14.0_x64/headers/include/node/js_native_api_types.h +160 -0
  113. package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/libplatform-export.h +29 -0
  114. package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/libplatform.h +117 -0
  115. package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/v8-tracing.h +334 -0
  116. package/benchmark/build/v16.14.0_x64/headers/include/node/node.h +1153 -0
  117. package/benchmark/build/v16.14.0_x64/headers/include/node/node_api.h +275 -0
  118. package/benchmark/build/v16.14.0_x64/headers/include/node/node_api_types.h +50 -0
  119. package/benchmark/build/v16.14.0_x64/headers/include/node/node_buffer.h +92 -0
  120. package/benchmark/build/v16.14.0_x64/headers/include/node/node_object_wrap.h +132 -0
  121. package/benchmark/build/v16.14.0_x64/headers/include/node/node_version.h +98 -0
  122. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/aes.h +92 -0
  123. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +48 -0
  124. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h +28 -0
  125. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h +17 -0
  126. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h +197 -0
  127. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/include/progs.h +507 -0
  128. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +49 -0
  129. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  130. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  131. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h +197 -0
  132. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +507 -0
  133. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +30 -0
  134. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h +28 -0
  135. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h +17 -0
  136. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h +200 -0
  137. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +507 -0
  138. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +46 -0
  139. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h +28 -0
  140. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h +17 -0
  141. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h +197 -0
  142. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +507 -0
  143. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +47 -0
  144. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  145. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  146. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h +197 -0
  147. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +507 -0
  148. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +29 -0
  149. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h +28 -0
  150. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h +17 -0
  151. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h +200 -0
  152. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +507 -0
  153. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +45 -0
  154. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h +28 -0
  155. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h +16 -0
  156. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h +203 -0
  157. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +507 -0
  158. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +45 -0
  159. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  160. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h +16 -0
  161. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h +203 -0
  162. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +507 -0
  163. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +45 -0
  164. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h +28 -0
  165. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h +16 -0
  166. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h +206 -0
  167. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +507 -0
  168. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +29 -0
  169. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h +28 -0
  170. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h +16 -0
  171. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h +203 -0
  172. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +507 -0
  173. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +23 -0
  174. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h +28 -0
  175. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h +16 -0
  176. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h +203 -0
  177. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +507 -0
  178. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +23 -0
  179. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  180. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h +16 -0
  181. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h +203 -0
  182. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +507 -0
  183. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +23 -0
  184. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h +28 -0
  185. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h +16 -0
  186. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h +206 -0
  187. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +507 -0
  188. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +35 -0
  189. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
  190. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
  191. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h +203 -0
  192. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/include/progs.h +507 -0
  193. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +36 -0
  194. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  195. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  196. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h +203 -0
  197. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +507 -0
  198. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +26 -0
  199. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
  200. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
  201. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h +206 -0
  202. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +507 -0
  203. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +38 -0
  204. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
  205. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
  206. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h +203 -0
  207. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +507 -0
  208. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +39 -0
  209. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  210. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  211. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h +203 -0
  212. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +507 -0
  213. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +27 -0
  214. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
  215. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
  216. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h +206 -0
  217. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +507 -0
  218. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +47 -0
  219. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h +28 -0
  220. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h +17 -0
  221. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h +203 -0
  222. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +507 -0
  223. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +48 -0
  224. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  225. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  226. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
  227. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +507 -0
  228. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +29 -0
  229. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h +28 -0
  230. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
  231. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h +206 -0
  232. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +507 -0
  233. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +38 -0
  234. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h +28 -0
  235. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h +17 -0
  236. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h +203 -0
  237. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +507 -0
  238. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +39 -0
  239. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  240. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  241. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
  242. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +507 -0
  243. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +28 -0
  244. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h +28 -0
  245. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
  246. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h +206 -0
  247. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +507 -0
  248. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +46 -0
  249. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h +28 -0
  250. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h +17 -0
  251. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h +203 -0
  252. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +507 -0
  253. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +47 -0
  254. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  255. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  256. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
  257. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +507 -0
  258. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +28 -0
  259. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h +28 -0
  260. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
  261. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h +206 -0
  262. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +507 -0
  263. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +38 -0
  264. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h +28 -0
  265. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h +17 -0
  266. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h +200 -0
  267. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +507 -0
  268. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +39 -0
  269. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  270. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  271. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h +200 -0
  272. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +507 -0
  273. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +28 -0
  274. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h +28 -0
  275. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h +17 -0
  276. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h +203 -0
  277. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +507 -0
  278. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +40 -0
  279. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h +28 -0
  280. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h +17 -0
  281. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h +200 -0
  282. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/include/progs.h +507 -0
  283. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +42 -0
  284. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  285. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  286. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h +200 -0
  287. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +507 -0
  288. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +28 -0
  289. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h +28 -0
  290. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h +17 -0
  291. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h +203 -0
  292. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +507 -0
  293. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +48 -0
  294. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h +28 -0
  295. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h +17 -0
  296. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h +200 -0
  297. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/include/progs.h +507 -0
  298. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +49 -0
  299. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  300. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  301. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h +200 -0
  302. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +507 -0
  303. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +30 -0
  304. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h +28 -0
  305. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h +17 -0
  306. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h +203 -0
  307. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +507 -0
  308. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +37 -0
  309. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h +28 -0
  310. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h +17 -0
  311. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h +200 -0
  312. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/include/progs.h +507 -0
  313. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +38 -0
  314. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  315. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  316. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h +200 -0
  317. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +507 -0
  318. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +28 -0
  319. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h +28 -0
  320. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h +17 -0
  321. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h +203 -0
  322. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +507 -0
  323. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +40 -0
  324. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h +28 -0
  325. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h +17 -0
  326. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h +200 -0
  327. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +507 -0
  328. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +41 -0
  329. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  330. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  331. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h +200 -0
  332. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +507 -0
  333. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +29 -0
  334. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h +28 -0
  335. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h +17 -0
  336. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h +203 -0
  337. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +507 -0
  338. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +40 -0
  339. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h +28 -0
  340. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h +17 -0
  341. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h +200 -0
  342. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +507 -0
  343. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +41 -0
  344. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  345. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  346. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h +200 -0
  347. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +507 -0
  348. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +29 -0
  349. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h +28 -0
  350. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h +17 -0
  351. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h +203 -0
  352. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +507 -0
  353. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +46 -0
  354. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h +28 -0
  355. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h +17 -0
  356. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h +200 -0
  357. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/include/progs.h +507 -0
  358. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +48 -0
  359. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  360. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  361. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h +200 -0
  362. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +507 -0
  363. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +29 -0
  364. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h +28 -0
  365. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h +17 -0
  366. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h +203 -0
  367. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +507 -0
  368. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +46 -0
  369. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h +28 -0
  370. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h +17 -0
  371. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h +200 -0
  372. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +507 -0
  373. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +47 -0
  374. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  375. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  376. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h +200 -0
  377. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +507 -0
  378. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +29 -0
  379. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h +28 -0
  380. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h +17 -0
  381. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h +203 -0
  382. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +507 -0
  383. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +43 -0
  384. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h +28 -0
  385. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h +17 -0
  386. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h +200 -0
  387. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +507 -0
  388. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +44 -0
  389. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  390. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  391. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h +200 -0
  392. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +507 -0
  393. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +29 -0
  394. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h +28 -0
  395. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h +17 -0
  396. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h +203 -0
  397. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +507 -0
  398. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +35 -0
  399. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h +28 -0
  400. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h +17 -0
  401. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h +200 -0
  402. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +507 -0
  403. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +36 -0
  404. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  405. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  406. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h +200 -0
  407. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +507 -0
  408. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +28 -0
  409. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h +28 -0
  410. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h +17 -0
  411. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h +203 -0
  412. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +507 -0
  413. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +28 -0
  414. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/bn_conf.h +28 -0
  415. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/dso_conf.h +17 -0
  416. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslconf.h +203 -0
  417. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +507 -0
  418. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +42 -0
  419. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h +28 -0
  420. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h +17 -0
  421. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h +200 -0
  422. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +507 -0
  423. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +43 -0
  424. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  425. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  426. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h +200 -0
  427. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +507 -0
  428. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +29 -0
  429. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h +28 -0
  430. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h +17 -0
  431. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h +203 -0
  432. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +507 -0
  433. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +47 -0
  434. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
  435. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
  436. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h +200 -0
  437. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +507 -0
  438. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +48 -0
  439. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  440. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  441. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h +200 -0
  442. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +507 -0
  443. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +29 -0
  444. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
  445. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
  446. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h +203 -0
  447. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +507 -0
  448. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +46 -0
  449. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
  450. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
  451. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h +200 -0
  452. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +507 -0
  453. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +47 -0
  454. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  455. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  456. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h +200 -0
  457. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +507 -0
  458. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +28 -0
  459. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
  460. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
  461. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h +203 -0
  462. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +507 -0
  463. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1.h +886 -0
  464. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1_mac.h +10 -0
  465. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1err.h +256 -0
  466. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1t.h +945 -0
  467. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/async.h +76 -0
  468. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asyncerr.h +42 -0
  469. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bio.h +801 -0
  470. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bioerr.h +124 -0
  471. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/blowfish.h +61 -0
  472. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn.h +539 -0
  473. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf.h +5 -0
  474. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf_asm.h +59 -0
  475. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf_no-asm.h +61 -0
  476. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bnerr.h +100 -0
  477. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/buffer.h +58 -0
  478. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/buffererr.h +34 -0
  479. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/camellia.h +83 -0
  480. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cast.h +53 -0
  481. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cmac.h +41 -0
  482. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cms.h +339 -0
  483. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cmserr.h +202 -0
  484. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/comp.h +53 -0
  485. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/comperr.h +44 -0
  486. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conf.h +168 -0
  487. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conf_api.h +40 -0
  488. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conferr.h +76 -0
  489. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/crypto.h +449 -0
  490. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cryptoerr.h +57 -0
  491. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ct.h +474 -0
  492. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cterr.h +80 -0
  493. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/des.h +174 -0
  494. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dh.h +340 -0
  495. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dherr.h +88 -0
  496. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dsa.h +244 -0
  497. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dsaerr.h +72 -0
  498. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf.h +5 -0
  499. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf_asm.h +59 -0
  500. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf_no-asm.h +61 -0
  501. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dtls1.h +55 -0
  502. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/e_os2.h +301 -0
  503. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ebcdic.h +33 -0
  504. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ec.h +1484 -0
  505. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecdh.h +10 -0
  506. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecdsa.h +10 -0
  507. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecerr.h +276 -0
  508. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/engine.h +751 -0
  509. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/engineerr.h +111 -0
  510. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/err.h +274 -0
  511. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/evp.h +1670 -0
  512. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/evperr.h +204 -0
  513. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/hmac.h +51 -0
  514. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/idea.h +64 -0
  515. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/kdf.h +97 -0
  516. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/kdferr.h +55 -0
  517. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/lhash.h +241 -0
  518. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md2.h +44 -0
  519. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md4.h +51 -0
  520. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md5.h +50 -0
  521. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/mdc2.h +42 -0
  522. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/modes.h +208 -0
  523. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/obj_mac.h +5198 -0
  524. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/objects.h +175 -0
  525. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/objectserr.h +42 -0
  526. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ocsp.h +352 -0
  527. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ocsperr.h +78 -0
  528. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf.h +23 -0
  529. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf_asm.h +140 -0
  530. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf_no-asm.h +49 -0
  531. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslv.h +101 -0
  532. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ossl_typ.h +199 -0
  533. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pem.h +378 -0
  534. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pem2.h +13 -0
  535. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pemerr.h +105 -0
  536. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs12.h +223 -0
  537. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs12err.h +81 -0
  538. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs7.h +319 -0
  539. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs7err.h +103 -0
  540. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rand.h +77 -0
  541. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rand_drbg.h +130 -0
  542. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/randerr.h +94 -0
  543. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc2.h +51 -0
  544. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc4.h +36 -0
  545. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc5.h +63 -0
  546. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ripemd.h +47 -0
  547. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rsa.h +513 -0
  548. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rsaerr.h +167 -0
  549. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/safestack.h +207 -0
  550. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/seed.h +96 -0
  551. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/sha.h +119 -0
  552. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/srp.h +135 -0
  553. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/srtp.h +50 -0
  554. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl.h +2499 -0
  555. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl2.h +24 -0
  556. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl3.h +342 -0
  557. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/sslerr.h +795 -0
  558. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/stack.h +83 -0
  559. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/store.h +266 -0
  560. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/storeerr.h +91 -0
  561. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/symhacks.h +37 -0
  562. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/tls1.h +1241 -0
  563. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ts.h +559 -0
  564. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/tserr.h +132 -0
  565. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/txt_db.h +57 -0
  566. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ui.h +368 -0
  567. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/uierr.h +65 -0
  568. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/whrlpool.h +48 -0
  569. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509.h +1050 -0
  570. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509_vfy.h +632 -0
  571. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509err.h +129 -0
  572. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509v3.h +938 -0
  573. package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509v3err.h +164 -0
  574. package/benchmark/build/v16.14.0_x64/headers/include/node/uv/aix.h +32 -0
  575. package/benchmark/build/v16.14.0_x64/headers/include/node/uv/android-ifaddrs.h +54 -0
  576. package/benchmark/build/v16.14.0_x64/headers/include/node/uv/bsd.h +34 -0
  577. package/benchmark/build/v16.14.0_x64/headers/include/node/uv/darwin.h +61 -0
  578. package/benchmark/build/v16.14.0_x64/headers/include/node/uv/errno.h +460 -0
  579. package/benchmark/build/v16.14.0_x64/headers/include/node/uv/linux.h +34 -0
  580. package/benchmark/build/v16.14.0_x64/headers/include/node/uv/os390.h +33 -0
  581. package/benchmark/build/v16.14.0_x64/headers/include/node/uv/posix.h +31 -0
  582. package/benchmark/build/v16.14.0_x64/headers/include/node/uv/stdint-msvc2008.h +247 -0
  583. package/benchmark/build/v16.14.0_x64/headers/include/node/uv/sunos.h +44 -0
  584. package/benchmark/build/v16.14.0_x64/headers/include/node/uv/threadpool.h +37 -0
  585. package/benchmark/build/v16.14.0_x64/headers/include/node/uv/tree.h +768 -0
  586. package/benchmark/build/v16.14.0_x64/headers/include/node/uv/unix.h +505 -0
  587. package/benchmark/build/v16.14.0_x64/headers/include/node/uv/version.h +43 -0
  588. package/benchmark/build/v16.14.0_x64/headers/include/node/uv/win.h +698 -0
  589. package/benchmark/build/v16.14.0_x64/headers/include/node/uv.h +1849 -0
  590. package/benchmark/build/v16.14.0_x64/headers/include/node/v8-internal.h +511 -0
  591. package/benchmark/build/v16.14.0_x64/headers/include/node/v8-platform.h +709 -0
  592. package/benchmark/build/v16.14.0_x64/headers/include/node/v8-profiler.h +1123 -0
  593. package/benchmark/build/v16.14.0_x64/headers/include/node/v8-version.h +20 -0
  594. package/benchmark/build/v16.14.0_x64/headers/include/node/v8.h +12652 -0
  595. package/benchmark/build/v16.14.0_x64/headers/include/node/v8config.h +560 -0
  596. package/benchmark/build/v16.14.0_x64/headers/include/node/zconf.h +549 -0
  597. package/benchmark/build/v16.14.0_x64/headers/include/node/zlib.h +1935 -0
  598. package/benchmark/build/v16.14.0_x64/koffi/CMakeFiles/generate.stamp +1 -0
  599. package/benchmark/build/v16.14.0_x64/koffi/CMakeFiles/generate.stamp.depend +7 -0
  600. package/benchmark/build/v16.14.0_x64/koffi/cmake_install.cmake +34 -0
  601. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_arm32.obj +0 -0
  602. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_arm64.obj +0 -0
  603. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x64_sysv.obj +0 -0
  604. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x64_win.obj +0 -0
  605. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x64_win_fwd.obj +0 -0
  606. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x86.obj +0 -0
  607. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/ffi.obj +0 -0
  608. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.node.recipe +14 -0
  609. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CL.command.1.tlog +0 -0
  610. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CL.read.1.tlog +0 -0
  611. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CL.write.1.tlog +0 -0
  612. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CustomBuild.command.1.tlog +10 -0
  613. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CustomBuild.read.1.tlog +6 -0
  614. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CustomBuild.write.1.tlog +2 -0
  615. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/Masm.read.1u.tlog +0 -0
  616. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/Masm.write.1u.tlog +0 -0
  617. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/koffi.lastbuildstate +2 -0
  618. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/koffi.write.1u.tlog +0 -0
  619. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/link.command.1.tlog +0 -0
  620. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/link.read.1.tlog +0 -0
  621. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/link.write.1.tlog +0 -0
  622. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/libcc.obj +0 -0
  623. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/util.obj +0 -0
  624. package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/win_delay_hook.obj +0 -0
  625. package/benchmark/build/v16.14.0_x64/koffi/koffi.vcxproj +368 -0
  626. package/benchmark/build/v16.14.0_x64/koffi/koffi.vcxproj.filters +43 -0
  627. package/benchmark/build/v16.14.0_x64/koffi.sln +138 -0
  628. package/benchmark/build/v16.14.0_x64/node.lib +0 -0
  629. package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/atoi_cc.obj +0 -0
  630. package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/libcc.obj +0 -0
  631. package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.exe.recipe +17 -0
  632. package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CL.command.1.tlog +0 -0
  633. package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CL.read.1.tlog +0 -0
  634. package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CL.write.1.tlog +0 -0
  635. package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CustomBuild.command.1.tlog +10 -0
  636. package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CustomBuild.read.1.tlog +26 -0
  637. package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CustomBuild.write.1.tlog +2 -0
  638. package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/link.command.1.tlog +0 -0
  639. package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/link.read.1.tlog +0 -0
  640. package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/link.write.1.tlog +0 -0
  641. package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/raylib_cc.lastbuildstate +2 -0
  642. package/benchmark/build/v16.14.0_x64/raylib_cc.vcxproj +356 -0
  643. package/benchmark/build/v16.14.0_x64/raylib_cc.vcxproj.filters +19 -0
  644. package/benchmark/build/v16.14.0_x64/test/CMakeFiles/generate.stamp +1 -0
  645. package/benchmark/build/v16.14.0_x64/test/CMakeFiles/generate.stamp.depend +2 -0
  646. package/benchmark/build/v16.14.0_x64/test/cmake_install.cmake +34 -0
  647. package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.dll.recipe +14 -0
  648. package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.obj +0 -0
  649. package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CL.command.1.tlog +0 -0
  650. package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CL.read.1.tlog +0 -0
  651. package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CL.write.1.tlog +0 -0
  652. package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CustomBuild.command.1.tlog +10 -0
  653. package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CustomBuild.read.1.tlog +1 -0
  654. package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CustomBuild.write.1.tlog +2 -0
  655. package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/link.command.1.tlog +0 -0
  656. package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/link.read.1.tlog +0 -0
  657. package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/link.write.1.tlog +0 -0
  658. package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/misc.lastbuildstate +2 -0
  659. package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/misc.write.1u.tlog +0 -0
  660. package/benchmark/build/v16.14.0_x64/test/misc.vcxproj +339 -0
  661. package/benchmark/build/v16.14.0_x64/test/misc.vcxproj.filters +16 -0
  662. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raudio.obj +0 -0
  663. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.dll.recipe +14 -0
  664. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CL.command.1.tlog +0 -0
  665. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CL.read.1.tlog +0 -0
  666. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CL.write.1.tlog +0 -0
  667. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CustomBuild.command.1.tlog +10 -0
  668. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CustomBuild.read.1.tlog +1 -0
  669. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CustomBuild.write.1.tlog +2 -0
  670. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/link.command.1.tlog +0 -0
  671. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/link.read.1.tlog +0 -0
  672. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/link.write.1.tlog +0 -0
  673. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/raylib.lastbuildstate +2 -0
  674. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/raylib.write.1u.tlog +0 -0
  675. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rcore.obj +0 -0
  676. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rglfw.obj +0 -0
  677. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rmodels.obj +0 -0
  678. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rshapes.obj +0 -0
  679. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rtext.obj +0 -0
  680. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rtextures.obj +0 -0
  681. package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/utils.obj +0 -0
  682. package/benchmark/build/v16.14.0_x64/test/raylib.vcxproj +358 -0
  683. package/benchmark/build/v16.14.0_x64/test/raylib.vcxproj.filters +37 -0
  684. package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.dll.recipe +14 -0
  685. package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.obj +0 -0
  686. package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CL.command.1.tlog +0 -0
  687. package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CL.read.1.tlog +0 -0
  688. package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CL.write.1.tlog +0 -0
  689. package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.command.1.tlog +10 -0
  690. package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.read.1.tlog +1 -0
  691. package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.write.1.tlog +2 -0
  692. package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/link.command.1.tlog +0 -0
  693. package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/link.read.1.tlog +0 -0
  694. package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/link.write.1.tlog +0 -0
  695. package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/sqlite3.lastbuildstate +2 -0
  696. package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/sqlite3.write.1u.tlog +0 -0
  697. package/benchmark/build/v16.14.0_x64/test/sqlite3.vcxproj +335 -0
  698. package/benchmark/build/v16.14.0_x64/test/sqlite3.vcxproj.filters +16 -0
  699. package/benchmark/build/v16.14.0_x64/win_delay_hook.c +34 -0
  700. package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.recipe +35 -0
  701. package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/ALL_BUILD.lastbuildstate +2 -0
  702. package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.command.1.tlog +10 -0
  703. package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.read.1.tlog +26 -0
  704. package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.write.1.tlog +2 -0
  705. package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.recipe +11 -0
  706. package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.command.1.tlog +10 -0
  707. package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.read.1.tlog +31 -0
  708. package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.write.1.tlog +4 -0
  709. package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/ZERO_CHECK.lastbuildstate +2 -0
  710. package/benchmark/raylib.dll +0 -0
  711. package/benchmark/{raylib_c.c → raylib_cc.cc} +25 -34
  712. package/benchmark/raylib_cc.exe +0 -0
  713. package/benchmark/raylib_koffi.js +5 -0
  714. package/benchmark/raylib_node_ffi.js +6 -0
  715. package/package.json +1 -1
  716. package/test/tests/misc.c +11 -0
  717. package/test/tests/misc.js +4 -0
  718. package/benchmark/build.sh +0 -13
@@ -0,0 +1,1241 @@
1
+ /*
2
+ * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
3
+ * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
4
+ * Copyright 2005 Nokia. All rights reserved.
5
+ *
6
+ * Licensed under the OpenSSL license (the "License"). You may not use
7
+ * this file except in compliance with the License. You can obtain a copy
8
+ * in the file LICENSE in the source distribution or at
9
+ * https://www.openssl.org/source/license.html
10
+ */
11
+
12
+ #ifndef HEADER_TLS1_H
13
+ # define HEADER_TLS1_H
14
+
15
+ # include <openssl/buffer.h>
16
+ # include <openssl/x509.h>
17
+
18
+ #ifdef __cplusplus
19
+ extern "C" {
20
+ #endif
21
+
22
+ /* Default security level if not overridden at config time */
23
+ # ifndef OPENSSL_TLS_SECURITY_LEVEL
24
+ # define OPENSSL_TLS_SECURITY_LEVEL 1
25
+ # endif
26
+
27
+ # define TLS1_VERSION 0x0301
28
+ # define TLS1_1_VERSION 0x0302
29
+ # define TLS1_2_VERSION 0x0303
30
+ # define TLS1_3_VERSION 0x0304
31
+ # define TLS_MAX_VERSION TLS1_3_VERSION
32
+
33
+ /* Special value for method supporting multiple versions */
34
+ # define TLS_ANY_VERSION 0x10000
35
+
36
+ # define TLS1_VERSION_MAJOR 0x03
37
+ # define TLS1_VERSION_MINOR 0x01
38
+
39
+ # define TLS1_1_VERSION_MAJOR 0x03
40
+ # define TLS1_1_VERSION_MINOR 0x02
41
+
42
+ # define TLS1_2_VERSION_MAJOR 0x03
43
+ # define TLS1_2_VERSION_MINOR 0x03
44
+
45
+ # define TLS1_get_version(s) \
46
+ ((SSL_version(s) >> 8) == TLS1_VERSION_MAJOR ? SSL_version(s) : 0)
47
+
48
+ # define TLS1_get_client_version(s) \
49
+ ((SSL_client_version(s) >> 8) == TLS1_VERSION_MAJOR ? SSL_client_version(s) : 0)
50
+
51
+ # define TLS1_AD_DECRYPTION_FAILED 21
52
+ # define TLS1_AD_RECORD_OVERFLOW 22
53
+ # define TLS1_AD_UNKNOWN_CA 48/* fatal */
54
+ # define TLS1_AD_ACCESS_DENIED 49/* fatal */
55
+ # define TLS1_AD_DECODE_ERROR 50/* fatal */
56
+ # define TLS1_AD_DECRYPT_ERROR 51
57
+ # define TLS1_AD_EXPORT_RESTRICTION 60/* fatal */
58
+ # define TLS1_AD_PROTOCOL_VERSION 70/* fatal */
59
+ # define TLS1_AD_INSUFFICIENT_SECURITY 71/* fatal */
60
+ # define TLS1_AD_INTERNAL_ERROR 80/* fatal */
61
+ # define TLS1_AD_INAPPROPRIATE_FALLBACK 86/* fatal */
62
+ # define TLS1_AD_USER_CANCELLED 90
63
+ # define TLS1_AD_NO_RENEGOTIATION 100
64
+ /* TLSv1.3 alerts */
65
+ # define TLS13_AD_MISSING_EXTENSION 109 /* fatal */
66
+ # define TLS13_AD_CERTIFICATE_REQUIRED 116 /* fatal */
67
+ /* codes 110-114 are from RFC3546 */
68
+ # define TLS1_AD_UNSUPPORTED_EXTENSION 110
69
+ # define TLS1_AD_CERTIFICATE_UNOBTAINABLE 111
70
+ # define TLS1_AD_UNRECOGNIZED_NAME 112
71
+ # define TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE 113
72
+ # define TLS1_AD_BAD_CERTIFICATE_HASH_VALUE 114
73
+ # define TLS1_AD_UNKNOWN_PSK_IDENTITY 115/* fatal */
74
+ # define TLS1_AD_NO_APPLICATION_PROTOCOL 120 /* fatal */
75
+
76
+ /* ExtensionType values from RFC3546 / RFC4366 / RFC6066 */
77
+ # define TLSEXT_TYPE_server_name 0
78
+ # define TLSEXT_TYPE_max_fragment_length 1
79
+ # define TLSEXT_TYPE_client_certificate_url 2
80
+ # define TLSEXT_TYPE_trusted_ca_keys 3
81
+ # define TLSEXT_TYPE_truncated_hmac 4
82
+ # define TLSEXT_TYPE_status_request 5
83
+ /* ExtensionType values from RFC4681 */
84
+ # define TLSEXT_TYPE_user_mapping 6
85
+ /* ExtensionType values from RFC5878 */
86
+ # define TLSEXT_TYPE_client_authz 7
87
+ # define TLSEXT_TYPE_server_authz 8
88
+ /* ExtensionType values from RFC6091 */
89
+ # define TLSEXT_TYPE_cert_type 9
90
+
91
+ /* ExtensionType values from RFC4492 */
92
+ /*
93
+ * Prior to TLSv1.3 the supported_groups extension was known as
94
+ * elliptic_curves
95
+ */
96
+ # define TLSEXT_TYPE_supported_groups 10
97
+ # define TLSEXT_TYPE_elliptic_curves TLSEXT_TYPE_supported_groups
98
+ # define TLSEXT_TYPE_ec_point_formats 11
99
+
100
+
101
+ /* ExtensionType value from RFC5054 */
102
+ # define TLSEXT_TYPE_srp 12
103
+
104
+ /* ExtensionType values from RFC5246 */
105
+ # define TLSEXT_TYPE_signature_algorithms 13
106
+
107
+ /* ExtensionType value from RFC5764 */
108
+ # define TLSEXT_TYPE_use_srtp 14
109
+
110
+ /* ExtensionType value from RFC5620 */
111
+ # define TLSEXT_TYPE_heartbeat 15
112
+
113
+ /* ExtensionType value from RFC7301 */
114
+ # define TLSEXT_TYPE_application_layer_protocol_negotiation 16
115
+
116
+ /*
117
+ * Extension type for Certificate Transparency
118
+ * https://tools.ietf.org/html/rfc6962#section-3.3.1
119
+ */
120
+ # define TLSEXT_TYPE_signed_certificate_timestamp 18
121
+
122
+ /*
123
+ * ExtensionType value for TLS padding extension.
124
+ * http://tools.ietf.org/html/draft-agl-tls-padding
125
+ */
126
+ # define TLSEXT_TYPE_padding 21
127
+
128
+ /* ExtensionType value from RFC7366 */
129
+ # define TLSEXT_TYPE_encrypt_then_mac 22
130
+
131
+ /* ExtensionType value from RFC7627 */
132
+ # define TLSEXT_TYPE_extended_master_secret 23
133
+
134
+ /* ExtensionType value from RFC4507 */
135
+ # define TLSEXT_TYPE_session_ticket 35
136
+
137
+ /* As defined for TLS1.3 */
138
+ # define TLSEXT_TYPE_psk 41
139
+ # define TLSEXT_TYPE_early_data 42
140
+ # define TLSEXT_TYPE_supported_versions 43
141
+ # define TLSEXT_TYPE_cookie 44
142
+ # define TLSEXT_TYPE_psk_kex_modes 45
143
+ # define TLSEXT_TYPE_certificate_authorities 47
144
+ # define TLSEXT_TYPE_post_handshake_auth 49
145
+ # define TLSEXT_TYPE_signature_algorithms_cert 50
146
+ # define TLSEXT_TYPE_key_share 51
147
+
148
+ /* Temporary extension type */
149
+ # define TLSEXT_TYPE_renegotiate 0xff01
150
+
151
+ /* ExtensionType value from draft-ietf-quic-tls-27 */
152
+ # define TLSEXT_TYPE_quic_transport_parameters_draft 0xffa5
153
+ # define TLSEXT_TYPE_quic_transport_parameters 0x0039
154
+
155
+ # ifndef OPENSSL_NO_NEXTPROTONEG
156
+ /* This is not an IANA defined extension number */
157
+ # define TLSEXT_TYPE_next_proto_neg 13172
158
+ # endif
159
+
160
+ /* NameType value from RFC3546 */
161
+ # define TLSEXT_NAMETYPE_host_name 0
162
+ /* status request value from RFC3546 */
163
+ # define TLSEXT_STATUSTYPE_ocsp 1
164
+
165
+ /* ECPointFormat values from RFC4492 */
166
+ # define TLSEXT_ECPOINTFORMAT_first 0
167
+ # define TLSEXT_ECPOINTFORMAT_uncompressed 0
168
+ # define TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime 1
169
+ # define TLSEXT_ECPOINTFORMAT_ansiX962_compressed_char2 2
170
+ # define TLSEXT_ECPOINTFORMAT_last 2
171
+
172
+ /* Signature and hash algorithms from RFC5246 */
173
+ # define TLSEXT_signature_anonymous 0
174
+ # define TLSEXT_signature_rsa 1
175
+ # define TLSEXT_signature_dsa 2
176
+ # define TLSEXT_signature_ecdsa 3
177
+ # define TLSEXT_signature_gostr34102001 237
178
+ # define TLSEXT_signature_gostr34102012_256 238
179
+ # define TLSEXT_signature_gostr34102012_512 239
180
+
181
+ /* Total number of different signature algorithms */
182
+ # define TLSEXT_signature_num 7
183
+
184
+ # define TLSEXT_hash_none 0
185
+ # define TLSEXT_hash_md5 1
186
+ # define TLSEXT_hash_sha1 2
187
+ # define TLSEXT_hash_sha224 3
188
+ # define TLSEXT_hash_sha256 4
189
+ # define TLSEXT_hash_sha384 5
190
+ # define TLSEXT_hash_sha512 6
191
+ # define TLSEXT_hash_gostr3411 237
192
+ # define TLSEXT_hash_gostr34112012_256 238
193
+ # define TLSEXT_hash_gostr34112012_512 239
194
+
195
+ /* Total number of different digest algorithms */
196
+
197
+ # define TLSEXT_hash_num 10
198
+
199
+ /* Flag set for unrecognised algorithms */
200
+ # define TLSEXT_nid_unknown 0x1000000
201
+
202
+ /* ECC curves */
203
+
204
+ # define TLSEXT_curve_P_256 23
205
+ # define TLSEXT_curve_P_384 24
206
+
207
+ /* OpenSSL value to disable maximum fragment length extension */
208
+ # define TLSEXT_max_fragment_length_DISABLED 0
209
+ /* Allowed values for max fragment length extension */
210
+ # define TLSEXT_max_fragment_length_512 1
211
+ # define TLSEXT_max_fragment_length_1024 2
212
+ # define TLSEXT_max_fragment_length_2048 3
213
+ # define TLSEXT_max_fragment_length_4096 4
214
+
215
+ int SSL_CTX_set_tlsext_max_fragment_length(SSL_CTX *ctx, uint8_t mode);
216
+ int SSL_set_tlsext_max_fragment_length(SSL *ssl, uint8_t mode);
217
+
218
+ # define TLSEXT_MAXLEN_host_name 255
219
+
220
+ __owur const char *SSL_get_servername(const SSL *s, const int type);
221
+ __owur int SSL_get_servername_type(const SSL *s);
222
+ /*
223
+ * SSL_export_keying_material exports a value derived from the master secret,
224
+ * as specified in RFC 5705. It writes |olen| bytes to |out| given a label and
225
+ * optional context. (Since a zero length context is allowed, the |use_context|
226
+ * flag controls whether a context is included.) It returns 1 on success and
227
+ * 0 or -1 otherwise.
228
+ */
229
+ __owur int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
230
+ const char *label, size_t llen,
231
+ const unsigned char *context,
232
+ size_t contextlen, int use_context);
233
+
234
+ /*
235
+ * SSL_export_keying_material_early exports a value derived from the
236
+ * early exporter master secret, as specified in
237
+ * https://tools.ietf.org/html/draft-ietf-tls-tls13-23. It writes
238
+ * |olen| bytes to |out| given a label and optional context. It
239
+ * returns 1 on success and 0 otherwise.
240
+ */
241
+ __owur int SSL_export_keying_material_early(SSL *s, unsigned char *out,
242
+ size_t olen, const char *label,
243
+ size_t llen,
244
+ const unsigned char *context,
245
+ size_t contextlen);
246
+
247
+ int SSL_get_peer_signature_type_nid(const SSL *s, int *pnid);
248
+ int SSL_get_signature_type_nid(const SSL *s, int *pnid);
249
+
250
+ int SSL_get_sigalgs(SSL *s, int idx,
251
+ int *psign, int *phash, int *psignandhash,
252
+ unsigned char *rsig, unsigned char *rhash);
253
+
254
+ int SSL_get_shared_sigalgs(SSL *s, int idx,
255
+ int *psign, int *phash, int *psignandhash,
256
+ unsigned char *rsig, unsigned char *rhash);
257
+
258
+ __owur int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
259
+
260
+ # define SSL_set_tlsext_host_name(s,name) \
261
+ SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_HOSTNAME,TLSEXT_NAMETYPE_host_name,\
262
+ (void *)name)
263
+
264
+ # define SSL_set_tlsext_debug_callback(ssl, cb) \
265
+ SSL_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_CB,\
266
+ (void (*)(void))cb)
267
+
268
+ # define SSL_set_tlsext_debug_arg(ssl, arg) \
269
+ SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_ARG,0,arg)
270
+
271
+ # define SSL_get_tlsext_status_type(ssl) \
272
+ SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_TYPE,0,NULL)
273
+
274
+ # define SSL_set_tlsext_status_type(ssl, type) \
275
+ SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE,type,NULL)
276
+
277
+ # define SSL_get_tlsext_status_exts(ssl, arg) \
278
+ SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS,0,arg)
279
+
280
+ # define SSL_set_tlsext_status_exts(ssl, arg) \
281
+ SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS,0,arg)
282
+
283
+ # define SSL_get_tlsext_status_ids(ssl, arg) \
284
+ SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS,0,arg)
285
+
286
+ # define SSL_set_tlsext_status_ids(ssl, arg) \
287
+ SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS,0,arg)
288
+
289
+ # define SSL_get_tlsext_status_ocsp_resp(ssl, arg) \
290
+ SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP,0,arg)
291
+
292
+ # define SSL_set_tlsext_status_ocsp_resp(ssl, arg, arglen) \
293
+ SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP,arglen,arg)
294
+
295
+ # define SSL_CTX_set_tlsext_servername_callback(ctx, cb) \
296
+ SSL_CTX_callback_ctrl(ctx,SSL_CTRL_SET_TLSEXT_SERVERNAME_CB,\
297
+ (void (*)(void))cb)
298
+
299
+ # define SSL_TLSEXT_ERR_OK 0
300
+ # define SSL_TLSEXT_ERR_ALERT_WARNING 1
301
+ # define SSL_TLSEXT_ERR_ALERT_FATAL 2
302
+ # define SSL_TLSEXT_ERR_NOACK 3
303
+
304
+ # define SSL_CTX_set_tlsext_servername_arg(ctx, arg) \
305
+ SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TLSEXT_SERVERNAME_ARG,0,arg)
306
+
307
+ # define SSL_CTX_get_tlsext_ticket_keys(ctx, keys, keylen) \
308
+ SSL_CTX_ctrl(ctx,SSL_CTRL_GET_TLSEXT_TICKET_KEYS,keylen,keys)
309
+ # define SSL_CTX_set_tlsext_ticket_keys(ctx, keys, keylen) \
310
+ SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TLSEXT_TICKET_KEYS,keylen,keys)
311
+
312
+ # define SSL_CTX_get_tlsext_status_cb(ssl, cb) \
313
+ SSL_CTX_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_CB,0,(void *)cb)
314
+ # define SSL_CTX_set_tlsext_status_cb(ssl, cb) \
315
+ SSL_CTX_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB,\
316
+ (void (*)(void))cb)
317
+
318
+ # define SSL_CTX_get_tlsext_status_arg(ssl, arg) \
319
+ SSL_CTX_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_CB_ARG,0,arg)
320
+ # define SSL_CTX_set_tlsext_status_arg(ssl, arg) \
321
+ SSL_CTX_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB_ARG,0,arg)
322
+
323
+ # define SSL_CTX_set_tlsext_status_type(ssl, type) \
324
+ SSL_CTX_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE,type,NULL)
325
+
326
+ # define SSL_CTX_get_tlsext_status_type(ssl) \
327
+ SSL_CTX_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_TYPE,0,NULL)
328
+
329
+ # define SSL_CTX_set_tlsext_ticket_key_cb(ssl, cb) \
330
+ SSL_CTX_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB,\
331
+ (void (*)(void))cb)
332
+
333
+ # ifndef OPENSSL_NO_HEARTBEATS
334
+ # define SSL_DTLSEXT_HB_ENABLED 0x01
335
+ # define SSL_DTLSEXT_HB_DONT_SEND_REQUESTS 0x02
336
+ # define SSL_DTLSEXT_HB_DONT_RECV_REQUESTS 0x04
337
+ # define SSL_get_dtlsext_heartbeat_pending(ssl) \
338
+ SSL_ctrl(ssl,SSL_CTRL_GET_DTLS_EXT_HEARTBEAT_PENDING,0,NULL)
339
+ # define SSL_set_dtlsext_heartbeat_no_requests(ssl, arg) \
340
+ SSL_ctrl(ssl,SSL_CTRL_SET_DTLS_EXT_HEARTBEAT_NO_REQUESTS,arg,NULL)
341
+
342
+ # if OPENSSL_API_COMPAT < 0x10100000L
343
+ # define SSL_CTRL_TLS_EXT_SEND_HEARTBEAT \
344
+ SSL_CTRL_DTLS_EXT_SEND_HEARTBEAT
345
+ # define SSL_CTRL_GET_TLS_EXT_HEARTBEAT_PENDING \
346
+ SSL_CTRL_GET_DTLS_EXT_HEARTBEAT_PENDING
347
+ # define SSL_CTRL_SET_TLS_EXT_HEARTBEAT_NO_REQUESTS \
348
+ SSL_CTRL_SET_DTLS_EXT_HEARTBEAT_NO_REQUESTS
349
+ # define SSL_TLSEXT_HB_ENABLED \
350
+ SSL_DTLSEXT_HB_ENABLED
351
+ # define SSL_TLSEXT_HB_DONT_SEND_REQUESTS \
352
+ SSL_DTLSEXT_HB_DONT_SEND_REQUESTS
353
+ # define SSL_TLSEXT_HB_DONT_RECV_REQUESTS \
354
+ SSL_DTLSEXT_HB_DONT_RECV_REQUESTS
355
+ # define SSL_get_tlsext_heartbeat_pending(ssl) \
356
+ SSL_get_dtlsext_heartbeat_pending(ssl)
357
+ # define SSL_set_tlsext_heartbeat_no_requests(ssl, arg) \
358
+ SSL_set_dtlsext_heartbeat_no_requests(ssl,arg)
359
+ # endif
360
+ # endif
361
+
362
+ /* PSK ciphersuites from 4279 */
363
+ # define TLS1_CK_PSK_WITH_RC4_128_SHA 0x0300008A
364
+ # define TLS1_CK_PSK_WITH_3DES_EDE_CBC_SHA 0x0300008B
365
+ # define TLS1_CK_PSK_WITH_AES_128_CBC_SHA 0x0300008C
366
+ # define TLS1_CK_PSK_WITH_AES_256_CBC_SHA 0x0300008D
367
+ # define TLS1_CK_DHE_PSK_WITH_RC4_128_SHA 0x0300008E
368
+ # define TLS1_CK_DHE_PSK_WITH_3DES_EDE_CBC_SHA 0x0300008F
369
+ # define TLS1_CK_DHE_PSK_WITH_AES_128_CBC_SHA 0x03000090
370
+ # define TLS1_CK_DHE_PSK_WITH_AES_256_CBC_SHA 0x03000091
371
+ # define TLS1_CK_RSA_PSK_WITH_RC4_128_SHA 0x03000092
372
+ # define TLS1_CK_RSA_PSK_WITH_3DES_EDE_CBC_SHA 0x03000093
373
+ # define TLS1_CK_RSA_PSK_WITH_AES_128_CBC_SHA 0x03000094
374
+ # define TLS1_CK_RSA_PSK_WITH_AES_256_CBC_SHA 0x03000095
375
+
376
+ /* PSK ciphersuites from 5487 */
377
+ # define TLS1_CK_PSK_WITH_AES_128_GCM_SHA256 0x030000A8
378
+ # define TLS1_CK_PSK_WITH_AES_256_GCM_SHA384 0x030000A9
379
+ # define TLS1_CK_DHE_PSK_WITH_AES_128_GCM_SHA256 0x030000AA
380
+ # define TLS1_CK_DHE_PSK_WITH_AES_256_GCM_SHA384 0x030000AB
381
+ # define TLS1_CK_RSA_PSK_WITH_AES_128_GCM_SHA256 0x030000AC
382
+ # define TLS1_CK_RSA_PSK_WITH_AES_256_GCM_SHA384 0x030000AD
383
+ # define TLS1_CK_PSK_WITH_AES_128_CBC_SHA256 0x030000AE
384
+ # define TLS1_CK_PSK_WITH_AES_256_CBC_SHA384 0x030000AF
385
+ # define TLS1_CK_PSK_WITH_NULL_SHA256 0x030000B0
386
+ # define TLS1_CK_PSK_WITH_NULL_SHA384 0x030000B1
387
+ # define TLS1_CK_DHE_PSK_WITH_AES_128_CBC_SHA256 0x030000B2
388
+ # define TLS1_CK_DHE_PSK_WITH_AES_256_CBC_SHA384 0x030000B3
389
+ # define TLS1_CK_DHE_PSK_WITH_NULL_SHA256 0x030000B4
390
+ # define TLS1_CK_DHE_PSK_WITH_NULL_SHA384 0x030000B5
391
+ # define TLS1_CK_RSA_PSK_WITH_AES_128_CBC_SHA256 0x030000B6
392
+ # define TLS1_CK_RSA_PSK_WITH_AES_256_CBC_SHA384 0x030000B7
393
+ # define TLS1_CK_RSA_PSK_WITH_NULL_SHA256 0x030000B8
394
+ # define TLS1_CK_RSA_PSK_WITH_NULL_SHA384 0x030000B9
395
+
396
+ /* NULL PSK ciphersuites from RFC4785 */
397
+ # define TLS1_CK_PSK_WITH_NULL_SHA 0x0300002C
398
+ # define TLS1_CK_DHE_PSK_WITH_NULL_SHA 0x0300002D
399
+ # define TLS1_CK_RSA_PSK_WITH_NULL_SHA 0x0300002E
400
+
401
+ /* AES ciphersuites from RFC3268 */
402
+ # define TLS1_CK_RSA_WITH_AES_128_SHA 0x0300002F
403
+ # define TLS1_CK_DH_DSS_WITH_AES_128_SHA 0x03000030
404
+ # define TLS1_CK_DH_RSA_WITH_AES_128_SHA 0x03000031
405
+ # define TLS1_CK_DHE_DSS_WITH_AES_128_SHA 0x03000032
406
+ # define TLS1_CK_DHE_RSA_WITH_AES_128_SHA 0x03000033
407
+ # define TLS1_CK_ADH_WITH_AES_128_SHA 0x03000034
408
+ # define TLS1_CK_RSA_WITH_AES_256_SHA 0x03000035
409
+ # define TLS1_CK_DH_DSS_WITH_AES_256_SHA 0x03000036
410
+ # define TLS1_CK_DH_RSA_WITH_AES_256_SHA 0x03000037
411
+ # define TLS1_CK_DHE_DSS_WITH_AES_256_SHA 0x03000038
412
+ # define TLS1_CK_DHE_RSA_WITH_AES_256_SHA 0x03000039
413
+ # define TLS1_CK_ADH_WITH_AES_256_SHA 0x0300003A
414
+
415
+ /* TLS v1.2 ciphersuites */
416
+ # define TLS1_CK_RSA_WITH_NULL_SHA256 0x0300003B
417
+ # define TLS1_CK_RSA_WITH_AES_128_SHA256 0x0300003C
418
+ # define TLS1_CK_RSA_WITH_AES_256_SHA256 0x0300003D
419
+ # define TLS1_CK_DH_DSS_WITH_AES_128_SHA256 0x0300003E
420
+ # define TLS1_CK_DH_RSA_WITH_AES_128_SHA256 0x0300003F
421
+ # define TLS1_CK_DHE_DSS_WITH_AES_128_SHA256 0x03000040
422
+
423
+ /* Camellia ciphersuites from RFC4132 */
424
+ # define TLS1_CK_RSA_WITH_CAMELLIA_128_CBC_SHA 0x03000041
425
+ # define TLS1_CK_DH_DSS_WITH_CAMELLIA_128_CBC_SHA 0x03000042
426
+ # define TLS1_CK_DH_RSA_WITH_CAMELLIA_128_CBC_SHA 0x03000043
427
+ # define TLS1_CK_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA 0x03000044
428
+ # define TLS1_CK_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA 0x03000045
429
+ # define TLS1_CK_ADH_WITH_CAMELLIA_128_CBC_SHA 0x03000046
430
+
431
+ /* TLS v1.2 ciphersuites */
432
+ # define TLS1_CK_DHE_RSA_WITH_AES_128_SHA256 0x03000067
433
+ # define TLS1_CK_DH_DSS_WITH_AES_256_SHA256 0x03000068
434
+ # define TLS1_CK_DH_RSA_WITH_AES_256_SHA256 0x03000069
435
+ # define TLS1_CK_DHE_DSS_WITH_AES_256_SHA256 0x0300006A
436
+ # define TLS1_CK_DHE_RSA_WITH_AES_256_SHA256 0x0300006B
437
+ # define TLS1_CK_ADH_WITH_AES_128_SHA256 0x0300006C
438
+ # define TLS1_CK_ADH_WITH_AES_256_SHA256 0x0300006D
439
+
440
+ /* Camellia ciphersuites from RFC4132 */
441
+ # define TLS1_CK_RSA_WITH_CAMELLIA_256_CBC_SHA 0x03000084
442
+ # define TLS1_CK_DH_DSS_WITH_CAMELLIA_256_CBC_SHA 0x03000085
443
+ # define TLS1_CK_DH_RSA_WITH_CAMELLIA_256_CBC_SHA 0x03000086
444
+ # define TLS1_CK_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA 0x03000087
445
+ # define TLS1_CK_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA 0x03000088
446
+ # define TLS1_CK_ADH_WITH_CAMELLIA_256_CBC_SHA 0x03000089
447
+
448
+ /* SEED ciphersuites from RFC4162 */
449
+ # define TLS1_CK_RSA_WITH_SEED_SHA 0x03000096
450
+ # define TLS1_CK_DH_DSS_WITH_SEED_SHA 0x03000097
451
+ # define TLS1_CK_DH_RSA_WITH_SEED_SHA 0x03000098
452
+ # define TLS1_CK_DHE_DSS_WITH_SEED_SHA 0x03000099
453
+ # define TLS1_CK_DHE_RSA_WITH_SEED_SHA 0x0300009A
454
+ # define TLS1_CK_ADH_WITH_SEED_SHA 0x0300009B
455
+
456
+ /* TLS v1.2 GCM ciphersuites from RFC5288 */
457
+ # define TLS1_CK_RSA_WITH_AES_128_GCM_SHA256 0x0300009C
458
+ # define TLS1_CK_RSA_WITH_AES_256_GCM_SHA384 0x0300009D
459
+ # define TLS1_CK_DHE_RSA_WITH_AES_128_GCM_SHA256 0x0300009E
460
+ # define TLS1_CK_DHE_RSA_WITH_AES_256_GCM_SHA384 0x0300009F
461
+ # define TLS1_CK_DH_RSA_WITH_AES_128_GCM_SHA256 0x030000A0
462
+ # define TLS1_CK_DH_RSA_WITH_AES_256_GCM_SHA384 0x030000A1
463
+ # define TLS1_CK_DHE_DSS_WITH_AES_128_GCM_SHA256 0x030000A2
464
+ # define TLS1_CK_DHE_DSS_WITH_AES_256_GCM_SHA384 0x030000A3
465
+ # define TLS1_CK_DH_DSS_WITH_AES_128_GCM_SHA256 0x030000A4
466
+ # define TLS1_CK_DH_DSS_WITH_AES_256_GCM_SHA384 0x030000A5
467
+ # define TLS1_CK_ADH_WITH_AES_128_GCM_SHA256 0x030000A6
468
+ # define TLS1_CK_ADH_WITH_AES_256_GCM_SHA384 0x030000A7
469
+
470
+ /* CCM ciphersuites from RFC6655 */
471
+ # define TLS1_CK_RSA_WITH_AES_128_CCM 0x0300C09C
472
+ # define TLS1_CK_RSA_WITH_AES_256_CCM 0x0300C09D
473
+ # define TLS1_CK_DHE_RSA_WITH_AES_128_CCM 0x0300C09E
474
+ # define TLS1_CK_DHE_RSA_WITH_AES_256_CCM 0x0300C09F
475
+ # define TLS1_CK_RSA_WITH_AES_128_CCM_8 0x0300C0A0
476
+ # define TLS1_CK_RSA_WITH_AES_256_CCM_8 0x0300C0A1
477
+ # define TLS1_CK_DHE_RSA_WITH_AES_128_CCM_8 0x0300C0A2
478
+ # define TLS1_CK_DHE_RSA_WITH_AES_256_CCM_8 0x0300C0A3
479
+ # define TLS1_CK_PSK_WITH_AES_128_CCM 0x0300C0A4
480
+ # define TLS1_CK_PSK_WITH_AES_256_CCM 0x0300C0A5
481
+ # define TLS1_CK_DHE_PSK_WITH_AES_128_CCM 0x0300C0A6
482
+ # define TLS1_CK_DHE_PSK_WITH_AES_256_CCM 0x0300C0A7
483
+ # define TLS1_CK_PSK_WITH_AES_128_CCM_8 0x0300C0A8
484
+ # define TLS1_CK_PSK_WITH_AES_256_CCM_8 0x0300C0A9
485
+ # define TLS1_CK_DHE_PSK_WITH_AES_128_CCM_8 0x0300C0AA
486
+ # define TLS1_CK_DHE_PSK_WITH_AES_256_CCM_8 0x0300C0AB
487
+
488
+ /* CCM ciphersuites from RFC7251 */
489
+ # define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CCM 0x0300C0AC
490
+ # define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CCM 0x0300C0AD
491
+ # define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CCM_8 0x0300C0AE
492
+ # define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CCM_8 0x0300C0AF
493
+
494
+ /* TLS 1.2 Camellia SHA-256 ciphersuites from RFC5932 */
495
+ # define TLS1_CK_RSA_WITH_CAMELLIA_128_CBC_SHA256 0x030000BA
496
+ # define TLS1_CK_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 0x030000BB
497
+ # define TLS1_CK_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 0x030000BC
498
+ # define TLS1_CK_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 0x030000BD
499
+ # define TLS1_CK_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 0x030000BE
500
+ # define TLS1_CK_ADH_WITH_CAMELLIA_128_CBC_SHA256 0x030000BF
501
+
502
+ # define TLS1_CK_RSA_WITH_CAMELLIA_256_CBC_SHA256 0x030000C0
503
+ # define TLS1_CK_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 0x030000C1
504
+ # define TLS1_CK_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 0x030000C2
505
+ # define TLS1_CK_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 0x030000C3
506
+ # define TLS1_CK_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 0x030000C4
507
+ # define TLS1_CK_ADH_WITH_CAMELLIA_256_CBC_SHA256 0x030000C5
508
+
509
+ /* ECC ciphersuites from RFC4492 */
510
+ # define TLS1_CK_ECDH_ECDSA_WITH_NULL_SHA 0x0300C001
511
+ # define TLS1_CK_ECDH_ECDSA_WITH_RC4_128_SHA 0x0300C002
512
+ # define TLS1_CK_ECDH_ECDSA_WITH_DES_192_CBC3_SHA 0x0300C003
513
+ # define TLS1_CK_ECDH_ECDSA_WITH_AES_128_CBC_SHA 0x0300C004
514
+ # define TLS1_CK_ECDH_ECDSA_WITH_AES_256_CBC_SHA 0x0300C005
515
+
516
+ # define TLS1_CK_ECDHE_ECDSA_WITH_NULL_SHA 0x0300C006
517
+ # define TLS1_CK_ECDHE_ECDSA_WITH_RC4_128_SHA 0x0300C007
518
+ # define TLS1_CK_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA 0x0300C008
519
+ # define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CBC_SHA 0x0300C009
520
+ # define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CBC_SHA 0x0300C00A
521
+
522
+ # define TLS1_CK_ECDH_RSA_WITH_NULL_SHA 0x0300C00B
523
+ # define TLS1_CK_ECDH_RSA_WITH_RC4_128_SHA 0x0300C00C
524
+ # define TLS1_CK_ECDH_RSA_WITH_DES_192_CBC3_SHA 0x0300C00D
525
+ # define TLS1_CK_ECDH_RSA_WITH_AES_128_CBC_SHA 0x0300C00E
526
+ # define TLS1_CK_ECDH_RSA_WITH_AES_256_CBC_SHA 0x0300C00F
527
+
528
+ # define TLS1_CK_ECDHE_RSA_WITH_NULL_SHA 0x0300C010
529
+ # define TLS1_CK_ECDHE_RSA_WITH_RC4_128_SHA 0x0300C011
530
+ # define TLS1_CK_ECDHE_RSA_WITH_DES_192_CBC3_SHA 0x0300C012
531
+ # define TLS1_CK_ECDHE_RSA_WITH_AES_128_CBC_SHA 0x0300C013
532
+ # define TLS1_CK_ECDHE_RSA_WITH_AES_256_CBC_SHA 0x0300C014
533
+
534
+ # define TLS1_CK_ECDH_anon_WITH_NULL_SHA 0x0300C015
535
+ # define TLS1_CK_ECDH_anon_WITH_RC4_128_SHA 0x0300C016
536
+ # define TLS1_CK_ECDH_anon_WITH_DES_192_CBC3_SHA 0x0300C017
537
+ # define TLS1_CK_ECDH_anon_WITH_AES_128_CBC_SHA 0x0300C018
538
+ # define TLS1_CK_ECDH_anon_WITH_AES_256_CBC_SHA 0x0300C019
539
+
540
+ /* SRP ciphersuites from RFC 5054 */
541
+ # define TLS1_CK_SRP_SHA_WITH_3DES_EDE_CBC_SHA 0x0300C01A
542
+ # define TLS1_CK_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA 0x0300C01B
543
+ # define TLS1_CK_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA 0x0300C01C
544
+ # define TLS1_CK_SRP_SHA_WITH_AES_128_CBC_SHA 0x0300C01D
545
+ # define TLS1_CK_SRP_SHA_RSA_WITH_AES_128_CBC_SHA 0x0300C01E
546
+ # define TLS1_CK_SRP_SHA_DSS_WITH_AES_128_CBC_SHA 0x0300C01F
547
+ # define TLS1_CK_SRP_SHA_WITH_AES_256_CBC_SHA 0x0300C020
548
+ # define TLS1_CK_SRP_SHA_RSA_WITH_AES_256_CBC_SHA 0x0300C021
549
+ # define TLS1_CK_SRP_SHA_DSS_WITH_AES_256_CBC_SHA 0x0300C022
550
+
551
+ /* ECDH HMAC based ciphersuites from RFC5289 */
552
+ # define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_SHA256 0x0300C023
553
+ # define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_SHA384 0x0300C024
554
+ # define TLS1_CK_ECDH_ECDSA_WITH_AES_128_SHA256 0x0300C025
555
+ # define TLS1_CK_ECDH_ECDSA_WITH_AES_256_SHA384 0x0300C026
556
+ # define TLS1_CK_ECDHE_RSA_WITH_AES_128_SHA256 0x0300C027
557
+ # define TLS1_CK_ECDHE_RSA_WITH_AES_256_SHA384 0x0300C028
558
+ # define TLS1_CK_ECDH_RSA_WITH_AES_128_SHA256 0x0300C029
559
+ # define TLS1_CK_ECDH_RSA_WITH_AES_256_SHA384 0x0300C02A
560
+
561
+ /* ECDH GCM based ciphersuites from RFC5289 */
562
+ # define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 0x0300C02B
563
+ # define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 0x0300C02C
564
+ # define TLS1_CK_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 0x0300C02D
565
+ # define TLS1_CK_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 0x0300C02E
566
+ # define TLS1_CK_ECDHE_RSA_WITH_AES_128_GCM_SHA256 0x0300C02F
567
+ # define TLS1_CK_ECDHE_RSA_WITH_AES_256_GCM_SHA384 0x0300C030
568
+ # define TLS1_CK_ECDH_RSA_WITH_AES_128_GCM_SHA256 0x0300C031
569
+ # define TLS1_CK_ECDH_RSA_WITH_AES_256_GCM_SHA384 0x0300C032
570
+
571
+ /* ECDHE PSK ciphersuites from RFC5489 */
572
+ # define TLS1_CK_ECDHE_PSK_WITH_RC4_128_SHA 0x0300C033
573
+ # define TLS1_CK_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA 0x0300C034
574
+ # define TLS1_CK_ECDHE_PSK_WITH_AES_128_CBC_SHA 0x0300C035
575
+ # define TLS1_CK_ECDHE_PSK_WITH_AES_256_CBC_SHA 0x0300C036
576
+
577
+ # define TLS1_CK_ECDHE_PSK_WITH_AES_128_CBC_SHA256 0x0300C037
578
+ # define TLS1_CK_ECDHE_PSK_WITH_AES_256_CBC_SHA384 0x0300C038
579
+
580
+ /* NULL PSK ciphersuites from RFC4785 */
581
+ # define TLS1_CK_ECDHE_PSK_WITH_NULL_SHA 0x0300C039
582
+ # define TLS1_CK_ECDHE_PSK_WITH_NULL_SHA256 0x0300C03A
583
+ # define TLS1_CK_ECDHE_PSK_WITH_NULL_SHA384 0x0300C03B
584
+
585
+ /* Camellia-CBC ciphersuites from RFC6367 */
586
+ # define TLS1_CK_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 0x0300C072
587
+ # define TLS1_CK_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 0x0300C073
588
+ # define TLS1_CK_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 0x0300C074
589
+ # define TLS1_CK_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 0x0300C075
590
+ # define TLS1_CK_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 0x0300C076
591
+ # define TLS1_CK_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 0x0300C077
592
+ # define TLS1_CK_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 0x0300C078
593
+ # define TLS1_CK_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 0x0300C079
594
+
595
+ # define TLS1_CK_PSK_WITH_CAMELLIA_128_CBC_SHA256 0x0300C094
596
+ # define TLS1_CK_PSK_WITH_CAMELLIA_256_CBC_SHA384 0x0300C095
597
+ # define TLS1_CK_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 0x0300C096
598
+ # define TLS1_CK_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 0x0300C097
599
+ # define TLS1_CK_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 0x0300C098
600
+ # define TLS1_CK_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 0x0300C099
601
+ # define TLS1_CK_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 0x0300C09A
602
+ # define TLS1_CK_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 0x0300C09B
603
+
604
+ /* draft-ietf-tls-chacha20-poly1305-03 */
605
+ # define TLS1_CK_ECDHE_RSA_WITH_CHACHA20_POLY1305 0x0300CCA8
606
+ # define TLS1_CK_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 0x0300CCA9
607
+ # define TLS1_CK_DHE_RSA_WITH_CHACHA20_POLY1305 0x0300CCAA
608
+ # define TLS1_CK_PSK_WITH_CHACHA20_POLY1305 0x0300CCAB
609
+ # define TLS1_CK_ECDHE_PSK_WITH_CHACHA20_POLY1305 0x0300CCAC
610
+ # define TLS1_CK_DHE_PSK_WITH_CHACHA20_POLY1305 0x0300CCAD
611
+ # define TLS1_CK_RSA_PSK_WITH_CHACHA20_POLY1305 0x0300CCAE
612
+
613
+ /* TLS v1.3 ciphersuites */
614
+ # define TLS1_3_CK_AES_128_GCM_SHA256 0x03001301
615
+ # define TLS1_3_CK_AES_256_GCM_SHA384 0x03001302
616
+ # define TLS1_3_CK_CHACHA20_POLY1305_SHA256 0x03001303
617
+ # define TLS1_3_CK_AES_128_CCM_SHA256 0x03001304
618
+ # define TLS1_3_CK_AES_128_CCM_8_SHA256 0x03001305
619
+
620
+ /* Aria ciphersuites from RFC6209 */
621
+ # define TLS1_CK_RSA_WITH_ARIA_128_GCM_SHA256 0x0300C050
622
+ # define TLS1_CK_RSA_WITH_ARIA_256_GCM_SHA384 0x0300C051
623
+ # define TLS1_CK_DHE_RSA_WITH_ARIA_128_GCM_SHA256 0x0300C052
624
+ # define TLS1_CK_DHE_RSA_WITH_ARIA_256_GCM_SHA384 0x0300C053
625
+ # define TLS1_CK_DH_RSA_WITH_ARIA_128_GCM_SHA256 0x0300C054
626
+ # define TLS1_CK_DH_RSA_WITH_ARIA_256_GCM_SHA384 0x0300C055
627
+ # define TLS1_CK_DHE_DSS_WITH_ARIA_128_GCM_SHA256 0x0300C056
628
+ # define TLS1_CK_DHE_DSS_WITH_ARIA_256_GCM_SHA384 0x0300C057
629
+ # define TLS1_CK_DH_DSS_WITH_ARIA_128_GCM_SHA256 0x0300C058
630
+ # define TLS1_CK_DH_DSS_WITH_ARIA_256_GCM_SHA384 0x0300C059
631
+ # define TLS1_CK_DH_anon_WITH_ARIA_128_GCM_SHA256 0x0300C05A
632
+ # define TLS1_CK_DH_anon_WITH_ARIA_256_GCM_SHA384 0x0300C05B
633
+ # define TLS1_CK_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 0x0300C05C
634
+ # define TLS1_CK_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 0x0300C05D
635
+ # define TLS1_CK_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 0x0300C05E
636
+ # define TLS1_CK_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 0x0300C05F
637
+ # define TLS1_CK_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 0x0300C060
638
+ # define TLS1_CK_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 0x0300C061
639
+ # define TLS1_CK_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 0x0300C062
640
+ # define TLS1_CK_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 0x0300C063
641
+ # define TLS1_CK_PSK_WITH_ARIA_128_GCM_SHA256 0x0300C06A
642
+ # define TLS1_CK_PSK_WITH_ARIA_256_GCM_SHA384 0x0300C06B
643
+ # define TLS1_CK_DHE_PSK_WITH_ARIA_128_GCM_SHA256 0x0300C06C
644
+ # define TLS1_CK_DHE_PSK_WITH_ARIA_256_GCM_SHA384 0x0300C06D
645
+ # define TLS1_CK_RSA_PSK_WITH_ARIA_128_GCM_SHA256 0x0300C06E
646
+ # define TLS1_CK_RSA_PSK_WITH_ARIA_256_GCM_SHA384 0x0300C06F
647
+
648
+ /* a bundle of RFC standard cipher names, generated from ssl3_ciphers[] */
649
+ # define TLS1_RFC_RSA_WITH_AES_128_SHA "TLS_RSA_WITH_AES_128_CBC_SHA"
650
+ # define TLS1_RFC_DHE_DSS_WITH_AES_128_SHA "TLS_DHE_DSS_WITH_AES_128_CBC_SHA"
651
+ # define TLS1_RFC_DHE_RSA_WITH_AES_128_SHA "TLS_DHE_RSA_WITH_AES_128_CBC_SHA"
652
+ # define TLS1_RFC_ADH_WITH_AES_128_SHA "TLS_DH_anon_WITH_AES_128_CBC_SHA"
653
+ # define TLS1_RFC_RSA_WITH_AES_256_SHA "TLS_RSA_WITH_AES_256_CBC_SHA"
654
+ # define TLS1_RFC_DHE_DSS_WITH_AES_256_SHA "TLS_DHE_DSS_WITH_AES_256_CBC_SHA"
655
+ # define TLS1_RFC_DHE_RSA_WITH_AES_256_SHA "TLS_DHE_RSA_WITH_AES_256_CBC_SHA"
656
+ # define TLS1_RFC_ADH_WITH_AES_256_SHA "TLS_DH_anon_WITH_AES_256_CBC_SHA"
657
+ # define TLS1_RFC_RSA_WITH_NULL_SHA256 "TLS_RSA_WITH_NULL_SHA256"
658
+ # define TLS1_RFC_RSA_WITH_AES_128_SHA256 "TLS_RSA_WITH_AES_128_CBC_SHA256"
659
+ # define TLS1_RFC_RSA_WITH_AES_256_SHA256 "TLS_RSA_WITH_AES_256_CBC_SHA256"
660
+ # define TLS1_RFC_DHE_DSS_WITH_AES_128_SHA256 "TLS_DHE_DSS_WITH_AES_128_CBC_SHA256"
661
+ # define TLS1_RFC_DHE_RSA_WITH_AES_128_SHA256 "TLS_DHE_RSA_WITH_AES_128_CBC_SHA256"
662
+ # define TLS1_RFC_DHE_DSS_WITH_AES_256_SHA256 "TLS_DHE_DSS_WITH_AES_256_CBC_SHA256"
663
+ # define TLS1_RFC_DHE_RSA_WITH_AES_256_SHA256 "TLS_DHE_RSA_WITH_AES_256_CBC_SHA256"
664
+ # define TLS1_RFC_ADH_WITH_AES_128_SHA256 "TLS_DH_anon_WITH_AES_128_CBC_SHA256"
665
+ # define TLS1_RFC_ADH_WITH_AES_256_SHA256 "TLS_DH_anon_WITH_AES_256_CBC_SHA256"
666
+ # define TLS1_RFC_RSA_WITH_AES_128_GCM_SHA256 "TLS_RSA_WITH_AES_128_GCM_SHA256"
667
+ # define TLS1_RFC_RSA_WITH_AES_256_GCM_SHA384 "TLS_RSA_WITH_AES_256_GCM_SHA384"
668
+ # define TLS1_RFC_DHE_RSA_WITH_AES_128_GCM_SHA256 "TLS_DHE_RSA_WITH_AES_128_GCM_SHA256"
669
+ # define TLS1_RFC_DHE_RSA_WITH_AES_256_GCM_SHA384 "TLS_DHE_RSA_WITH_AES_256_GCM_SHA384"
670
+ # define TLS1_RFC_DHE_DSS_WITH_AES_128_GCM_SHA256 "TLS_DHE_DSS_WITH_AES_128_GCM_SHA256"
671
+ # define TLS1_RFC_DHE_DSS_WITH_AES_256_GCM_SHA384 "TLS_DHE_DSS_WITH_AES_256_GCM_SHA384"
672
+ # define TLS1_RFC_ADH_WITH_AES_128_GCM_SHA256 "TLS_DH_anon_WITH_AES_128_GCM_SHA256"
673
+ # define TLS1_RFC_ADH_WITH_AES_256_GCM_SHA384 "TLS_DH_anon_WITH_AES_256_GCM_SHA384"
674
+ # define TLS1_RFC_RSA_WITH_AES_128_CCM "TLS_RSA_WITH_AES_128_CCM"
675
+ # define TLS1_RFC_RSA_WITH_AES_256_CCM "TLS_RSA_WITH_AES_256_CCM"
676
+ # define TLS1_RFC_DHE_RSA_WITH_AES_128_CCM "TLS_DHE_RSA_WITH_AES_128_CCM"
677
+ # define TLS1_RFC_DHE_RSA_WITH_AES_256_CCM "TLS_DHE_RSA_WITH_AES_256_CCM"
678
+ # define TLS1_RFC_RSA_WITH_AES_128_CCM_8 "TLS_RSA_WITH_AES_128_CCM_8"
679
+ # define TLS1_RFC_RSA_WITH_AES_256_CCM_8 "TLS_RSA_WITH_AES_256_CCM_8"
680
+ # define TLS1_RFC_DHE_RSA_WITH_AES_128_CCM_8 "TLS_DHE_RSA_WITH_AES_128_CCM_8"
681
+ # define TLS1_RFC_DHE_RSA_WITH_AES_256_CCM_8 "TLS_DHE_RSA_WITH_AES_256_CCM_8"
682
+ # define TLS1_RFC_PSK_WITH_AES_128_CCM "TLS_PSK_WITH_AES_128_CCM"
683
+ # define TLS1_RFC_PSK_WITH_AES_256_CCM "TLS_PSK_WITH_AES_256_CCM"
684
+ # define TLS1_RFC_DHE_PSK_WITH_AES_128_CCM "TLS_DHE_PSK_WITH_AES_128_CCM"
685
+ # define TLS1_RFC_DHE_PSK_WITH_AES_256_CCM "TLS_DHE_PSK_WITH_AES_256_CCM"
686
+ # define TLS1_RFC_PSK_WITH_AES_128_CCM_8 "TLS_PSK_WITH_AES_128_CCM_8"
687
+ # define TLS1_RFC_PSK_WITH_AES_256_CCM_8 "TLS_PSK_WITH_AES_256_CCM_8"
688
+ # define TLS1_RFC_DHE_PSK_WITH_AES_128_CCM_8 "TLS_PSK_DHE_WITH_AES_128_CCM_8"
689
+ # define TLS1_RFC_DHE_PSK_WITH_AES_256_CCM_8 "TLS_PSK_DHE_WITH_AES_256_CCM_8"
690
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_AES_128_CCM "TLS_ECDHE_ECDSA_WITH_AES_128_CCM"
691
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_AES_256_CCM "TLS_ECDHE_ECDSA_WITH_AES_256_CCM"
692
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_AES_128_CCM_8 "TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8"
693
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_AES_256_CCM_8 "TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8"
694
+ # define TLS1_3_RFC_AES_128_GCM_SHA256 "TLS_AES_128_GCM_SHA256"
695
+ # define TLS1_3_RFC_AES_256_GCM_SHA384 "TLS_AES_256_GCM_SHA384"
696
+ # define TLS1_3_RFC_CHACHA20_POLY1305_SHA256 "TLS_CHACHA20_POLY1305_SHA256"
697
+ # define TLS1_3_RFC_AES_128_CCM_SHA256 "TLS_AES_128_CCM_SHA256"
698
+ # define TLS1_3_RFC_AES_128_CCM_8_SHA256 "TLS_AES_128_CCM_8_SHA256"
699
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_NULL_SHA "TLS_ECDHE_ECDSA_WITH_NULL_SHA"
700
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA "TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA"
701
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_AES_128_CBC_SHA "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA"
702
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_AES_256_CBC_SHA "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA"
703
+ # define TLS1_RFC_ECDHE_RSA_WITH_NULL_SHA "TLS_ECDHE_RSA_WITH_NULL_SHA"
704
+ # define TLS1_RFC_ECDHE_RSA_WITH_DES_192_CBC3_SHA "TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA"
705
+ # define TLS1_RFC_ECDHE_RSA_WITH_AES_128_CBC_SHA "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA"
706
+ # define TLS1_RFC_ECDHE_RSA_WITH_AES_256_CBC_SHA "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"
707
+ # define TLS1_RFC_ECDH_anon_WITH_NULL_SHA "TLS_ECDH_anon_WITH_NULL_SHA"
708
+ # define TLS1_RFC_ECDH_anon_WITH_DES_192_CBC3_SHA "TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA"
709
+ # define TLS1_RFC_ECDH_anon_WITH_AES_128_CBC_SHA "TLS_ECDH_anon_WITH_AES_128_CBC_SHA"
710
+ # define TLS1_RFC_ECDH_anon_WITH_AES_256_CBC_SHA "TLS_ECDH_anon_WITH_AES_256_CBC_SHA"
711
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_AES_128_SHA256 "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256"
712
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_AES_256_SHA384 "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384"
713
+ # define TLS1_RFC_ECDHE_RSA_WITH_AES_128_SHA256 "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"
714
+ # define TLS1_RFC_ECDHE_RSA_WITH_AES_256_SHA384 "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384"
715
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"
716
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384"
717
+ # define TLS1_RFC_ECDHE_RSA_WITH_AES_128_GCM_SHA256 "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
718
+ # define TLS1_RFC_ECDHE_RSA_WITH_AES_256_GCM_SHA384 "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"
719
+ # define TLS1_RFC_PSK_WITH_NULL_SHA "TLS_PSK_WITH_NULL_SHA"
720
+ # define TLS1_RFC_DHE_PSK_WITH_NULL_SHA "TLS_DHE_PSK_WITH_NULL_SHA"
721
+ # define TLS1_RFC_RSA_PSK_WITH_NULL_SHA "TLS_RSA_PSK_WITH_NULL_SHA"
722
+ # define TLS1_RFC_PSK_WITH_3DES_EDE_CBC_SHA "TLS_PSK_WITH_3DES_EDE_CBC_SHA"
723
+ # define TLS1_RFC_PSK_WITH_AES_128_CBC_SHA "TLS_PSK_WITH_AES_128_CBC_SHA"
724
+ # define TLS1_RFC_PSK_WITH_AES_256_CBC_SHA "TLS_PSK_WITH_AES_256_CBC_SHA"
725
+ # define TLS1_RFC_DHE_PSK_WITH_3DES_EDE_CBC_SHA "TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA"
726
+ # define TLS1_RFC_DHE_PSK_WITH_AES_128_CBC_SHA "TLS_DHE_PSK_WITH_AES_128_CBC_SHA"
727
+ # define TLS1_RFC_DHE_PSK_WITH_AES_256_CBC_SHA "TLS_DHE_PSK_WITH_AES_256_CBC_SHA"
728
+ # define TLS1_RFC_RSA_PSK_WITH_3DES_EDE_CBC_SHA "TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA"
729
+ # define TLS1_RFC_RSA_PSK_WITH_AES_128_CBC_SHA "TLS_RSA_PSK_WITH_AES_128_CBC_SHA"
730
+ # define TLS1_RFC_RSA_PSK_WITH_AES_256_CBC_SHA "TLS_RSA_PSK_WITH_AES_256_CBC_SHA"
731
+ # define TLS1_RFC_PSK_WITH_AES_128_GCM_SHA256 "TLS_PSK_WITH_AES_128_GCM_SHA256"
732
+ # define TLS1_RFC_PSK_WITH_AES_256_GCM_SHA384 "TLS_PSK_WITH_AES_256_GCM_SHA384"
733
+ # define TLS1_RFC_DHE_PSK_WITH_AES_128_GCM_SHA256 "TLS_DHE_PSK_WITH_AES_128_GCM_SHA256"
734
+ # define TLS1_RFC_DHE_PSK_WITH_AES_256_GCM_SHA384 "TLS_DHE_PSK_WITH_AES_256_GCM_SHA384"
735
+ # define TLS1_RFC_RSA_PSK_WITH_AES_128_GCM_SHA256 "TLS_RSA_PSK_WITH_AES_128_GCM_SHA256"
736
+ # define TLS1_RFC_RSA_PSK_WITH_AES_256_GCM_SHA384 "TLS_RSA_PSK_WITH_AES_256_GCM_SHA384"
737
+ # define TLS1_RFC_PSK_WITH_AES_128_CBC_SHA256 "TLS_PSK_WITH_AES_128_CBC_SHA256"
738
+ # define TLS1_RFC_PSK_WITH_AES_256_CBC_SHA384 "TLS_PSK_WITH_AES_256_CBC_SHA384"
739
+ # define TLS1_RFC_PSK_WITH_NULL_SHA256 "TLS_PSK_WITH_NULL_SHA256"
740
+ # define TLS1_RFC_PSK_WITH_NULL_SHA384 "TLS_PSK_WITH_NULL_SHA384"
741
+ # define TLS1_RFC_DHE_PSK_WITH_AES_128_CBC_SHA256 "TLS_DHE_PSK_WITH_AES_128_CBC_SHA256"
742
+ # define TLS1_RFC_DHE_PSK_WITH_AES_256_CBC_SHA384 "TLS_DHE_PSK_WITH_AES_256_CBC_SHA384"
743
+ # define TLS1_RFC_DHE_PSK_WITH_NULL_SHA256 "TLS_DHE_PSK_WITH_NULL_SHA256"
744
+ # define TLS1_RFC_DHE_PSK_WITH_NULL_SHA384 "TLS_DHE_PSK_WITH_NULL_SHA384"
745
+ # define TLS1_RFC_RSA_PSK_WITH_AES_128_CBC_SHA256 "TLS_RSA_PSK_WITH_AES_128_CBC_SHA256"
746
+ # define TLS1_RFC_RSA_PSK_WITH_AES_256_CBC_SHA384 "TLS_RSA_PSK_WITH_AES_256_CBC_SHA384"
747
+ # define TLS1_RFC_RSA_PSK_WITH_NULL_SHA256 "TLS_RSA_PSK_WITH_NULL_SHA256"
748
+ # define TLS1_RFC_RSA_PSK_WITH_NULL_SHA384 "TLS_RSA_PSK_WITH_NULL_SHA384"
749
+ # define TLS1_RFC_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA "TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA"
750
+ # define TLS1_RFC_ECDHE_PSK_WITH_AES_128_CBC_SHA "TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA"
751
+ # define TLS1_RFC_ECDHE_PSK_WITH_AES_256_CBC_SHA "TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA"
752
+ # define TLS1_RFC_ECDHE_PSK_WITH_AES_128_CBC_SHA256 "TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256"
753
+ # define TLS1_RFC_ECDHE_PSK_WITH_AES_256_CBC_SHA384 "TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384"
754
+ # define TLS1_RFC_ECDHE_PSK_WITH_NULL_SHA "TLS_ECDHE_PSK_WITH_NULL_SHA"
755
+ # define TLS1_RFC_ECDHE_PSK_WITH_NULL_SHA256 "TLS_ECDHE_PSK_WITH_NULL_SHA256"
756
+ # define TLS1_RFC_ECDHE_PSK_WITH_NULL_SHA384 "TLS_ECDHE_PSK_WITH_NULL_SHA384"
757
+ # define TLS1_RFC_SRP_SHA_WITH_3DES_EDE_CBC_SHA "TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA"
758
+ # define TLS1_RFC_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA "TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA"
759
+ # define TLS1_RFC_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA "TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA"
760
+ # define TLS1_RFC_SRP_SHA_WITH_AES_128_CBC_SHA "TLS_SRP_SHA_WITH_AES_128_CBC_SHA"
761
+ # define TLS1_RFC_SRP_SHA_RSA_WITH_AES_128_CBC_SHA "TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA"
762
+ # define TLS1_RFC_SRP_SHA_DSS_WITH_AES_128_CBC_SHA "TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA"
763
+ # define TLS1_RFC_SRP_SHA_WITH_AES_256_CBC_SHA "TLS_SRP_SHA_WITH_AES_256_CBC_SHA"
764
+ # define TLS1_RFC_SRP_SHA_RSA_WITH_AES_256_CBC_SHA "TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA"
765
+ # define TLS1_RFC_SRP_SHA_DSS_WITH_AES_256_CBC_SHA "TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA"
766
+ # define TLS1_RFC_DHE_RSA_WITH_CHACHA20_POLY1305 "TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256"
767
+ # define TLS1_RFC_ECDHE_RSA_WITH_CHACHA20_POLY1305 "TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256"
768
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256"
769
+ # define TLS1_RFC_PSK_WITH_CHACHA20_POLY1305 "TLS_PSK_WITH_CHACHA20_POLY1305_SHA256"
770
+ # define TLS1_RFC_ECDHE_PSK_WITH_CHACHA20_POLY1305 "TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256"
771
+ # define TLS1_RFC_DHE_PSK_WITH_CHACHA20_POLY1305 "TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256"
772
+ # define TLS1_RFC_RSA_PSK_WITH_CHACHA20_POLY1305 "TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256"
773
+ # define TLS1_RFC_RSA_WITH_CAMELLIA_128_CBC_SHA256 "TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256"
774
+ # define TLS1_RFC_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 "TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256"
775
+ # define TLS1_RFC_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 "TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256"
776
+ # define TLS1_RFC_ADH_WITH_CAMELLIA_128_CBC_SHA256 "TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256"
777
+ # define TLS1_RFC_RSA_WITH_CAMELLIA_256_CBC_SHA256 "TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256"
778
+ # define TLS1_RFC_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 "TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256"
779
+ # define TLS1_RFC_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 "TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256"
780
+ # define TLS1_RFC_ADH_WITH_CAMELLIA_256_CBC_SHA256 "TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256"
781
+ # define TLS1_RFC_RSA_WITH_CAMELLIA_256_CBC_SHA "TLS_RSA_WITH_CAMELLIA_256_CBC_SHA"
782
+ # define TLS1_RFC_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA "TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA"
783
+ # define TLS1_RFC_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA "TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA"
784
+ # define TLS1_RFC_ADH_WITH_CAMELLIA_256_CBC_SHA "TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA"
785
+ # define TLS1_RFC_RSA_WITH_CAMELLIA_128_CBC_SHA "TLS_RSA_WITH_CAMELLIA_128_CBC_SHA"
786
+ # define TLS1_RFC_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA "TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA"
787
+ # define TLS1_RFC_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA "TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA"
788
+ # define TLS1_RFC_ADH_WITH_CAMELLIA_128_CBC_SHA "TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA"
789
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 "TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256"
790
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 "TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384"
791
+ # define TLS1_RFC_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 "TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256"
792
+ # define TLS1_RFC_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 "TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384"
793
+ # define TLS1_RFC_PSK_WITH_CAMELLIA_128_CBC_SHA256 "TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256"
794
+ # define TLS1_RFC_PSK_WITH_CAMELLIA_256_CBC_SHA384 "TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384"
795
+ # define TLS1_RFC_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 "TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256"
796
+ # define TLS1_RFC_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 "TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384"
797
+ # define TLS1_RFC_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 "TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256"
798
+ # define TLS1_RFC_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 "TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384"
799
+ # define TLS1_RFC_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 "TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256"
800
+ # define TLS1_RFC_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 "TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384"
801
+ # define TLS1_RFC_RSA_WITH_SEED_SHA "TLS_RSA_WITH_SEED_CBC_SHA"
802
+ # define TLS1_RFC_DHE_DSS_WITH_SEED_SHA "TLS_DHE_DSS_WITH_SEED_CBC_SHA"
803
+ # define TLS1_RFC_DHE_RSA_WITH_SEED_SHA "TLS_DHE_RSA_WITH_SEED_CBC_SHA"
804
+ # define TLS1_RFC_ADH_WITH_SEED_SHA "TLS_DH_anon_WITH_SEED_CBC_SHA"
805
+ # define TLS1_RFC_ECDHE_PSK_WITH_RC4_128_SHA "TLS_ECDHE_PSK_WITH_RC4_128_SHA"
806
+ # define TLS1_RFC_ECDH_anon_WITH_RC4_128_SHA "TLS_ECDH_anon_WITH_RC4_128_SHA"
807
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_RC4_128_SHA "TLS_ECDHE_ECDSA_WITH_RC4_128_SHA"
808
+ # define TLS1_RFC_ECDHE_RSA_WITH_RC4_128_SHA "TLS_ECDHE_RSA_WITH_RC4_128_SHA"
809
+ # define TLS1_RFC_PSK_WITH_RC4_128_SHA "TLS_PSK_WITH_RC4_128_SHA"
810
+ # define TLS1_RFC_RSA_PSK_WITH_RC4_128_SHA "TLS_RSA_PSK_WITH_RC4_128_SHA"
811
+ # define TLS1_RFC_DHE_PSK_WITH_RC4_128_SHA "TLS_DHE_PSK_WITH_RC4_128_SHA"
812
+ # define TLS1_RFC_RSA_WITH_ARIA_128_GCM_SHA256 "TLS_RSA_WITH_ARIA_128_GCM_SHA256"
813
+ # define TLS1_RFC_RSA_WITH_ARIA_256_GCM_SHA384 "TLS_RSA_WITH_ARIA_256_GCM_SHA384"
814
+ # define TLS1_RFC_DHE_RSA_WITH_ARIA_128_GCM_SHA256 "TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256"
815
+ # define TLS1_RFC_DHE_RSA_WITH_ARIA_256_GCM_SHA384 "TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384"
816
+ # define TLS1_RFC_DH_RSA_WITH_ARIA_128_GCM_SHA256 "TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256"
817
+ # define TLS1_RFC_DH_RSA_WITH_ARIA_256_GCM_SHA384 "TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384"
818
+ # define TLS1_RFC_DHE_DSS_WITH_ARIA_128_GCM_SHA256 "TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256"
819
+ # define TLS1_RFC_DHE_DSS_WITH_ARIA_256_GCM_SHA384 "TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384"
820
+ # define TLS1_RFC_DH_DSS_WITH_ARIA_128_GCM_SHA256 "TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256"
821
+ # define TLS1_RFC_DH_DSS_WITH_ARIA_256_GCM_SHA384 "TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384"
822
+ # define TLS1_RFC_DH_anon_WITH_ARIA_128_GCM_SHA256 "TLS_DH_anon_WITH_ARIA_128_GCM_SHA256"
823
+ # define TLS1_RFC_DH_anon_WITH_ARIA_256_GCM_SHA384 "TLS_DH_anon_WITH_ARIA_256_GCM_SHA384"
824
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 "TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256"
825
+ # define TLS1_RFC_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 "TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384"
826
+ # define TLS1_RFC_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 "TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256"
827
+ # define TLS1_RFC_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 "TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384"
828
+ # define TLS1_RFC_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 "TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256"
829
+ # define TLS1_RFC_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 "TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384"
830
+ # define TLS1_RFC_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 "TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256"
831
+ # define TLS1_RFC_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 "TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384"
832
+ # define TLS1_RFC_PSK_WITH_ARIA_128_GCM_SHA256 "TLS_PSK_WITH_ARIA_128_GCM_SHA256"
833
+ # define TLS1_RFC_PSK_WITH_ARIA_256_GCM_SHA384 "TLS_PSK_WITH_ARIA_256_GCM_SHA384"
834
+ # define TLS1_RFC_DHE_PSK_WITH_ARIA_128_GCM_SHA256 "TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256"
835
+ # define TLS1_RFC_DHE_PSK_WITH_ARIA_256_GCM_SHA384 "TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384"
836
+ # define TLS1_RFC_RSA_PSK_WITH_ARIA_128_GCM_SHA256 "TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256"
837
+ # define TLS1_RFC_RSA_PSK_WITH_ARIA_256_GCM_SHA384 "TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384"
838
+
839
+
840
+ /*
841
+ * XXX Backward compatibility alert: Older versions of OpenSSL gave some DHE
842
+ * ciphers names with "EDH" instead of "DHE". Going forward, we should be
843
+ * using DHE everywhere, though we may indefinitely maintain aliases for
844
+ * users or configurations that used "EDH"
845
+ */
846
+ # define TLS1_TXT_DHE_DSS_WITH_RC4_128_SHA "DHE-DSS-RC4-SHA"
847
+
848
+ # define TLS1_TXT_PSK_WITH_NULL_SHA "PSK-NULL-SHA"
849
+ # define TLS1_TXT_DHE_PSK_WITH_NULL_SHA "DHE-PSK-NULL-SHA"
850
+ # define TLS1_TXT_RSA_PSK_WITH_NULL_SHA "RSA-PSK-NULL-SHA"
851
+
852
+ /* AES ciphersuites from RFC3268 */
853
+ # define TLS1_TXT_RSA_WITH_AES_128_SHA "AES128-SHA"
854
+ # define TLS1_TXT_DH_DSS_WITH_AES_128_SHA "DH-DSS-AES128-SHA"
855
+ # define TLS1_TXT_DH_RSA_WITH_AES_128_SHA "DH-RSA-AES128-SHA"
856
+ # define TLS1_TXT_DHE_DSS_WITH_AES_128_SHA "DHE-DSS-AES128-SHA"
857
+ # define TLS1_TXT_DHE_RSA_WITH_AES_128_SHA "DHE-RSA-AES128-SHA"
858
+ # define TLS1_TXT_ADH_WITH_AES_128_SHA "ADH-AES128-SHA"
859
+
860
+ # define TLS1_TXT_RSA_WITH_AES_256_SHA "AES256-SHA"
861
+ # define TLS1_TXT_DH_DSS_WITH_AES_256_SHA "DH-DSS-AES256-SHA"
862
+ # define TLS1_TXT_DH_RSA_WITH_AES_256_SHA "DH-RSA-AES256-SHA"
863
+ # define TLS1_TXT_DHE_DSS_WITH_AES_256_SHA "DHE-DSS-AES256-SHA"
864
+ # define TLS1_TXT_DHE_RSA_WITH_AES_256_SHA "DHE-RSA-AES256-SHA"
865
+ # define TLS1_TXT_ADH_WITH_AES_256_SHA "ADH-AES256-SHA"
866
+
867
+ /* ECC ciphersuites from RFC4492 */
868
+ # define TLS1_TXT_ECDH_ECDSA_WITH_NULL_SHA "ECDH-ECDSA-NULL-SHA"
869
+ # define TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA "ECDH-ECDSA-RC4-SHA"
870
+ # define TLS1_TXT_ECDH_ECDSA_WITH_DES_192_CBC3_SHA "ECDH-ECDSA-DES-CBC3-SHA"
871
+ # define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_CBC_SHA "ECDH-ECDSA-AES128-SHA"
872
+ # define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_CBC_SHA "ECDH-ECDSA-AES256-SHA"
873
+
874
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_NULL_SHA "ECDHE-ECDSA-NULL-SHA"
875
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_RC4_128_SHA "ECDHE-ECDSA-RC4-SHA"
876
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA "ECDHE-ECDSA-DES-CBC3-SHA"
877
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_CBC_SHA "ECDHE-ECDSA-AES128-SHA"
878
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_CBC_SHA "ECDHE-ECDSA-AES256-SHA"
879
+
880
+ # define TLS1_TXT_ECDH_RSA_WITH_NULL_SHA "ECDH-RSA-NULL-SHA"
881
+ # define TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA "ECDH-RSA-RC4-SHA"
882
+ # define TLS1_TXT_ECDH_RSA_WITH_DES_192_CBC3_SHA "ECDH-RSA-DES-CBC3-SHA"
883
+ # define TLS1_TXT_ECDH_RSA_WITH_AES_128_CBC_SHA "ECDH-RSA-AES128-SHA"
884
+ # define TLS1_TXT_ECDH_RSA_WITH_AES_256_CBC_SHA "ECDH-RSA-AES256-SHA"
885
+
886
+ # define TLS1_TXT_ECDHE_RSA_WITH_NULL_SHA "ECDHE-RSA-NULL-SHA"
887
+ # define TLS1_TXT_ECDHE_RSA_WITH_RC4_128_SHA "ECDHE-RSA-RC4-SHA"
888
+ # define TLS1_TXT_ECDHE_RSA_WITH_DES_192_CBC3_SHA "ECDHE-RSA-DES-CBC3-SHA"
889
+ # define TLS1_TXT_ECDHE_RSA_WITH_AES_128_CBC_SHA "ECDHE-RSA-AES128-SHA"
890
+ # define TLS1_TXT_ECDHE_RSA_WITH_AES_256_CBC_SHA "ECDHE-RSA-AES256-SHA"
891
+
892
+ # define TLS1_TXT_ECDH_anon_WITH_NULL_SHA "AECDH-NULL-SHA"
893
+ # define TLS1_TXT_ECDH_anon_WITH_RC4_128_SHA "AECDH-RC4-SHA"
894
+ # define TLS1_TXT_ECDH_anon_WITH_DES_192_CBC3_SHA "AECDH-DES-CBC3-SHA"
895
+ # define TLS1_TXT_ECDH_anon_WITH_AES_128_CBC_SHA "AECDH-AES128-SHA"
896
+ # define TLS1_TXT_ECDH_anon_WITH_AES_256_CBC_SHA "AECDH-AES256-SHA"
897
+
898
+ /* PSK ciphersuites from RFC 4279 */
899
+ # define TLS1_TXT_PSK_WITH_RC4_128_SHA "PSK-RC4-SHA"
900
+ # define TLS1_TXT_PSK_WITH_3DES_EDE_CBC_SHA "PSK-3DES-EDE-CBC-SHA"
901
+ # define TLS1_TXT_PSK_WITH_AES_128_CBC_SHA "PSK-AES128-CBC-SHA"
902
+ # define TLS1_TXT_PSK_WITH_AES_256_CBC_SHA "PSK-AES256-CBC-SHA"
903
+
904
+ # define TLS1_TXT_DHE_PSK_WITH_RC4_128_SHA "DHE-PSK-RC4-SHA"
905
+ # define TLS1_TXT_DHE_PSK_WITH_3DES_EDE_CBC_SHA "DHE-PSK-3DES-EDE-CBC-SHA"
906
+ # define TLS1_TXT_DHE_PSK_WITH_AES_128_CBC_SHA "DHE-PSK-AES128-CBC-SHA"
907
+ # define TLS1_TXT_DHE_PSK_WITH_AES_256_CBC_SHA "DHE-PSK-AES256-CBC-SHA"
908
+ # define TLS1_TXT_RSA_PSK_WITH_RC4_128_SHA "RSA-PSK-RC4-SHA"
909
+ # define TLS1_TXT_RSA_PSK_WITH_3DES_EDE_CBC_SHA "RSA-PSK-3DES-EDE-CBC-SHA"
910
+ # define TLS1_TXT_RSA_PSK_WITH_AES_128_CBC_SHA "RSA-PSK-AES128-CBC-SHA"
911
+ # define TLS1_TXT_RSA_PSK_WITH_AES_256_CBC_SHA "RSA-PSK-AES256-CBC-SHA"
912
+
913
+ /* PSK ciphersuites from RFC 5487 */
914
+ # define TLS1_TXT_PSK_WITH_AES_128_GCM_SHA256 "PSK-AES128-GCM-SHA256"
915
+ # define TLS1_TXT_PSK_WITH_AES_256_GCM_SHA384 "PSK-AES256-GCM-SHA384"
916
+ # define TLS1_TXT_DHE_PSK_WITH_AES_128_GCM_SHA256 "DHE-PSK-AES128-GCM-SHA256"
917
+ # define TLS1_TXT_DHE_PSK_WITH_AES_256_GCM_SHA384 "DHE-PSK-AES256-GCM-SHA384"
918
+ # define TLS1_TXT_RSA_PSK_WITH_AES_128_GCM_SHA256 "RSA-PSK-AES128-GCM-SHA256"
919
+ # define TLS1_TXT_RSA_PSK_WITH_AES_256_GCM_SHA384 "RSA-PSK-AES256-GCM-SHA384"
920
+
921
+ # define TLS1_TXT_PSK_WITH_AES_128_CBC_SHA256 "PSK-AES128-CBC-SHA256"
922
+ # define TLS1_TXT_PSK_WITH_AES_256_CBC_SHA384 "PSK-AES256-CBC-SHA384"
923
+ # define TLS1_TXT_PSK_WITH_NULL_SHA256 "PSK-NULL-SHA256"
924
+ # define TLS1_TXT_PSK_WITH_NULL_SHA384 "PSK-NULL-SHA384"
925
+
926
+ # define TLS1_TXT_DHE_PSK_WITH_AES_128_CBC_SHA256 "DHE-PSK-AES128-CBC-SHA256"
927
+ # define TLS1_TXT_DHE_PSK_WITH_AES_256_CBC_SHA384 "DHE-PSK-AES256-CBC-SHA384"
928
+ # define TLS1_TXT_DHE_PSK_WITH_NULL_SHA256 "DHE-PSK-NULL-SHA256"
929
+ # define TLS1_TXT_DHE_PSK_WITH_NULL_SHA384 "DHE-PSK-NULL-SHA384"
930
+
931
+ # define TLS1_TXT_RSA_PSK_WITH_AES_128_CBC_SHA256 "RSA-PSK-AES128-CBC-SHA256"
932
+ # define TLS1_TXT_RSA_PSK_WITH_AES_256_CBC_SHA384 "RSA-PSK-AES256-CBC-SHA384"
933
+ # define TLS1_TXT_RSA_PSK_WITH_NULL_SHA256 "RSA-PSK-NULL-SHA256"
934
+ # define TLS1_TXT_RSA_PSK_WITH_NULL_SHA384 "RSA-PSK-NULL-SHA384"
935
+
936
+ /* SRP ciphersuite from RFC 5054 */
937
+ # define TLS1_TXT_SRP_SHA_WITH_3DES_EDE_CBC_SHA "SRP-3DES-EDE-CBC-SHA"
938
+ # define TLS1_TXT_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA "SRP-RSA-3DES-EDE-CBC-SHA"
939
+ # define TLS1_TXT_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA "SRP-DSS-3DES-EDE-CBC-SHA"
940
+ # define TLS1_TXT_SRP_SHA_WITH_AES_128_CBC_SHA "SRP-AES-128-CBC-SHA"
941
+ # define TLS1_TXT_SRP_SHA_RSA_WITH_AES_128_CBC_SHA "SRP-RSA-AES-128-CBC-SHA"
942
+ # define TLS1_TXT_SRP_SHA_DSS_WITH_AES_128_CBC_SHA "SRP-DSS-AES-128-CBC-SHA"
943
+ # define TLS1_TXT_SRP_SHA_WITH_AES_256_CBC_SHA "SRP-AES-256-CBC-SHA"
944
+ # define TLS1_TXT_SRP_SHA_RSA_WITH_AES_256_CBC_SHA "SRP-RSA-AES-256-CBC-SHA"
945
+ # define TLS1_TXT_SRP_SHA_DSS_WITH_AES_256_CBC_SHA "SRP-DSS-AES-256-CBC-SHA"
946
+
947
+ /* Camellia ciphersuites from RFC4132 */
948
+ # define TLS1_TXT_RSA_WITH_CAMELLIA_128_CBC_SHA "CAMELLIA128-SHA"
949
+ # define TLS1_TXT_DH_DSS_WITH_CAMELLIA_128_CBC_SHA "DH-DSS-CAMELLIA128-SHA"
950
+ # define TLS1_TXT_DH_RSA_WITH_CAMELLIA_128_CBC_SHA "DH-RSA-CAMELLIA128-SHA"
951
+ # define TLS1_TXT_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA "DHE-DSS-CAMELLIA128-SHA"
952
+ # define TLS1_TXT_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA "DHE-RSA-CAMELLIA128-SHA"
953
+ # define TLS1_TXT_ADH_WITH_CAMELLIA_128_CBC_SHA "ADH-CAMELLIA128-SHA"
954
+
955
+ # define TLS1_TXT_RSA_WITH_CAMELLIA_256_CBC_SHA "CAMELLIA256-SHA"
956
+ # define TLS1_TXT_DH_DSS_WITH_CAMELLIA_256_CBC_SHA "DH-DSS-CAMELLIA256-SHA"
957
+ # define TLS1_TXT_DH_RSA_WITH_CAMELLIA_256_CBC_SHA "DH-RSA-CAMELLIA256-SHA"
958
+ # define TLS1_TXT_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA "DHE-DSS-CAMELLIA256-SHA"
959
+ # define TLS1_TXT_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA "DHE-RSA-CAMELLIA256-SHA"
960
+ # define TLS1_TXT_ADH_WITH_CAMELLIA_256_CBC_SHA "ADH-CAMELLIA256-SHA"
961
+
962
+ /* TLS 1.2 Camellia SHA-256 ciphersuites from RFC5932 */
963
+ # define TLS1_TXT_RSA_WITH_CAMELLIA_128_CBC_SHA256 "CAMELLIA128-SHA256"
964
+ # define TLS1_TXT_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 "DH-DSS-CAMELLIA128-SHA256"
965
+ # define TLS1_TXT_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 "DH-RSA-CAMELLIA128-SHA256"
966
+ # define TLS1_TXT_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 "DHE-DSS-CAMELLIA128-SHA256"
967
+ # define TLS1_TXT_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 "DHE-RSA-CAMELLIA128-SHA256"
968
+ # define TLS1_TXT_ADH_WITH_CAMELLIA_128_CBC_SHA256 "ADH-CAMELLIA128-SHA256"
969
+
970
+ # define TLS1_TXT_RSA_WITH_CAMELLIA_256_CBC_SHA256 "CAMELLIA256-SHA256"
971
+ # define TLS1_TXT_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 "DH-DSS-CAMELLIA256-SHA256"
972
+ # define TLS1_TXT_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 "DH-RSA-CAMELLIA256-SHA256"
973
+ # define TLS1_TXT_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 "DHE-DSS-CAMELLIA256-SHA256"
974
+ # define TLS1_TXT_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 "DHE-RSA-CAMELLIA256-SHA256"
975
+ # define TLS1_TXT_ADH_WITH_CAMELLIA_256_CBC_SHA256 "ADH-CAMELLIA256-SHA256"
976
+
977
+ # define TLS1_TXT_PSK_WITH_CAMELLIA_128_CBC_SHA256 "PSK-CAMELLIA128-SHA256"
978
+ # define TLS1_TXT_PSK_WITH_CAMELLIA_256_CBC_SHA384 "PSK-CAMELLIA256-SHA384"
979
+ # define TLS1_TXT_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 "DHE-PSK-CAMELLIA128-SHA256"
980
+ # define TLS1_TXT_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 "DHE-PSK-CAMELLIA256-SHA384"
981
+ # define TLS1_TXT_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 "RSA-PSK-CAMELLIA128-SHA256"
982
+ # define TLS1_TXT_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 "RSA-PSK-CAMELLIA256-SHA384"
983
+ # define TLS1_TXT_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 "ECDHE-PSK-CAMELLIA128-SHA256"
984
+ # define TLS1_TXT_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 "ECDHE-PSK-CAMELLIA256-SHA384"
985
+
986
+ /* SEED ciphersuites from RFC4162 */
987
+ # define TLS1_TXT_RSA_WITH_SEED_SHA "SEED-SHA"
988
+ # define TLS1_TXT_DH_DSS_WITH_SEED_SHA "DH-DSS-SEED-SHA"
989
+ # define TLS1_TXT_DH_RSA_WITH_SEED_SHA "DH-RSA-SEED-SHA"
990
+ # define TLS1_TXT_DHE_DSS_WITH_SEED_SHA "DHE-DSS-SEED-SHA"
991
+ # define TLS1_TXT_DHE_RSA_WITH_SEED_SHA "DHE-RSA-SEED-SHA"
992
+ # define TLS1_TXT_ADH_WITH_SEED_SHA "ADH-SEED-SHA"
993
+
994
+ /* TLS v1.2 ciphersuites */
995
+ # define TLS1_TXT_RSA_WITH_NULL_SHA256 "NULL-SHA256"
996
+ # define TLS1_TXT_RSA_WITH_AES_128_SHA256 "AES128-SHA256"
997
+ # define TLS1_TXT_RSA_WITH_AES_256_SHA256 "AES256-SHA256"
998
+ # define TLS1_TXT_DH_DSS_WITH_AES_128_SHA256 "DH-DSS-AES128-SHA256"
999
+ # define TLS1_TXT_DH_RSA_WITH_AES_128_SHA256 "DH-RSA-AES128-SHA256"
1000
+ # define TLS1_TXT_DHE_DSS_WITH_AES_128_SHA256 "DHE-DSS-AES128-SHA256"
1001
+ # define TLS1_TXT_DHE_RSA_WITH_AES_128_SHA256 "DHE-RSA-AES128-SHA256"
1002
+ # define TLS1_TXT_DH_DSS_WITH_AES_256_SHA256 "DH-DSS-AES256-SHA256"
1003
+ # define TLS1_TXT_DH_RSA_WITH_AES_256_SHA256 "DH-RSA-AES256-SHA256"
1004
+ # define TLS1_TXT_DHE_DSS_WITH_AES_256_SHA256 "DHE-DSS-AES256-SHA256"
1005
+ # define TLS1_TXT_DHE_RSA_WITH_AES_256_SHA256 "DHE-RSA-AES256-SHA256"
1006
+ # define TLS1_TXT_ADH_WITH_AES_128_SHA256 "ADH-AES128-SHA256"
1007
+ # define TLS1_TXT_ADH_WITH_AES_256_SHA256 "ADH-AES256-SHA256"
1008
+
1009
+ /* TLS v1.2 GCM ciphersuites from RFC5288 */
1010
+ # define TLS1_TXT_RSA_WITH_AES_128_GCM_SHA256 "AES128-GCM-SHA256"
1011
+ # define TLS1_TXT_RSA_WITH_AES_256_GCM_SHA384 "AES256-GCM-SHA384"
1012
+ # define TLS1_TXT_DHE_RSA_WITH_AES_128_GCM_SHA256 "DHE-RSA-AES128-GCM-SHA256"
1013
+ # define TLS1_TXT_DHE_RSA_WITH_AES_256_GCM_SHA384 "DHE-RSA-AES256-GCM-SHA384"
1014
+ # define TLS1_TXT_DH_RSA_WITH_AES_128_GCM_SHA256 "DH-RSA-AES128-GCM-SHA256"
1015
+ # define TLS1_TXT_DH_RSA_WITH_AES_256_GCM_SHA384 "DH-RSA-AES256-GCM-SHA384"
1016
+ # define TLS1_TXT_DHE_DSS_WITH_AES_128_GCM_SHA256 "DHE-DSS-AES128-GCM-SHA256"
1017
+ # define TLS1_TXT_DHE_DSS_WITH_AES_256_GCM_SHA384 "DHE-DSS-AES256-GCM-SHA384"
1018
+ # define TLS1_TXT_DH_DSS_WITH_AES_128_GCM_SHA256 "DH-DSS-AES128-GCM-SHA256"
1019
+ # define TLS1_TXT_DH_DSS_WITH_AES_256_GCM_SHA384 "DH-DSS-AES256-GCM-SHA384"
1020
+ # define TLS1_TXT_ADH_WITH_AES_128_GCM_SHA256 "ADH-AES128-GCM-SHA256"
1021
+ # define TLS1_TXT_ADH_WITH_AES_256_GCM_SHA384 "ADH-AES256-GCM-SHA384"
1022
+
1023
+ /* CCM ciphersuites from RFC6655 */
1024
+ # define TLS1_TXT_RSA_WITH_AES_128_CCM "AES128-CCM"
1025
+ # define TLS1_TXT_RSA_WITH_AES_256_CCM "AES256-CCM"
1026
+ # define TLS1_TXT_DHE_RSA_WITH_AES_128_CCM "DHE-RSA-AES128-CCM"
1027
+ # define TLS1_TXT_DHE_RSA_WITH_AES_256_CCM "DHE-RSA-AES256-CCM"
1028
+
1029
+ # define TLS1_TXT_RSA_WITH_AES_128_CCM_8 "AES128-CCM8"
1030
+ # define TLS1_TXT_RSA_WITH_AES_256_CCM_8 "AES256-CCM8"
1031
+ # define TLS1_TXT_DHE_RSA_WITH_AES_128_CCM_8 "DHE-RSA-AES128-CCM8"
1032
+ # define TLS1_TXT_DHE_RSA_WITH_AES_256_CCM_8 "DHE-RSA-AES256-CCM8"
1033
+
1034
+ # define TLS1_TXT_PSK_WITH_AES_128_CCM "PSK-AES128-CCM"
1035
+ # define TLS1_TXT_PSK_WITH_AES_256_CCM "PSK-AES256-CCM"
1036
+ # define TLS1_TXT_DHE_PSK_WITH_AES_128_CCM "DHE-PSK-AES128-CCM"
1037
+ # define TLS1_TXT_DHE_PSK_WITH_AES_256_CCM "DHE-PSK-AES256-CCM"
1038
+
1039
+ # define TLS1_TXT_PSK_WITH_AES_128_CCM_8 "PSK-AES128-CCM8"
1040
+ # define TLS1_TXT_PSK_WITH_AES_256_CCM_8 "PSK-AES256-CCM8"
1041
+ # define TLS1_TXT_DHE_PSK_WITH_AES_128_CCM_8 "DHE-PSK-AES128-CCM8"
1042
+ # define TLS1_TXT_DHE_PSK_WITH_AES_256_CCM_8 "DHE-PSK-AES256-CCM8"
1043
+
1044
+ /* CCM ciphersuites from RFC7251 */
1045
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_CCM "ECDHE-ECDSA-AES128-CCM"
1046
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_CCM "ECDHE-ECDSA-AES256-CCM"
1047
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_CCM_8 "ECDHE-ECDSA-AES128-CCM8"
1048
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_CCM_8 "ECDHE-ECDSA-AES256-CCM8"
1049
+
1050
+ /* ECDH HMAC based ciphersuites from RFC5289 */
1051
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_SHA256 "ECDHE-ECDSA-AES128-SHA256"
1052
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_SHA384 "ECDHE-ECDSA-AES256-SHA384"
1053
+ # define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_SHA256 "ECDH-ECDSA-AES128-SHA256"
1054
+ # define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_SHA384 "ECDH-ECDSA-AES256-SHA384"
1055
+ # define TLS1_TXT_ECDHE_RSA_WITH_AES_128_SHA256 "ECDHE-RSA-AES128-SHA256"
1056
+ # define TLS1_TXT_ECDHE_RSA_WITH_AES_256_SHA384 "ECDHE-RSA-AES256-SHA384"
1057
+ # define TLS1_TXT_ECDH_RSA_WITH_AES_128_SHA256 "ECDH-RSA-AES128-SHA256"
1058
+ # define TLS1_TXT_ECDH_RSA_WITH_AES_256_SHA384 "ECDH-RSA-AES256-SHA384"
1059
+
1060
+ /* ECDH GCM based ciphersuites from RFC5289 */
1061
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 "ECDHE-ECDSA-AES128-GCM-SHA256"
1062
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 "ECDHE-ECDSA-AES256-GCM-SHA384"
1063
+ # define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 "ECDH-ECDSA-AES128-GCM-SHA256"
1064
+ # define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 "ECDH-ECDSA-AES256-GCM-SHA384"
1065
+ # define TLS1_TXT_ECDHE_RSA_WITH_AES_128_GCM_SHA256 "ECDHE-RSA-AES128-GCM-SHA256"
1066
+ # define TLS1_TXT_ECDHE_RSA_WITH_AES_256_GCM_SHA384 "ECDHE-RSA-AES256-GCM-SHA384"
1067
+ # define TLS1_TXT_ECDH_RSA_WITH_AES_128_GCM_SHA256 "ECDH-RSA-AES128-GCM-SHA256"
1068
+ # define TLS1_TXT_ECDH_RSA_WITH_AES_256_GCM_SHA384 "ECDH-RSA-AES256-GCM-SHA384"
1069
+
1070
+ /* TLS v1.2 PSK GCM ciphersuites from RFC5487 */
1071
+ # define TLS1_TXT_PSK_WITH_AES_128_GCM_SHA256 "PSK-AES128-GCM-SHA256"
1072
+ # define TLS1_TXT_PSK_WITH_AES_256_GCM_SHA384 "PSK-AES256-GCM-SHA384"
1073
+
1074
+ /* ECDHE PSK ciphersuites from RFC 5489 */
1075
+ # define TLS1_TXT_ECDHE_PSK_WITH_RC4_128_SHA "ECDHE-PSK-RC4-SHA"
1076
+ # define TLS1_TXT_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA "ECDHE-PSK-3DES-EDE-CBC-SHA"
1077
+ # define TLS1_TXT_ECDHE_PSK_WITH_AES_128_CBC_SHA "ECDHE-PSK-AES128-CBC-SHA"
1078
+ # define TLS1_TXT_ECDHE_PSK_WITH_AES_256_CBC_SHA "ECDHE-PSK-AES256-CBC-SHA"
1079
+
1080
+ # define TLS1_TXT_ECDHE_PSK_WITH_AES_128_CBC_SHA256 "ECDHE-PSK-AES128-CBC-SHA256"
1081
+ # define TLS1_TXT_ECDHE_PSK_WITH_AES_256_CBC_SHA384 "ECDHE-PSK-AES256-CBC-SHA384"
1082
+
1083
+ # define TLS1_TXT_ECDHE_PSK_WITH_NULL_SHA "ECDHE-PSK-NULL-SHA"
1084
+ # define TLS1_TXT_ECDHE_PSK_WITH_NULL_SHA256 "ECDHE-PSK-NULL-SHA256"
1085
+ # define TLS1_TXT_ECDHE_PSK_WITH_NULL_SHA384 "ECDHE-PSK-NULL-SHA384"
1086
+
1087
+ /* Camellia-CBC ciphersuites from RFC6367 */
1088
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 "ECDHE-ECDSA-CAMELLIA128-SHA256"
1089
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 "ECDHE-ECDSA-CAMELLIA256-SHA384"
1090
+ # define TLS1_TXT_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 "ECDH-ECDSA-CAMELLIA128-SHA256"
1091
+ # define TLS1_TXT_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 "ECDH-ECDSA-CAMELLIA256-SHA384"
1092
+ # define TLS1_TXT_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 "ECDHE-RSA-CAMELLIA128-SHA256"
1093
+ # define TLS1_TXT_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 "ECDHE-RSA-CAMELLIA256-SHA384"
1094
+ # define TLS1_TXT_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 "ECDH-RSA-CAMELLIA128-SHA256"
1095
+ # define TLS1_TXT_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 "ECDH-RSA-CAMELLIA256-SHA384"
1096
+
1097
+ /* draft-ietf-tls-chacha20-poly1305-03 */
1098
+ # define TLS1_TXT_ECDHE_RSA_WITH_CHACHA20_POLY1305 "ECDHE-RSA-CHACHA20-POLY1305"
1099
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 "ECDHE-ECDSA-CHACHA20-POLY1305"
1100
+ # define TLS1_TXT_DHE_RSA_WITH_CHACHA20_POLY1305 "DHE-RSA-CHACHA20-POLY1305"
1101
+ # define TLS1_TXT_PSK_WITH_CHACHA20_POLY1305 "PSK-CHACHA20-POLY1305"
1102
+ # define TLS1_TXT_ECDHE_PSK_WITH_CHACHA20_POLY1305 "ECDHE-PSK-CHACHA20-POLY1305"
1103
+ # define TLS1_TXT_DHE_PSK_WITH_CHACHA20_POLY1305 "DHE-PSK-CHACHA20-POLY1305"
1104
+ # define TLS1_TXT_RSA_PSK_WITH_CHACHA20_POLY1305 "RSA-PSK-CHACHA20-POLY1305"
1105
+
1106
+ /* Aria ciphersuites from RFC6209 */
1107
+ # define TLS1_TXT_RSA_WITH_ARIA_128_GCM_SHA256 "ARIA128-GCM-SHA256"
1108
+ # define TLS1_TXT_RSA_WITH_ARIA_256_GCM_SHA384 "ARIA256-GCM-SHA384"
1109
+ # define TLS1_TXT_DHE_RSA_WITH_ARIA_128_GCM_SHA256 "DHE-RSA-ARIA128-GCM-SHA256"
1110
+ # define TLS1_TXT_DHE_RSA_WITH_ARIA_256_GCM_SHA384 "DHE-RSA-ARIA256-GCM-SHA384"
1111
+ # define TLS1_TXT_DH_RSA_WITH_ARIA_128_GCM_SHA256 "DH-RSA-ARIA128-GCM-SHA256"
1112
+ # define TLS1_TXT_DH_RSA_WITH_ARIA_256_GCM_SHA384 "DH-RSA-ARIA256-GCM-SHA384"
1113
+ # define TLS1_TXT_DHE_DSS_WITH_ARIA_128_GCM_SHA256 "DHE-DSS-ARIA128-GCM-SHA256"
1114
+ # define TLS1_TXT_DHE_DSS_WITH_ARIA_256_GCM_SHA384 "DHE-DSS-ARIA256-GCM-SHA384"
1115
+ # define TLS1_TXT_DH_DSS_WITH_ARIA_128_GCM_SHA256 "DH-DSS-ARIA128-GCM-SHA256"
1116
+ # define TLS1_TXT_DH_DSS_WITH_ARIA_256_GCM_SHA384 "DH-DSS-ARIA256-GCM-SHA384"
1117
+ # define TLS1_TXT_DH_anon_WITH_ARIA_128_GCM_SHA256 "ADH-ARIA128-GCM-SHA256"
1118
+ # define TLS1_TXT_DH_anon_WITH_ARIA_256_GCM_SHA384 "ADH-ARIA256-GCM-SHA384"
1119
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 "ECDHE-ECDSA-ARIA128-GCM-SHA256"
1120
+ # define TLS1_TXT_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 "ECDHE-ECDSA-ARIA256-GCM-SHA384"
1121
+ # define TLS1_TXT_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 "ECDH-ECDSA-ARIA128-GCM-SHA256"
1122
+ # define TLS1_TXT_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 "ECDH-ECDSA-ARIA256-GCM-SHA384"
1123
+ # define TLS1_TXT_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 "ECDHE-ARIA128-GCM-SHA256"
1124
+ # define TLS1_TXT_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 "ECDHE-ARIA256-GCM-SHA384"
1125
+ # define TLS1_TXT_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 "ECDH-ARIA128-GCM-SHA256"
1126
+ # define TLS1_TXT_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 "ECDH-ARIA256-GCM-SHA384"
1127
+ # define TLS1_TXT_PSK_WITH_ARIA_128_GCM_SHA256 "PSK-ARIA128-GCM-SHA256"
1128
+ # define TLS1_TXT_PSK_WITH_ARIA_256_GCM_SHA384 "PSK-ARIA256-GCM-SHA384"
1129
+ # define TLS1_TXT_DHE_PSK_WITH_ARIA_128_GCM_SHA256 "DHE-PSK-ARIA128-GCM-SHA256"
1130
+ # define TLS1_TXT_DHE_PSK_WITH_ARIA_256_GCM_SHA384 "DHE-PSK-ARIA256-GCM-SHA384"
1131
+ # define TLS1_TXT_RSA_PSK_WITH_ARIA_128_GCM_SHA256 "RSA-PSK-ARIA128-GCM-SHA256"
1132
+ # define TLS1_TXT_RSA_PSK_WITH_ARIA_256_GCM_SHA384 "RSA-PSK-ARIA256-GCM-SHA384"
1133
+
1134
+ # define TLS_CT_RSA_SIGN 1
1135
+ # define TLS_CT_DSS_SIGN 2
1136
+ # define TLS_CT_RSA_FIXED_DH 3
1137
+ # define TLS_CT_DSS_FIXED_DH 4
1138
+ # define TLS_CT_ECDSA_SIGN 64
1139
+ # define TLS_CT_RSA_FIXED_ECDH 65
1140
+ # define TLS_CT_ECDSA_FIXED_ECDH 66
1141
+ # define TLS_CT_GOST01_SIGN 22
1142
+ # define TLS_CT_GOST12_SIGN 238
1143
+ # define TLS_CT_GOST12_512_SIGN 239
1144
+
1145
+ /*
1146
+ * when correcting this number, correct also SSL3_CT_NUMBER in ssl3.h (see
1147
+ * comment there)
1148
+ */
1149
+ # define TLS_CT_NUMBER 10
1150
+
1151
+ # if defined(SSL3_CT_NUMBER)
1152
+ # if TLS_CT_NUMBER != SSL3_CT_NUMBER
1153
+ # error "SSL/TLS CT_NUMBER values do not match"
1154
+ # endif
1155
+ # endif
1156
+
1157
+ # define TLS1_FINISH_MAC_LENGTH 12
1158
+
1159
+ # define TLS_MD_MAX_CONST_SIZE 22
1160
+ # define TLS_MD_CLIENT_FINISH_CONST "client finished"
1161
+ # define TLS_MD_CLIENT_FINISH_CONST_SIZE 15
1162
+ # define TLS_MD_SERVER_FINISH_CONST "server finished"
1163
+ # define TLS_MD_SERVER_FINISH_CONST_SIZE 15
1164
+ # define TLS_MD_KEY_EXPANSION_CONST "key expansion"
1165
+ # define TLS_MD_KEY_EXPANSION_CONST_SIZE 13
1166
+ # define TLS_MD_CLIENT_WRITE_KEY_CONST "client write key"
1167
+ # define TLS_MD_CLIENT_WRITE_KEY_CONST_SIZE 16
1168
+ # define TLS_MD_SERVER_WRITE_KEY_CONST "server write key"
1169
+ # define TLS_MD_SERVER_WRITE_KEY_CONST_SIZE 16
1170
+ # define TLS_MD_IV_BLOCK_CONST "IV block"
1171
+ # define TLS_MD_IV_BLOCK_CONST_SIZE 8
1172
+ # define TLS_MD_MASTER_SECRET_CONST "master secret"
1173
+ # define TLS_MD_MASTER_SECRET_CONST_SIZE 13
1174
+ # define TLS_MD_EXTENDED_MASTER_SECRET_CONST "extended master secret"
1175
+ # define TLS_MD_EXTENDED_MASTER_SECRET_CONST_SIZE 22
1176
+
1177
+ # ifdef CHARSET_EBCDIC
1178
+ # undef TLS_MD_CLIENT_FINISH_CONST
1179
+ /*
1180
+ * client finished
1181
+ */
1182
+ # define TLS_MD_CLIENT_FINISH_CONST "\x63\x6c\x69\x65\x6e\x74\x20\x66\x69\x6e\x69\x73\x68\x65\x64"
1183
+
1184
+ # undef TLS_MD_SERVER_FINISH_CONST
1185
+ /*
1186
+ * server finished
1187
+ */
1188
+ # define TLS_MD_SERVER_FINISH_CONST "\x73\x65\x72\x76\x65\x72\x20\x66\x69\x6e\x69\x73\x68\x65\x64"
1189
+
1190
+ # undef TLS_MD_SERVER_WRITE_KEY_CONST
1191
+ /*
1192
+ * server write key
1193
+ */
1194
+ # define TLS_MD_SERVER_WRITE_KEY_CONST "\x73\x65\x72\x76\x65\x72\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79"
1195
+
1196
+ # undef TLS_MD_KEY_EXPANSION_CONST
1197
+ /*
1198
+ * key expansion
1199
+ */
1200
+ # define TLS_MD_KEY_EXPANSION_CONST "\x6b\x65\x79\x20\x65\x78\x70\x61\x6e\x73\x69\x6f\x6e"
1201
+
1202
+ # undef TLS_MD_CLIENT_WRITE_KEY_CONST
1203
+ /*
1204
+ * client write key
1205
+ */
1206
+ # define TLS_MD_CLIENT_WRITE_KEY_CONST "\x63\x6c\x69\x65\x6e\x74\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79"
1207
+
1208
+ # undef TLS_MD_SERVER_WRITE_KEY_CONST
1209
+ /*
1210
+ * server write key
1211
+ */
1212
+ # define TLS_MD_SERVER_WRITE_KEY_CONST "\x73\x65\x72\x76\x65\x72\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79"
1213
+
1214
+ # undef TLS_MD_IV_BLOCK_CONST
1215
+ /*
1216
+ * IV block
1217
+ */
1218
+ # define TLS_MD_IV_BLOCK_CONST "\x49\x56\x20\x62\x6c\x6f\x63\x6b"
1219
+
1220
+ # undef TLS_MD_MASTER_SECRET_CONST
1221
+ /*
1222
+ * master secret
1223
+ */
1224
+ # define TLS_MD_MASTER_SECRET_CONST "\x6d\x61\x73\x74\x65\x72\x20\x73\x65\x63\x72\x65\x74"
1225
+ # undef TLS_MD_EXTENDED_MASTER_SECRET_CONST
1226
+ /*
1227
+ * extended master secret
1228
+ */
1229
+ # define TLS_MD_EXTENDED_MASTER_SECRET_CONST "\x65\x78\x74\x65\x6e\x64\x65\x64\x20\x6d\x61\x73\x74\x65\x72\x20\x73\x65\x63\x72\x65\x74"
1230
+ # endif
1231
+
1232
+ /* TLS Session Ticket extension struct */
1233
+ struct tls_session_ticket_ext_st {
1234
+ unsigned short length;
1235
+ void *data;
1236
+ };
1237
+
1238
+ #ifdef __cplusplus
1239
+ }
1240
+ #endif
1241
+ #endif