node-linux-armv7l 17.7.2 → 17.9.1

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 (337) hide show
  1. package/CHANGELOG.md +219 -0
  2. package/README.md +13 -19
  3. package/bin/node +0 -0
  4. package/include/node/common.gypi +6 -2
  5. package/include/node/config.gypi +2 -5
  6. package/include/node/js_native_api.h +35 -46
  7. package/include/node/js_native_api_types.h +3 -6
  8. package/include/node/node_api.h +53 -60
  9. package/include/node/node_api_types.h +1 -2
  10. package/include/node/node_version.h +2 -2
  11. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/crypto.h +2 -0
  13. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  14. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +11 -0
  15. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/x509.h +4 -4
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/crypto.h +2 -0
  18. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  19. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +11 -0
  20. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/x509.h +4 -4
  21. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/crypto.h +2 -0
  23. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  24. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +11 -0
  25. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/x509.h +4 -4
  26. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/crypto.h +2 -0
  28. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  29. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +11 -0
  30. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/x509.h +4 -4
  31. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/crypto.h +2 -0
  33. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  34. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +11 -0
  35. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/x509.h +4 -4
  36. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/crypto.h +2 -0
  38. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  39. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +11 -0
  40. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/x509.h +4 -4
  41. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/crypto.h +2 -0
  43. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  44. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +11 -0
  45. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509.h +4 -4
  46. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/crypto.h +2 -0
  48. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  49. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +11 -0
  50. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/x509.h +4 -4
  51. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/crypto.h +2 -0
  53. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  54. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +11 -0
  55. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/x509.h +4 -4
  56. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/crypto.h +2 -0
  58. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  59. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +11 -0
  60. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/x509.h +4 -4
  61. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/crypto.h +2 -0
  63. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  64. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +11 -0
  65. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509.h +4 -4
  66. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/crypto.h +2 -0
  68. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  69. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +11 -0
  70. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/x509.h +4 -4
  71. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/crypto.h +2 -0
  73. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  74. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +11 -0
  75. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/x509.h +4 -4
  76. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crypto.h +2 -0
  78. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslv.h +5 -5
  79. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ssl.h +11 -0
  80. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509.h +4 -4
  81. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  82. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crypto.h +2 -0
  83. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  84. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ssl.h +11 -0
  85. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509.h +4 -4
  86. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  87. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crypto.h +2 -0
  88. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslv.h +5 -5
  89. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ssl.h +11 -0
  90. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509.h +4 -4
  91. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  92. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/crypto.h +2 -0
  93. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  94. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +11 -0
  95. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/x509.h +4 -4
  96. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  97. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/crypto.h +2 -0
  98. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  99. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +11 -0
  100. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/x509.h +4 -4
  101. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/crypto.h +2 -0
  103. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  104. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +11 -0
  105. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/x509.h +4 -4
  106. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/crypto.h +2 -0
  108. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  109. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +11 -0
  110. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/x509.h +4 -4
  111. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  112. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/crypto.h +2 -0
  113. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  114. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +11 -0
  115. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/x509.h +4 -4
  116. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  117. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/crypto.h +2 -0
  118. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  119. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +11 -0
  120. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/x509.h +4 -4
  121. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/crypto.h +2 -0
  123. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  124. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +11 -0
  125. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/x509.h +4 -4
  126. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  127. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/crypto.h +2 -0
  128. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  129. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +11 -0
  130. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/x509.h +4 -4
  131. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  132. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/crypto.h +2 -0
  133. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  134. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +11 -0
  135. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/x509.h +4 -4
  136. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  137. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/crypto.h +2 -0
  138. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  139. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +11 -0
  140. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/x509.h +4 -4
  141. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  142. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/crypto.h +2 -0
  143. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  144. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +11 -0
  145. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509.h +4 -4
  146. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  147. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/crypto.h +2 -0
  148. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  149. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +11 -0
  150. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/x509.h +4 -4
  151. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  152. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/crypto.h +2 -0
  153. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  154. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +11 -0
  155. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509.h +4 -4
  156. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  157. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/crypto.h +2 -0
  158. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  159. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +11 -0
  160. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/x509.h +4 -4
  161. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  162. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/crypto.h +2 -0
  163. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  164. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +11 -0
  165. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/x509.h +4 -4
  166. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  167. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/crypto.h +2 -0
  168. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  169. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +11 -0
  170. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/x509.h +4 -4
  171. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  172. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/crypto.h +2 -0
  173. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  174. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +11 -0
  175. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/x509.h +4 -4
  176. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  177. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/crypto.h +2 -0
  178. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  179. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +11 -0
  180. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/x509.h +4 -4
  181. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  182. package/include/node/openssl/archs/linux-elf/asm/include/openssl/crypto.h +2 -0
  183. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  184. package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +11 -0
  185. package/include/node/openssl/archs/linux-elf/asm/include/openssl/x509.h +4 -4
  186. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  187. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/crypto.h +2 -0
  188. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  189. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +11 -0
  190. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/x509.h +4 -4
  191. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  192. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/crypto.h +2 -0
  193. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  194. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +11 -0
  195. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/x509.h +4 -4
  196. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  197. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crypto.h +2 -0
  198. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslv.h +5 -5
  199. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ssl.h +11 -0
  200. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509.h +4 -4
  201. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  202. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crypto.h +2 -0
  203. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslv.h +5 -5
  204. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ssl.h +11 -0
  205. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509.h +4 -4
  206. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  207. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crypto.h +2 -0
  208. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslv.h +5 -5
  209. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ssl.h +11 -0
  210. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509.h +4 -4
  211. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  212. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crypto.h +2 -0
  213. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslv.h +5 -5
  214. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ssl.h +11 -0
  215. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509.h +4 -4
  216. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  217. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crypto.h +2 -0
  218. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslv.h +5 -5
  219. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ssl.h +11 -0
  220. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509.h +4 -4
  221. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  222. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crypto.h +2 -0
  223. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslv.h +5 -5
  224. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ssl.h +11 -0
  225. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509.h +4 -4
  226. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  227. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/crypto.h +2 -0
  228. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  229. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +11 -0
  230. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509.h +4 -4
  231. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  232. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/crypto.h +2 -0
  233. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  234. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +11 -0
  235. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/x509.h +4 -4
  236. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  237. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/crypto.h +2 -0
  238. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  239. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +11 -0
  240. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/x509.h +4 -4
  241. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  242. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/crypto.h +2 -0
  243. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  244. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +11 -0
  245. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/x509.h +4 -4
  246. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  247. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/crypto.h +2 -0
  248. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  249. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +11 -0
  250. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/x509.h +4 -4
  251. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  252. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/crypto.h +2 -0
  253. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  254. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +11 -0
  255. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/x509.h +4 -4
  256. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  257. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/crypto.h +2 -0
  258. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  259. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +11 -0
  260. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509.h +4 -4
  261. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  262. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/crypto.h +2 -0
  263. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  264. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +11 -0
  265. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/x509.h +4 -4
  266. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  267. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/crypto.h +2 -0
  268. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  269. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +11 -0
  270. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/x509.h +4 -4
  271. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  272. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/crypto.h +2 -0
  273. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  274. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +11 -0
  275. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509.h +4 -4
  276. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  277. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/crypto.h +2 -0
  278. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  279. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +11 -0
  280. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/x509.h +4 -4
  281. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  282. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/crypto.h +2 -0
  283. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  284. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +11 -0
  285. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/x509.h +4 -4
  286. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  287. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/crypto.h +2 -0
  288. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  289. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +11 -0
  290. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/x509.h +4 -4
  291. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  292. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/crypto.h +2 -0
  293. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  294. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +11 -0
  295. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509.h +4 -4
  296. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  297. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/crypto.h +2 -0
  298. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  299. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +11 -0
  300. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/x509.h +4 -4
  301. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  302. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/crypto.h +2 -0
  303. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  304. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +11 -0
  305. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/x509.h +4 -4
  306. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  307. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/crypto.h +2 -0
  308. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  309. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +11 -0
  310. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/x509.h +4 -4
  311. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  312. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/crypto.h +2 -0
  313. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  314. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +11 -0
  315. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/x509.h +4 -4
  316. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  317. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/crypto.h +2 -0
  318. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  319. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +11 -0
  320. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/x509.h +4 -4
  321. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  322. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/crypto.h +2 -0
  323. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  324. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +11 -0
  325. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/x509.h +4 -4
  326. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  327. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/crypto.h +2 -0
  328. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  329. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +11 -0
  330. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/x509.h +4 -4
  331. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  332. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/crypto.h +2 -0
  333. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  334. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +11 -0
  335. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509.h +4 -4
  336. package/include/node/openssl/ecerr.h +2 -1
  337. package/package.json +1 -1
@@ -2,12 +2,12 @@
2
2
  #define SRC_NODE_API_H_
3
3
 
4
4
  #ifdef BUILDING_NODE_EXTENSION
5
- #ifdef _WIN32
6
- // Building native module against node
7
- #define NAPI_EXTERN __declspec(dllimport)
8
- #elif defined(__wasm32__)
9
- #define NAPI_EXTERN __attribute__((__import_module__("napi")))
10
- #endif
5
+ #ifdef _WIN32
6
+ // Building native module against node
7
+ #define NAPI_EXTERN __declspec(dllimport)
8
+ #elif defined(__wasm32__)
9
+ #define NAPI_EXTERN __attribute__((__import_module__("napi")))
10
+ #endif
11
11
  #endif
12
12
  #include "js_native_api.h"
13
13
  #include "node_api_types.h"
@@ -15,17 +15,17 @@
15
15
  struct uv_loop_s; // Forward declaration.
16
16
 
17
17
  #ifdef _WIN32
18
- # define NAPI_MODULE_EXPORT __declspec(dllexport)
18
+ #define NAPI_MODULE_EXPORT __declspec(dllexport)
19
19
  #else
20
- # define NAPI_MODULE_EXPORT __attribute__((visibility("default")))
20
+ #define NAPI_MODULE_EXPORT __attribute__((visibility("default")))
21
21
  #endif
22
22
 
23
23
  #if defined(__GNUC__)
24
- # define NAPI_NO_RETURN __attribute__((noreturn))
24
+ #define NAPI_NO_RETURN __attribute__((noreturn))
25
25
  #elif defined(_WIN32)
26
- # define NAPI_NO_RETURN __declspec(noreturn)
26
+ #define NAPI_NO_RETURN __declspec(noreturn)
27
27
  #else
28
- # define NAPI_NO_RETURN
28
+ #define NAPI_NO_RETURN
29
29
  #endif
30
30
 
31
31
  typedef napi_value (*napi_addon_register_func)(napi_env env,
@@ -41,36 +41,33 @@ typedef struct napi_module {
41
41
  void* reserved[4];
42
42
  } napi_module;
43
43
 
44
- #define NAPI_MODULE_VERSION 1
44
+ #define NAPI_MODULE_VERSION 1
45
45
 
46
46
  #if defined(_MSC_VER)
47
47
  #pragma section(".CRT$XCU", read)
48
- #define NAPI_C_CTOR(fn) \
49
- static void __cdecl fn(void); \
50
- __declspec(dllexport, allocate(".CRT$XCU")) void(__cdecl * fn##_)(void) = \
51
- fn; \
48
+ #define NAPI_C_CTOR(fn) \
49
+ static void __cdecl fn(void); \
50
+ __declspec(dllexport, allocate(".CRT$XCU")) void(__cdecl * fn##_)(void) = \
51
+ fn; \
52
52
  static void __cdecl fn(void)
53
53
  #else
54
- #define NAPI_C_CTOR(fn) \
55
- static void fn(void) __attribute__((constructor)); \
54
+ #define NAPI_C_CTOR(fn) \
55
+ static void fn(void) __attribute__((constructor)); \
56
56
  static void fn(void)
57
57
  #endif
58
58
 
59
- #define NAPI_MODULE_X(modname, regfunc, priv, flags) \
60
- EXTERN_C_START \
61
- static napi_module _module = \
62
- { \
63
- NAPI_MODULE_VERSION, \
64
- flags, \
65
- __FILE__, \
66
- regfunc, \
67
- #modname, \
68
- priv, \
69
- {0}, \
70
- }; \
71
- NAPI_C_CTOR(_register_ ## modname) { \
72
- napi_module_register(&_module); \
73
- } \
59
+ #define NAPI_MODULE_X(modname, regfunc, priv, flags) \
60
+ EXTERN_C_START \
61
+ static napi_module _module = { \
62
+ NAPI_MODULE_VERSION, \
63
+ flags, \
64
+ __FILE__, \
65
+ regfunc, \
66
+ #modname, \
67
+ priv, \
68
+ {0}, \
69
+ }; \
70
+ NAPI_C_CTOR(_register_##modname) { napi_module_register(&_module); } \
74
71
  EXTERN_C_END
75
72
 
76
73
  #define NAPI_MODULE_INITIALIZER_X(base, version) \
@@ -88,24 +85,22 @@ typedef struct napi_module {
88
85
  } \
89
86
  EXTERN_C_END
90
87
  #else
91
- #define NAPI_MODULE(modname, regfunc) \
88
+ #define NAPI_MODULE(modname, regfunc) \
92
89
  NAPI_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
93
90
  #endif
94
91
 
95
92
  #define NAPI_MODULE_INITIALIZER_BASE napi_register_module_v
96
93
 
97
- #define NAPI_MODULE_INITIALIZER \
98
- NAPI_MODULE_INITIALIZER_X(NAPI_MODULE_INITIALIZER_BASE, \
99
- NAPI_MODULE_VERSION)
94
+ #define NAPI_MODULE_INITIALIZER \
95
+ NAPI_MODULE_INITIALIZER_X(NAPI_MODULE_INITIALIZER_BASE, NAPI_MODULE_VERSION)
100
96
 
101
- #define NAPI_MODULE_INIT() \
102
- EXTERN_C_START \
103
- NAPI_MODULE_EXPORT napi_value \
104
- NAPI_MODULE_INITIALIZER(napi_env env, napi_value exports); \
105
- EXTERN_C_END \
106
- NAPI_MODULE(NODE_GYP_MODULE_NAME, NAPI_MODULE_INITIALIZER) \
107
- napi_value NAPI_MODULE_INITIALIZER(napi_env env, \
108
- napi_value exports)
97
+ #define NAPI_MODULE_INIT() \
98
+ EXTERN_C_START \
99
+ NAPI_MODULE_EXPORT napi_value NAPI_MODULE_INITIALIZER(napi_env env, \
100
+ napi_value exports); \
101
+ EXTERN_C_END \
102
+ NAPI_MODULE(NODE_GYP_MODULE_NAME, NAPI_MODULE_INITIALIZER) \
103
+ napi_value NAPI_MODULE_INITIALIZER(napi_env env, napi_value exports)
109
104
 
110
105
  EXTERN_C_START
111
106
 
@@ -225,9 +220,8 @@ napi_create_threadsafe_function(napi_env env,
225
220
  napi_threadsafe_function_call_js call_js_cb,
226
221
  napi_threadsafe_function* result);
227
222
 
228
- NAPI_EXTERN napi_status
229
- napi_get_threadsafe_function_context(napi_threadsafe_function func,
230
- void** result);
223
+ NAPI_EXTERN napi_status napi_get_threadsafe_function_context(
224
+ napi_threadsafe_function func, void** result);
231
225
 
232
226
  NAPI_EXTERN napi_status
233
227
  napi_call_threadsafe_function(napi_threadsafe_function func,
@@ -237,9 +231,8 @@ napi_call_threadsafe_function(napi_threadsafe_function func,
237
231
  NAPI_EXTERN napi_status
238
232
  napi_acquire_threadsafe_function(napi_threadsafe_function func);
239
233
 
240
- NAPI_EXTERN napi_status
241
- napi_release_threadsafe_function(napi_threadsafe_function func,
242
- napi_threadsafe_function_release_mode mode);
234
+ NAPI_EXTERN napi_status napi_release_threadsafe_function(
235
+ napi_threadsafe_function func, napi_threadsafe_function_release_mode mode);
243
236
 
244
237
  NAPI_EXTERN napi_status
245
238
  napi_unref_threadsafe_function(napi_env env, napi_threadsafe_function func);
@@ -252,21 +245,21 @@ napi_ref_threadsafe_function(napi_env env, napi_threadsafe_function func);
252
245
 
253
246
  #if NAPI_VERSION >= 8
254
247
 
255
- NAPI_EXTERN napi_status napi_add_async_cleanup_hook(
256
- napi_env env,
257
- napi_async_cleanup_hook hook,
258
- void* arg,
259
- napi_async_cleanup_hook_handle* remove_handle);
248
+ NAPI_EXTERN napi_status
249
+ napi_add_async_cleanup_hook(napi_env env,
250
+ napi_async_cleanup_hook hook,
251
+ void* arg,
252
+ napi_async_cleanup_hook_handle* remove_handle);
260
253
 
261
- NAPI_EXTERN napi_status napi_remove_async_cleanup_hook(
262
- napi_async_cleanup_hook_handle remove_handle);
254
+ NAPI_EXTERN napi_status
255
+ napi_remove_async_cleanup_hook(napi_async_cleanup_hook_handle remove_handle);
263
256
 
264
257
  #endif // NAPI_VERSION >= 8
265
258
 
266
259
  #ifdef NAPI_EXPERIMENTAL
267
260
 
268
- NAPI_EXTERN napi_status
269
- node_api_get_module_file_name(napi_env env, const char** result);
261
+ NAPI_EXTERN napi_status node_api_get_module_file_name(napi_env env,
262
+ const char** result);
270
263
 
271
264
  #endif // NAPI_EXPERIMENTAL
272
265
 
@@ -22,8 +22,7 @@ typedef enum {
22
22
  } napi_threadsafe_function_call_mode;
23
23
  #endif // NAPI_VERSION >= 4
24
24
 
25
- typedef void (*napi_async_execute_callback)(napi_env env,
26
- void* data);
25
+ typedef void (*napi_async_execute_callback)(napi_env env, void* data);
27
26
  typedef void (*napi_async_complete_callback)(napi_env env,
28
27
  napi_status status,
29
28
  void* data);
@@ -23,8 +23,8 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 17
26
- #define NODE_MINOR_VERSION 7
27
- #define NODE_PATCH_VERSION 2
26
+ #define NODE_MINOR_VERSION 9
27
+ #define NODE_PATCH_VERSION 1
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
30
30
  #define NODE_VERSION_LTS_CODENAME ""
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Wed Mar 16 04:51:37 2022 UTC"
14
+ #define DATE "built on: Mon May 9 19:43:59 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -132,6 +132,8 @@ int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
132
132
  const char *str, const char sep);
133
133
  unsigned char *OPENSSL_hexstr2buf(const char *str, long *buflen);
134
134
  int OPENSSL_hexchar2int(unsigned char c);
135
+ int OPENSSL_strcasecmp(const char *s1, const char *s2);
136
+ int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t n);
135
137
 
136
138
  # define OPENSSL_MALLOC_MAX_NELEMS(type) (((1U<<(sizeof(int)*8-1))-1)/sizeof(type))
137
139
 
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 2
32
+ # define OPENSSL_VERSION_PATCH 3
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.2"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.2+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.3"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.3+quic"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "15 Mar 2022"
85
+ # define OPENSSL_RELEASE_DATE "3 May 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.2+quic 15 Mar 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.3+quic 3 May 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -1381,6 +1381,8 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1381
1381
  # define SSL_CTRL_GET_TMP_KEY 133
1382
1382
  # define SSL_CTRL_GET_NEGOTIATED_GROUP 134
1383
1383
  # define SSL_CTRL_SET_RETRY_VERIFY 136
1384
+ # define SSL_CTRL_GET_VERIFY_CERT_STORE 137
1385
+ # define SSL_CTRL_GET_CHAIN_CERT_STORE 138
1384
1386
  # define SSL_CERT_SET_FIRST 1
1385
1387
  # define SSL_CERT_SET_NEXT 2
1386
1388
  # define SSL_CERT_SET_SERVER 3
@@ -1442,10 +1444,14 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1442
1444
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1443
1445
  # define SSL_CTX_set1_verify_cert_store(ctx,st) \
1444
1446
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1447
+ # define SSL_CTX_get0_verify_cert_store(ctx,st) \
1448
+ SSL_CTX_ctrl(ctx,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1445
1449
  # define SSL_CTX_set0_chain_cert_store(ctx,st) \
1446
1450
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1447
1451
  # define SSL_CTX_set1_chain_cert_store(ctx,st) \
1448
1452
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1453
+ # define SSL_CTX_get0_chain_cert_store(ctx,st) \
1454
+ SSL_CTX_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1449
1455
  # define SSL_set0_chain(s,sk) \
1450
1456
  SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk))
1451
1457
  # define SSL_set1_chain(s,sk) \
@@ -1468,10 +1474,15 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1468
1474
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1469
1475
  # define SSL_set1_verify_cert_store(s,st) \
1470
1476
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1477
+ #define SSL_get0_verify_cert_store(s,st) \
1478
+ SSL_ctrl(s,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1471
1479
  # define SSL_set0_chain_cert_store(s,st) \
1472
1480
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1473
1481
  # define SSL_set1_chain_cert_store(s,st) \
1474
1482
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1483
+ #define SSL_get0_chain_cert_store(s,st) \
1484
+ SSL_ctrl(s,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1485
+
1475
1486
  # define SSL_get1_groups(s, glist) \
1476
1487
  SSL_ctrl(s,SSL_CTRL_GET_GROUPS,0,(int*)(glist))
1477
1488
  # define SSL_CTX_set1_groups(ctx, glist, glistlen) \
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/x509.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  *
8
8
  * Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -552,11 +552,11 @@ int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
552
552
  X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout);
553
553
  X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout);
554
554
  # ifndef OPENSSL_NO_DEPRECATED_3_0
555
- # include <openssl/ocsp.h> /* OCSP_REQ_CTX_nbio_d2i */
555
+ # include <openssl/http.h> /* OSSL_HTTP_REQ_CTX_nbio_d2i */
556
556
  # define X509_http_nbio(rctx, pcert) \
557
- OCSP_REQ_CTX_nbio_d2i(rctx, pcert, ASN1_ITEM_rptr(X509))
557
+ OSSL_HTTP_REQ_CTX_nbio_d2i(rctx, pcert, ASN1_ITEM_rptr(X509))
558
558
  # define X509_CRL_http_nbio(rctx, pcrl) \
559
- OCSP_REQ_CTX_nbio_d2i(rctx, pcrl, ASN1_ITEM_rptr(X509_CRL))
559
+ OSSL_HTTP_REQ_CTX_nbio_d2i(rctx, pcrl, ASN1_ITEM_rptr(X509_CRL))
560
560
  # endif
561
561
 
562
562
  # ifndef OPENSSL_NO_STDIO
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Wed Mar 16 04:51:50 2022 UTC"
14
+ #define DATE "built on: Mon May 9 19:44:08 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -132,6 +132,8 @@ int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
132
132
  const char *str, const char sep);
133
133
  unsigned char *OPENSSL_hexstr2buf(const char *str, long *buflen);
134
134
  int OPENSSL_hexchar2int(unsigned char c);
135
+ int OPENSSL_strcasecmp(const char *s1, const char *s2);
136
+ int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t n);
135
137
 
136
138
  # define OPENSSL_MALLOC_MAX_NELEMS(type) (((1U<<(sizeof(int)*8-1))-1)/sizeof(type))
137
139
 
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 2
32
+ # define OPENSSL_VERSION_PATCH 3
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.2"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.2+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.3"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.3+quic"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "15 Mar 2022"
85
+ # define OPENSSL_RELEASE_DATE "3 May 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.2+quic 15 Mar 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.3+quic 3 May 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -1381,6 +1381,8 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1381
1381
  # define SSL_CTRL_GET_TMP_KEY 133
1382
1382
  # define SSL_CTRL_GET_NEGOTIATED_GROUP 134
1383
1383
  # define SSL_CTRL_SET_RETRY_VERIFY 136
1384
+ # define SSL_CTRL_GET_VERIFY_CERT_STORE 137
1385
+ # define SSL_CTRL_GET_CHAIN_CERT_STORE 138
1384
1386
  # define SSL_CERT_SET_FIRST 1
1385
1387
  # define SSL_CERT_SET_NEXT 2
1386
1388
  # define SSL_CERT_SET_SERVER 3
@@ -1442,10 +1444,14 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1442
1444
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1443
1445
  # define SSL_CTX_set1_verify_cert_store(ctx,st) \
1444
1446
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1447
+ # define SSL_CTX_get0_verify_cert_store(ctx,st) \
1448
+ SSL_CTX_ctrl(ctx,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1445
1449
  # define SSL_CTX_set0_chain_cert_store(ctx,st) \
1446
1450
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1447
1451
  # define SSL_CTX_set1_chain_cert_store(ctx,st) \
1448
1452
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1453
+ # define SSL_CTX_get0_chain_cert_store(ctx,st) \
1454
+ SSL_CTX_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1449
1455
  # define SSL_set0_chain(s,sk) \
1450
1456
  SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk))
1451
1457
  # define SSL_set1_chain(s,sk) \
@@ -1468,10 +1474,15 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1468
1474
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1469
1475
  # define SSL_set1_verify_cert_store(s,st) \
1470
1476
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1477
+ #define SSL_get0_verify_cert_store(s,st) \
1478
+ SSL_ctrl(s,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1471
1479
  # define SSL_set0_chain_cert_store(s,st) \
1472
1480
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1473
1481
  # define SSL_set1_chain_cert_store(s,st) \
1474
1482
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1483
+ #define SSL_get0_chain_cert_store(s,st) \
1484
+ SSL_ctrl(s,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1485
+
1475
1486
  # define SSL_get1_groups(s, glist) \
1476
1487
  SSL_ctrl(s,SSL_CTRL_GET_GROUPS,0,(int*)(glist))
1477
1488
  # define SSL_CTX_set1_groups(ctx, glist, glistlen) \
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/x509.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  *
8
8
  * Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -552,11 +552,11 @@ int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
552
552
  X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout);
553
553
  X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout);
554
554
  # ifndef OPENSSL_NO_DEPRECATED_3_0
555
- # include <openssl/ocsp.h> /* OCSP_REQ_CTX_nbio_d2i */
555
+ # include <openssl/http.h> /* OSSL_HTTP_REQ_CTX_nbio_d2i */
556
556
  # define X509_http_nbio(rctx, pcert) \
557
- OCSP_REQ_CTX_nbio_d2i(rctx, pcert, ASN1_ITEM_rptr(X509))
557
+ OSSL_HTTP_REQ_CTX_nbio_d2i(rctx, pcert, ASN1_ITEM_rptr(X509))
558
558
  # define X509_CRL_http_nbio(rctx, pcrl) \
559
- OCSP_REQ_CTX_nbio_d2i(rctx, pcrl, ASN1_ITEM_rptr(X509_CRL))
559
+ OSSL_HTTP_REQ_CTX_nbio_d2i(rctx, pcrl, ASN1_ITEM_rptr(X509_CRL))
560
560
  # endif
561
561
 
562
562
  # ifndef OPENSSL_NO_STDIO
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Wed Mar 16 04:52:04 2022 UTC"
14
+ #define DATE "built on: Mon May 9 19:44:17 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -132,6 +132,8 @@ int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
132
132
  const char *str, const char sep);
133
133
  unsigned char *OPENSSL_hexstr2buf(const char *str, long *buflen);
134
134
  int OPENSSL_hexchar2int(unsigned char c);
135
+ int OPENSSL_strcasecmp(const char *s1, const char *s2);
136
+ int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t n);
135
137
 
136
138
  # define OPENSSL_MALLOC_MAX_NELEMS(type) (((1U<<(sizeof(int)*8-1))-1)/sizeof(type))
137
139
 
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 2
32
+ # define OPENSSL_VERSION_PATCH 3
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.2"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.2+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.3"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.3+quic"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "15 Mar 2022"
85
+ # define OPENSSL_RELEASE_DATE "3 May 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.2+quic 15 Mar 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.3+quic 3 May 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -1381,6 +1381,8 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1381
1381
  # define SSL_CTRL_GET_TMP_KEY 133
1382
1382
  # define SSL_CTRL_GET_NEGOTIATED_GROUP 134
1383
1383
  # define SSL_CTRL_SET_RETRY_VERIFY 136
1384
+ # define SSL_CTRL_GET_VERIFY_CERT_STORE 137
1385
+ # define SSL_CTRL_GET_CHAIN_CERT_STORE 138
1384
1386
  # define SSL_CERT_SET_FIRST 1
1385
1387
  # define SSL_CERT_SET_NEXT 2
1386
1388
  # define SSL_CERT_SET_SERVER 3
@@ -1442,10 +1444,14 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1442
1444
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1443
1445
  # define SSL_CTX_set1_verify_cert_store(ctx,st) \
1444
1446
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1447
+ # define SSL_CTX_get0_verify_cert_store(ctx,st) \
1448
+ SSL_CTX_ctrl(ctx,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1445
1449
  # define SSL_CTX_set0_chain_cert_store(ctx,st) \
1446
1450
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1447
1451
  # define SSL_CTX_set1_chain_cert_store(ctx,st) \
1448
1452
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1453
+ # define SSL_CTX_get0_chain_cert_store(ctx,st) \
1454
+ SSL_CTX_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1449
1455
  # define SSL_set0_chain(s,sk) \
1450
1456
  SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk))
1451
1457
  # define SSL_set1_chain(s,sk) \
@@ -1468,10 +1474,15 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1468
1474
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1469
1475
  # define SSL_set1_verify_cert_store(s,st) \
1470
1476
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1477
+ #define SSL_get0_verify_cert_store(s,st) \
1478
+ SSL_ctrl(s,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1471
1479
  # define SSL_set0_chain_cert_store(s,st) \
1472
1480
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1473
1481
  # define SSL_set1_chain_cert_store(s,st) \
1474
1482
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1483
+ #define SSL_get0_chain_cert_store(s,st) \
1484
+ SSL_ctrl(s,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1485
+
1475
1486
  # define SSL_get1_groups(s, glist) \
1476
1487
  SSL_ctrl(s,SSL_CTRL_GET_GROUPS,0,(int*)(glist))
1477
1488
  # define SSL_CTX_set1_groups(ctx, glist, glistlen) \
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/x509.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  *
8
8
  * Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -552,11 +552,11 @@ int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
552
552
  X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout);
553
553
  X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout);
554
554
  # ifndef OPENSSL_NO_DEPRECATED_3_0
555
- # include <openssl/ocsp.h> /* OCSP_REQ_CTX_nbio_d2i */
555
+ # include <openssl/http.h> /* OSSL_HTTP_REQ_CTX_nbio_d2i */
556
556
  # define X509_http_nbio(rctx, pcert) \
557
- OCSP_REQ_CTX_nbio_d2i(rctx, pcert, ASN1_ITEM_rptr(X509))
557
+ OSSL_HTTP_REQ_CTX_nbio_d2i(rctx, pcert, ASN1_ITEM_rptr(X509))
558
558
  # define X509_CRL_http_nbio(rctx, pcrl) \
559
- OCSP_REQ_CTX_nbio_d2i(rctx, pcrl, ASN1_ITEM_rptr(X509_CRL))
559
+ OSSL_HTTP_REQ_CTX_nbio_d2i(rctx, pcrl, ASN1_ITEM_rptr(X509_CRL))
560
560
  # endif
561
561
 
562
562
  # ifndef OPENSSL_NO_STDIO
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Wed Mar 16 04:52:16 2022 UTC"
14
+ #define DATE "built on: Mon May 9 19:44:25 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -132,6 +132,8 @@ int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
132
132
  const char *str, const char sep);
133
133
  unsigned char *OPENSSL_hexstr2buf(const char *str, long *buflen);
134
134
  int OPENSSL_hexchar2int(unsigned char c);
135
+ int OPENSSL_strcasecmp(const char *s1, const char *s2);
136
+ int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t n);
135
137
 
136
138
  # define OPENSSL_MALLOC_MAX_NELEMS(type) (((1U<<(sizeof(int)*8-1))-1)/sizeof(type))
137
139
 
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 2
32
+ # define OPENSSL_VERSION_PATCH 3
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.2"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.2+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.3"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.3+quic"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "15 Mar 2022"
85
+ # define OPENSSL_RELEASE_DATE "3 May 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.2+quic 15 Mar 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.3+quic 3 May 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE