Ravenports generated: 02 Apr 2022 03:17
[ravenports.git] / bucket_96 / nodejs
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               nodejs
4 VERSION=                17.8.0
5 KEYWORDS=               www lang
6 VARIANTS=               standard
7 SDESC[standard]=        Evented I/O for V8 JavaScript
8 HOMEPAGE=               https://nodejs.org/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            http://nodejs.org/dist/v17.8.0/
13 DISTFILE[1]=            node-v17.8.0.tar.gz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         docs
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 BROKEN[sunos]=          The ld.sun linker does not support required options
23 BROKEN[netbsd]=         Run OOM on mksnapshot step near end
24
25 BUILDRUN_DEPENDS=       icu:single:standard
26                         libuv:single:standard
27                         libnghttp2:single:standard
28
29 USES=                   execinfo gmake python:build pkgconfig shebangfix cpe
30                         zlib
31
32 DISTNAME=               node-v17.8.0
33
34 LICENSE=                MIT:primary
35 LICENSE_FILE=           MIT:{{WRKSRC}}/LICENSE
36 LICENSE_SCHEME=         solo
37
38 CPE_PRODUCT=            node.js
39 CPE_VENDOR=             nodejs
40 FPC_EQUIVALENT=         www/node
41 SHEBANG_FILES=          tools/specialize_node_d.py
42                         tools/genv8constants.py
43
44 MUST_CONFIGURE=         yes
45 CONFIGURE_ARGS=         --prefix={{PREFIX}}
46                         --without-npm
47                         --without-dtrace
48                         --shared-libuv
49                         --shared-zlib
50                         --shared-nghttp2
51                         --with-intl=system-icu
52
53 MAKE_ENV=               CC.host={{CC}}
54                         CXX.host={{CXX}}
55                         LINK.host={{CXX}}
56                         LINK.target={{CXX}}
57
58 INSTALL_REQ_TOOLCHAIN=  yes
59
60 VAR_OPSYS[netbsd]=      CONFIGURE_ENV=GYP_DEFINES="OS=netbsd"
61                         MAKE_ENV=GYP_DEFINES="OS=netbsd"
62
63 pre-configure-netbsd:
64         # hack to avoid undefined reference to 'engine_load_devcrypto_int'
65         ${REINPLACE_CMD} -e 's/ifndef OPENSSL_NO_DEVCRYPTOENG/if 0/' \
66                 ${WRKSRC}/deps/openssl/openssl/crypto/init.c
67
68 post-install:
69         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node
70         ${CHOWN} ${MANMODE} ${STAGEDIR}${PREFIX}/share/man/man1/node.1
71
72 pre-configure:
73         ${GREP} -rl "/usr/local" ${WRKSRC} | \
74                 ${XARGS} ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g'
75         # So many different ways to run python. Fix them all.
76         ${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \
77                 ${WRKSRC}/configure
78         ${FIND} ${WRKSRC} -type f -name '*.gyp*' -print0 | \
79                 ${XARGS} -0 ${REINPLACE_CMD} \
80                         -e "s|'python'|'${PYTHON_CMD}'|" \
81                         -e 's|<!(python |<!(${PYTHON_CMD} |' \
82                         -e 's|\&\& python |\&\& ${PYTHON_CMD} |'
83         # fix inability for torque to find libz
84         ${REINPLACE_CMD} -e 's|@RAVRPATH@|-Wl,-rpath,${PREFIX}/lib|' \
85                 ${WRKSRC}/tools/v8_gypfiles/v8.gyp
86         # fix openssl config files for Dragonfly and NetBSD
87         ${GREP} -rl "(defined(__FreeBSD__) || defined(__OpenBSD__))" \
88         ${WRKSRC}/deps/openssl/config | ${XARGS} ${REINPLACE_CMD} -E -e \
89         "s/\(defined\(__FreeBSD__\) \|\| defined\(__OpenBSD__\)\)/(defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__))/"
90         ${FIND} ${WRKSRC} -name "*.bak" -delete
91
92 pre-configure-dragonfly:
93         # using freebsd's config, but large pages not supported
94         ${REINPLACE_CMD} -e '/"linux freebsd mac"/ s/ freebsd//' \
95                 ${WRKSRC}/node.gyp
96
97 [FILE:263:descriptions/desc.primary]
98 Node.js is a JavaScript runtime built on Chrome's V8 JavaScript
99 engine. Node.js uses an event-driven, non-blocking I/O model that
100 makes it lightweight and efficient. Node.js' package ecosystem,
101 npm, is the largest ecosystem of open source libraries in the world.
102
103
104 [FILE:98:distinfo]
105 3cf4ef8ede328389a6b0150eb94480fce9bdd00e23051d7bcada5af7473b28b1     80973193 node-v17.8.0.tar.gz
106
107
108 [FILE:54517:manifests/plist.primary]
109 bin/
110  corepack
111  node
112 include/node/
113  common.gypi
114  config.gypi
115  js_native_api.h
116  js_native_api_types.h
117  node.h
118  node_api.h
119  node_api_types.h
120  node_buffer.h
121  node_object_wrap.h
122  node_version.h
123  v8-array-buffer.h
124  v8-callbacks.h
125  v8-container.h
126  v8-context.h
127  v8-data.h
128  v8-date.h
129  v8-debug.h
130  v8-embedder-heap.h
131  v8-exception.h
132  v8-extension.h
133  v8-external.h
134  v8-forward.h
135  v8-function-callback.h
136  v8-function.h
137  v8-initialization.h
138  v8-internal.h
139  v8-isolate.h
140  v8-json.h
141  v8-local-handle.h
142  v8-locker.h
143  v8-maybe.h
144  v8-memory-span.h
145  v8-message.h
146  v8-microtask-queue.h
147  v8-microtask.h
148  v8-object.h
149  v8-persistent-handle.h
150  v8-platform.h
151  v8-primitive-object.h
152  v8-primitive.h
153  v8-profiler.h
154  v8-promise.h
155  v8-proxy.h
156  v8-regexp.h
157  v8-script.h
158  v8-snapshot.h
159  v8-statistics.h
160  v8-template.h
161  v8-traced-handle.h
162  v8-typed-array.h
163  v8-unwinder.h
164  v8-value-serializer.h
165  v8-value.h
166  v8-version.h
167  v8-wasm.h
168  v8-weak-callback-info.h
169  v8.h
170  v8config.h
171 include/node/cppgc/common.h
172 include/node/libplatform/
173  libplatform-export.h
174  libplatform.h
175  v8-tracing.h
176 include/node/openssl/
177  aes.h
178  asn1.h
179  asn1_asm.h
180  asn1_mac.h
181  asn1_no-asm.h
182  asn1err.h
183  asn1t.h
184  asn1t_asm.h
185  asn1t_no-asm.h
186  async.h
187  asyncerr.h
188  bio.h
189  bio_asm.h
190  bio_no-asm.h
191  bioerr.h
192  blowfish.h
193  bn.h
194  bn_conf.h
195  bn_conf_asm.h
196  bn_conf_no-asm.h
197  bnerr.h
198  buffer.h
199  buffererr.h
200  camellia.h
201  cast.h
202  cmac.h
203  cmp.h
204  cmp_asm.h
205  cmp_no-asm.h
206  cmp_util.h
207  cmperr.h
208  cms.h
209  cms_asm.h
210  cms_no-asm.h
211  cmserr.h
212  comp.h
213  comperr.h
214  conf.h
215  conf_api.h
216  conf_asm.h
217  conf_no-asm.h
218  conferr.h
219  configuration.h
220  configuration_asm.h
221  configuration_no-asm.h
222  conftypes.h
223  core.h
224  core_dispatch.h
225  core_names.h
226  core_object.h
227  crmf.h
228  crmf_asm.h
229  crmf_no-asm.h
230  crmferr.h
231  crypto.h
232  crypto_asm.h
233  crypto_no-asm.h
234  cryptoerr.h
235  cryptoerr_legacy.h
236  ct.h
237  ct_asm.h
238  ct_no-asm.h
239  cterr.h
240  decoder.h
241  decodererr.h
242  des.h
243  dh.h
244  dherr.h
245  dsa.h
246  dsaerr.h
247  dso_conf.h
248  dso_conf_asm.h
249  dso_conf_no-asm.h
250  dtls1.h
251  e_os2.h
252  ebcdic.h
253  ec.h
254  ecdh.h
255  ecdsa.h
256  ecerr.h
257  encoder.h
258  encodererr.h
259  engine.h
260  engineerr.h
261  err.h
262  err_asm.h
263  err_no-asm.h
264  ess.h
265  ess_asm.h
266  ess_no-asm.h
267  esserr.h
268  evp.h
269  evperr.h
270  fips_names.h
271  fipskey.h
272  fipskey_asm.h
273  fipskey_no-asm.h
274  hmac.h
275  http.h
276  httperr.h
277  idea.h
278  kdf.h
279  kdferr.h
280  lhash.h
281  lhash_asm.h
282  lhash_no-asm.h
283  macros.h
284  md2.h
285  md4.h
286  md5.h
287  mdc2.h
288  modes.h
289  obj_mac.h
290  objects.h
291  objectserr.h
292  ocsp.h
293  ocsp_asm.h
294  ocsp_no-asm.h
295  ocsperr.h
296  opensslconf.h
297  opensslconf_asm.h
298  opensslconf_no-asm.h
299  opensslv.h
300  opensslv_asm.h
301  opensslv_no-asm.h
302  ossl_typ.h
303  param_build.h
304  params.h
305  pem.h
306  pem2.h
307  pemerr.h
308  pkcs12.h
309  pkcs12_asm.h
310  pkcs12_no-asm.h
311  pkcs12err.h
312  pkcs7.h
313  pkcs7_asm.h
314  pkcs7_no-asm.h
315  pkcs7err.h
316  prov_ssl.h
317  proverr.h
318  provider.h
319  quic.h
320  rand.h
321  randerr.h
322  rc2.h
323  rc4.h
324  rc5.h
325  ripemd.h
326  rsa.h
327  rsaerr.h
328  safestack.h
329  safestack_asm.h
330  safestack_no-asm.h
331  seed.h
332  self_test.h
333  sha.h
334  srp.h
335  srp_asm.h
336  srp_no-asm.h
337  srtp.h
338  ssl.h
339  ssl2.h
340  ssl3.h
341  ssl_asm.h
342  ssl_no-asm.h
343  sslerr.h
344  sslerr_legacy.h
345  stack.h
346  store.h
347  storeerr.h
348  symhacks.h
349  tls1.h
350  trace.h
351  ts.h
352  tserr.h
353  txt_db.h
354  types.h
355  ui.h
356  ui_asm.h
357  ui_no-asm.h
358  uierr.h
359  whrlpool.h
360  x509.h
361  x509_asm.h
362  x509_no-asm.h
363  x509_vfy.h
364  x509_vfy_asm.h
365  x509_vfy_no-asm.h
366  x509err.h
367  x509v3.h
368  x509v3_asm.h
369  x509v3_no-asm.h
370  x509v3err.h
371 include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h
372 include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/
373  bn_conf.h
374  dso_conf.h
375 include/node/openssl/archs/BSD-x86/asm/include/progs.h
376 include/node/openssl/archs/BSD-x86/asm/include/crypto/
377  bn_conf.h
378  dso_conf.h
379 include/node/openssl/archs/BSD-x86/asm/include/openssl/
380  asn1.h
381  asn1t.h
382  bio.h
383  cmp.h
384  cms.h
385  conf.h
386  configuration.h
387  crmf.h
388  crypto.h
389  ct.h
390  err.h
391  ess.h
392  fipskey.h
393  lhash.h
394  ocsp.h
395  opensslconf.h
396  opensslv.h
397  pkcs12.h
398  pkcs7.h
399  safestack.h
400  srp.h
401  ssl.h
402  ui.h
403  x509.h
404  x509_vfy.h
405  x509v3.h
406 include/node/openssl/archs/BSD-x86/asm/providers/common/include/prov/
407  der_digests.h
408  der_dsa.h
409  der_ec.h
410  der_ecx.h
411  der_rsa.h
412  der_sm2.h
413  der_wrap.h
414 include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h
415 include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/
416  bn_conf.h
417  dso_conf.h
418 include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h
419 include/node/openssl/archs/BSD-x86/asm_avx2/include/crypto/
420  bn_conf.h
421  dso_conf.h
422 include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/
423  asn1.h
424  asn1t.h
425  bio.h
426  cmp.h
427  cms.h
428  conf.h
429  configuration.h
430  crmf.h
431  crypto.h
432  ct.h
433  err.h
434  ess.h
435  fipskey.h
436  lhash.h
437  ocsp.h
438  opensslconf.h
439  opensslv.h
440  pkcs12.h
441  pkcs7.h
442  safestack.h
443  srp.h
444  ssl.h
445  ui.h
446  x509.h
447  x509_vfy.h
448  x509v3.h
449 include/node/openssl/archs/BSD-x86/asm_avx2/providers/common/include/prov/
450  der_digests.h
451  der_dsa.h
452  der_ec.h
453  der_ecx.h
454  der_rsa.h
455  der_sm2.h
456  der_wrap.h
457 include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h
458 include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/
459  bn_conf.h
460  dso_conf.h
461 include/node/openssl/archs/BSD-x86/no-asm/include/progs.h
462 include/node/openssl/archs/BSD-x86/no-asm/include/crypto/
463  bn_conf.h
464  dso_conf.h
465 include/node/openssl/archs/BSD-x86/no-asm/include/openssl/
466  asn1.h
467  asn1t.h
468  bio.h
469  cmp.h
470  cms.h
471  conf.h
472  configuration.h
473  crmf.h
474  crypto.h
475  ct.h
476  err.h
477  ess.h
478  fipskey.h
479  lhash.h
480  ocsp.h
481  opensslconf.h
482  opensslv.h
483  pkcs12.h
484  pkcs7.h
485  safestack.h
486  srp.h
487  ssl.h
488  ui.h
489  x509.h
490  x509_vfy.h
491  x509v3.h
492 include/node/openssl/archs/BSD-x86/no-asm/providers/common/include/prov/
493  der_digests.h
494  der_dsa.h
495  der_ec.h
496  der_ecx.h
497  der_rsa.h
498  der_sm2.h
499  der_wrap.h
500 include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h
501 include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/
502  bn_conf.h
503  dso_conf.h
504 include/node/openssl/archs/BSD-x86_64/asm/include/progs.h
505 include/node/openssl/archs/BSD-x86_64/asm/include/crypto/
506  bn_conf.h
507  dso_conf.h
508 include/node/openssl/archs/BSD-x86_64/asm/include/openssl/
509  asn1.h
510  asn1t.h
511  bio.h
512  cmp.h
513  cms.h
514  conf.h
515  configuration.h
516  crmf.h
517  crypto.h
518  ct.h
519  err.h
520  ess.h
521  fipskey.h
522  lhash.h
523  ocsp.h
524  opensslconf.h
525  opensslv.h
526  pkcs12.h
527  pkcs7.h
528  safestack.h
529  srp.h
530  ssl.h
531  ui.h
532  x509.h
533  x509_vfy.h
534  x509v3.h
535 include/node/openssl/archs/BSD-x86_64/asm/providers/common/include/prov/
536  der_digests.h
537  der_dsa.h
538  der_ec.h
539  der_ecx.h
540  der_rsa.h
541  der_sm2.h
542  der_wrap.h
543 include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h
544 include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/
545  bn_conf.h
546  dso_conf.h
547 include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h
548 include/node/openssl/archs/BSD-x86_64/asm_avx2/include/crypto/
549  bn_conf.h
550  dso_conf.h
551 include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/
552  asn1.h
553  asn1t.h
554  bio.h
555  cmp.h
556  cms.h
557  conf.h
558  configuration.h
559  crmf.h
560  crypto.h
561  ct.h
562  err.h
563  ess.h
564  fipskey.h
565  lhash.h
566  ocsp.h
567  opensslconf.h
568  opensslv.h
569  pkcs12.h
570  pkcs7.h
571  safestack.h
572  srp.h
573  ssl.h
574  ui.h
575  x509.h
576  x509_vfy.h
577  x509v3.h
578 include/node/openssl/archs/BSD-x86_64/asm_avx2/providers/common/include/prov/
579  der_digests.h
580  der_dsa.h
581  der_ec.h
582  der_ecx.h
583  der_rsa.h
584  der_sm2.h
585  der_wrap.h
586 include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h
587 include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/
588  bn_conf.h
589  dso_conf.h
590 include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h
591 include/node/openssl/archs/BSD-x86_64/no-asm/include/crypto/
592  bn_conf.h
593  dso_conf.h
594 include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/
595  asn1.h
596  asn1t.h
597  bio.h
598  cmp.h
599  cms.h
600  conf.h
601  configuration.h
602  crmf.h
603  crypto.h
604  ct.h
605  err.h
606  ess.h
607  fipskey.h
608  lhash.h
609  ocsp.h
610  opensslconf.h
611  opensslv.h
612  pkcs12.h
613  pkcs7.h
614  safestack.h
615  srp.h
616  ssl.h
617  ui.h
618  x509.h
619  x509_vfy.h
620  x509v3.h
621 include/node/openssl/archs/BSD-x86_64/no-asm/providers/common/include/prov/
622  der_digests.h
623  der_dsa.h
624  der_ec.h
625  der_ecx.h
626  der_rsa.h
627  der_sm2.h
628  der_wrap.h
629 include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h
630 include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/
631  bn_conf.h
632  dso_conf.h
633 include/node/openssl/archs/VC-WIN32/asm/include/progs.h
634 include/node/openssl/archs/VC-WIN32/asm/include/crypto/
635  bn_conf.h
636  dso_conf.h
637 include/node/openssl/archs/VC-WIN32/asm/include/openssl/
638  asn1.h
639  asn1t.h
640  bio.h
641  cmp.h
642  cms.h
643  conf.h
644  configuration.h
645  crmf.h
646  crypto.h
647  ct.h
648  err.h
649  ess.h
650  fipskey.h
651  lhash.h
652  ocsp.h
653  opensslconf.h
654  opensslv.h
655  pkcs12.h
656  pkcs7.h
657  safestack.h
658  srp.h
659  ssl.h
660  ui.h
661  x509.h
662  x509_vfy.h
663  x509v3.h
664 include/node/openssl/archs/VC-WIN32/asm/providers/common/include/prov/
665  der_digests.h
666  der_dsa.h
667  der_ec.h
668  der_ecx.h
669  der_rsa.h
670  der_sm2.h
671  der_wrap.h
672 include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h
673 include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/
674  bn_conf.h
675  dso_conf.h
676 include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h
677 include/node/openssl/archs/VC-WIN32/asm_avx2/include/crypto/
678  bn_conf.h
679  dso_conf.h
680 include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/
681  asn1.h
682  asn1t.h
683  bio.h
684  cmp.h
685  cms.h
686  conf.h
687  configuration.h
688  crmf.h
689  crypto.h
690  ct.h
691  err.h
692  ess.h
693  fipskey.h
694  lhash.h
695  ocsp.h
696  opensslconf.h
697  opensslv.h
698  pkcs12.h
699  pkcs7.h
700  safestack.h
701  srp.h
702  ssl.h
703  ui.h
704  x509.h
705  x509_vfy.h
706  x509v3.h
707 include/node/openssl/archs/VC-WIN32/asm_avx2/providers/common/include/prov/
708  der_digests.h
709  der_dsa.h
710  der_ec.h
711  der_ecx.h
712  der_rsa.h
713  der_sm2.h
714  der_wrap.h
715 include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h
716 include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/
717  bn_conf.h
718  dso_conf.h
719 include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h
720 include/node/openssl/archs/VC-WIN32/no-asm/include/crypto/
721  bn_conf.h
722  dso_conf.h
723 include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/
724  asn1.h
725  asn1t.h
726  bio.h
727  cmp.h
728  cms.h
729  conf.h
730  configuration.h
731  crmf.h
732  crypto.h
733  ct.h
734  err.h
735  ess.h
736  fipskey.h
737  lhash.h
738  ocsp.h
739  opensslconf.h
740  opensslv.h
741  pkcs12.h
742  pkcs7.h
743  safestack.h
744  srp.h
745  ssl.h
746  ui.h
747  x509.h
748  x509_vfy.h
749  x509v3.h
750 include/node/openssl/archs/VC-WIN32/no-asm/providers/common/include/prov/
751  der_digests.h
752  der_dsa.h
753  der_ec.h
754  der_ecx.h
755  der_rsa.h
756  der_sm2.h
757  der_wrap.h
758 include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h
759 include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/
760  bn_conf.h
761  dso_conf.h
762 include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h
763 include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/crypto/
764  bn_conf.h
765  dso_conf.h
766 include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/
767  asn1.h
768  asn1t.h
769  bio.h
770  cmp.h
771  cms.h
772  conf.h
773  configuration.h
774  crmf.h
775  crypto.h
776  ct.h
777  err.h
778  ess.h
779  fipskey.h
780  lhash.h
781  ocsp.h
782  opensslconf.h
783  opensslv.h
784  pkcs12.h
785  pkcs7.h
786  safestack.h
787  srp.h
788  ssl.h
789  ui.h
790  x509.h
791  x509_vfy.h
792  x509v3.h
793 include/node/openssl/archs/VC-WIN64-ARM/no-asm/providers/common/include/prov/
794  der_digests.h
795  der_dsa.h
796  der_ec.h
797  der_ecx.h
798  der_rsa.h
799  der_sm2.h
800  der_wrap.h
801 include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h
802 include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/
803  bn_conf.h
804  dso_conf.h
805 include/node/openssl/archs/VC-WIN64A/asm/include/progs.h
806 include/node/openssl/archs/VC-WIN64A/asm/include/crypto/
807  bn_conf.h
808  dso_conf.h
809 include/node/openssl/archs/VC-WIN64A/asm/include/openssl/
810  asn1.h
811  asn1t.h
812  bio.h
813  cmp.h
814  cms.h
815  conf.h
816  configuration.h
817  crmf.h
818  crypto.h
819  ct.h
820  err.h
821  ess.h
822  fipskey.h
823  lhash.h
824  ocsp.h
825  opensslconf.h
826  opensslv.h
827  pkcs12.h
828  pkcs7.h
829  safestack.h
830  srp.h
831  ssl.h
832  ui.h
833  x509.h
834  x509_vfy.h
835  x509v3.h
836 include/node/openssl/archs/VC-WIN64A/asm/providers/common/include/prov/
837  der_digests.h
838  der_dsa.h
839  der_ec.h
840  der_ecx.h
841  der_rsa.h
842  der_sm2.h
843  der_wrap.h
844 include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h
845 include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/
846  bn_conf.h
847  dso_conf.h
848 include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h
849 include/node/openssl/archs/VC-WIN64A/asm_avx2/include/crypto/
850  bn_conf.h
851  dso_conf.h
852 include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/
853  asn1.h
854  asn1t.h
855  bio.h
856  cmp.h
857  cms.h
858  conf.h
859  configuration.h
860  crmf.h
861  crypto.h
862  ct.h
863  err.h
864  ess.h
865  fipskey.h
866  lhash.h
867  ocsp.h
868  opensslconf.h
869  opensslv.h
870  pkcs12.h
871  pkcs7.h
872  safestack.h
873  srp.h
874  ssl.h
875  ui.h
876  x509.h
877  x509_vfy.h
878  x509v3.h
879 include/node/openssl/archs/VC-WIN64A/asm_avx2/providers/common/include/prov/
880  der_digests.h
881  der_dsa.h
882  der_ec.h
883  der_ecx.h
884  der_rsa.h
885  der_sm2.h
886  der_wrap.h
887 include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h
888 include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/
889  bn_conf.h
890  dso_conf.h
891 include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h
892 include/node/openssl/archs/VC-WIN64A/no-asm/include/crypto/
893  bn_conf.h
894  dso_conf.h
895 include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/
896  asn1.h
897  asn1t.h
898  bio.h
899  cmp.h
900  cms.h
901  conf.h
902  configuration.h
903  crmf.h
904  crypto.h
905  ct.h
906  err.h
907  ess.h
908  fipskey.h
909  lhash.h
910  ocsp.h
911  opensslconf.h
912  opensslv.h
913  pkcs12.h
914  pkcs7.h
915  safestack.h
916  srp.h
917  ssl.h
918  ui.h
919  x509.h
920  x509_vfy.h
921  x509v3.h
922 include/node/openssl/archs/VC-WIN64A/no-asm/providers/common/include/prov/
923  der_digests.h
924  der_dsa.h
925  der_ec.h
926  der_ecx.h
927  der_rsa.h
928  der_sm2.h
929  der_wrap.h
930 include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h
931 include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/
932  bn_conf.h
933  dso_conf.h
934 include/node/openssl/archs/aix-gcc/asm/include/progs.h
935 include/node/openssl/archs/aix-gcc/asm/include/crypto/
936  bn_conf.h
937  dso_conf.h
938 include/node/openssl/archs/aix-gcc/asm/include/openssl/
939  asn1.h
940  asn1t.h
941  bio.h
942  cmp.h
943  cms.h
944  conf.h
945  configuration.h
946  crmf.h
947  crypto.h
948  ct.h
949  err.h
950  ess.h
951  fipskey.h
952  lhash.h
953  ocsp.h
954  opensslconf.h
955  opensslv.h
956  pkcs12.h
957  pkcs7.h
958  safestack.h
959  srp.h
960  ssl.h
961  ui.h
962  x509.h
963  x509_vfy.h
964  x509v3.h
965 include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/
966  der_digests.h
967  der_dsa.h
968  der_ec.h
969  der_ecx.h
970  der_rsa.h
971  der_sm2.h
972  der_wrap.h
973 include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h
974 include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/
975  bn_conf.h
976  dso_conf.h
977 include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h
978 include/node/openssl/archs/aix-gcc/asm_avx2/include/crypto/
979  bn_conf.h
980  dso_conf.h
981 include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/
982  asn1.h
983  asn1t.h
984  bio.h
985  cmp.h
986  cms.h
987  conf.h
988  configuration.h
989  crmf.h
990  crypto.h
991  ct.h
992  err.h
993  ess.h
994  fipskey.h
995  lhash.h
996  ocsp.h
997  opensslconf.h
998  opensslv.h
999  pkcs12.h
1000  pkcs7.h
1001  safestack.h
1002  srp.h
1003  ssl.h
1004  ui.h
1005  x509.h
1006  x509_vfy.h
1007  x509v3.h
1008 include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/
1009  der_digests.h
1010  der_dsa.h
1011  der_ec.h
1012  der_ecx.h
1013  der_rsa.h
1014  der_sm2.h
1015  der_wrap.h
1016 include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h
1017 include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/
1018  bn_conf.h
1019  dso_conf.h
1020 include/node/openssl/archs/aix-gcc/no-asm/include/progs.h
1021 include/node/openssl/archs/aix-gcc/no-asm/include/crypto/
1022  bn_conf.h
1023  dso_conf.h
1024 include/node/openssl/archs/aix-gcc/no-asm/include/openssl/
1025  asn1.h
1026  asn1t.h
1027  bio.h
1028  cmp.h
1029  cms.h
1030  conf.h
1031  configuration.h
1032  crmf.h
1033  crypto.h
1034  ct.h
1035  err.h
1036  ess.h
1037  fipskey.h
1038  lhash.h
1039  ocsp.h
1040  opensslconf.h
1041  opensslv.h
1042  pkcs12.h
1043  pkcs7.h
1044  safestack.h
1045  srp.h
1046  ssl.h
1047  ui.h
1048  x509.h
1049  x509_vfy.h
1050  x509v3.h
1051 include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/
1052  der_digests.h
1053  der_dsa.h
1054  der_ec.h
1055  der_ecx.h
1056  der_rsa.h
1057  der_sm2.h
1058  der_wrap.h
1059 include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h
1060 include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h
1061 include/node/openssl/archs/aix64-gcc-as/asm/include/crypto/
1062  bn_conf.h
1063  dso_conf.h
1064 include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/
1065  asn1.h
1066  asn1t.h
1067  bio.h
1068  cmp.h
1069  cms.h
1070  conf.h
1071  configuration.h
1072  crmf.h
1073  crypto.h
1074  ct.h
1075  err.h
1076  ess.h
1077  fipskey.h
1078  lhash.h
1079  ocsp.h
1080  opensslv.h
1081  pkcs12.h
1082  pkcs7.h
1083  safestack.h
1084  srp.h
1085  ssl.h
1086  ui.h
1087  x509.h
1088  x509_vfy.h
1089  x509v3.h
1090 include/node/openssl/archs/aix64-gcc-as/asm/providers/common/include/prov/
1091  der_digests.h
1092  der_dsa.h
1093  der_ec.h
1094  der_ecx.h
1095  der_rsa.h
1096  der_sm2.h
1097  der_wrap.h
1098 include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h
1099 include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h
1100 include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/crypto/
1101  bn_conf.h
1102  dso_conf.h
1103 include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/
1104  asn1.h
1105  asn1t.h
1106  bio.h
1107  cmp.h
1108  cms.h
1109  conf.h
1110  configuration.h
1111  crmf.h
1112  crypto.h
1113  ct.h
1114  err.h
1115  ess.h
1116  fipskey.h
1117  lhash.h
1118  ocsp.h
1119  opensslv.h
1120  pkcs12.h
1121  pkcs7.h
1122  safestack.h
1123  srp.h
1124  ssl.h
1125  ui.h
1126  x509.h
1127  x509_vfy.h
1128  x509v3.h
1129 include/node/openssl/archs/aix64-gcc-as/asm_avx2/providers/common/include/prov/
1130  der_digests.h
1131  der_dsa.h
1132  der_ec.h
1133  der_ecx.h
1134  der_rsa.h
1135  der_sm2.h
1136  der_wrap.h
1137 include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h
1138 include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h
1139 include/node/openssl/archs/aix64-gcc-as/no-asm/include/crypto/
1140  bn_conf.h
1141  dso_conf.h
1142 include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/
1143  asn1.h
1144  asn1t.h
1145  bio.h
1146  cmp.h
1147  cms.h
1148  conf.h
1149  configuration.h
1150  crmf.h
1151  crypto.h
1152  ct.h
1153  err.h
1154  ess.h
1155  fipskey.h
1156  lhash.h
1157  ocsp.h
1158  opensslv.h
1159  pkcs12.h
1160  pkcs7.h
1161  safestack.h
1162  srp.h
1163  ssl.h
1164  ui.h
1165  x509.h
1166  x509_vfy.h
1167  x509v3.h
1168 include/node/openssl/archs/aix64-gcc-as/no-asm/providers/common/include/prov/
1169  der_digests.h
1170  der_dsa.h
1171  der_ec.h
1172  der_ecx.h
1173  der_rsa.h
1174  der_sm2.h
1175  der_wrap.h
1176 include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h
1177 include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/
1178  bn_conf.h
1179  dso_conf.h
1180 include/node/openssl/archs/aix64-gcc/asm/include/progs.h
1181 include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h
1182 include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h
1183 include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/
1184  bn_conf.h
1185  dso_conf.h
1186 include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h
1187 include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h
1188 include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h
1189 include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/
1190  bn_conf.h
1191  dso_conf.h
1192 include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h
1193 include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h
1194 include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h
1195 include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/
1196  bn_conf.h
1197  dso_conf.h
1198 include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h
1199 include/node/openssl/archs/darwin-i386-cc/asm/include/crypto/
1200  bn_conf.h
1201  dso_conf.h
1202 include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/
1203  asn1.h
1204  asn1t.h
1205  bio.h
1206  cmp.h
1207  cms.h
1208  conf.h
1209  configuration.h
1210  crmf.h
1211  crypto.h
1212  ct.h
1213  err.h
1214  ess.h
1215  fipskey.h
1216  lhash.h
1217  ocsp.h
1218  opensslconf.h
1219  opensslv.h
1220  pkcs12.h
1221  pkcs7.h
1222  safestack.h
1223  srp.h
1224  ssl.h
1225  ui.h
1226  x509.h
1227  x509_vfy.h
1228  x509v3.h
1229 include/node/openssl/archs/darwin-i386-cc/asm/providers/common/include/prov/
1230  der_digests.h
1231  der_dsa.h
1232  der_ec.h
1233  der_ecx.h
1234  der_rsa.h
1235  der_sm2.h
1236  der_wrap.h
1237 include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h
1238 include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/
1239  bn_conf.h
1240  dso_conf.h
1241 include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h
1242 include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/crypto/
1243  bn_conf.h
1244  dso_conf.h
1245 include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/
1246  asn1.h
1247  asn1t.h
1248  bio.h
1249  cmp.h
1250  cms.h
1251  conf.h
1252  configuration.h
1253  crmf.h
1254  crypto.h
1255  ct.h
1256  err.h
1257  ess.h
1258  fipskey.h
1259  lhash.h
1260  ocsp.h
1261  opensslconf.h
1262  opensslv.h
1263  pkcs12.h
1264  pkcs7.h
1265  safestack.h
1266  srp.h
1267  ssl.h
1268  ui.h
1269  x509.h
1270  x509_vfy.h
1271  x509v3.h
1272 include/node/openssl/archs/darwin-i386-cc/asm_avx2/providers/common/include/prov/
1273  der_digests.h
1274  der_dsa.h
1275  der_ec.h
1276  der_ecx.h
1277  der_rsa.h
1278  der_sm2.h
1279  der_wrap.h
1280 include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h
1281 include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/
1282  bn_conf.h
1283  dso_conf.h
1284 include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h
1285 include/node/openssl/archs/darwin-i386-cc/no-asm/include/crypto/
1286  bn_conf.h
1287  dso_conf.h
1288 include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/
1289  asn1.h
1290  asn1t.h
1291  bio.h
1292  cmp.h
1293  cms.h
1294  conf.h
1295  configuration.h
1296  crmf.h
1297  crypto.h
1298  ct.h
1299  err.h
1300  ess.h
1301  fipskey.h
1302  lhash.h
1303  ocsp.h
1304  opensslconf.h
1305  opensslv.h
1306  pkcs12.h
1307  pkcs7.h
1308  safestack.h
1309  srp.h
1310  ssl.h
1311  ui.h
1312  x509.h
1313  x509_vfy.h
1314  x509v3.h
1315 include/node/openssl/archs/darwin-i386-cc/no-asm/providers/common/include/prov/
1316  der_digests.h
1317  der_dsa.h
1318  der_ec.h
1319  der_ecx.h
1320  der_rsa.h
1321  der_sm2.h
1322  der_wrap.h
1323 include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h
1324 include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/
1325  bn_conf.h
1326  dso_conf.h
1327 include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h
1328 include/node/openssl/archs/darwin64-arm64-cc/asm/include/crypto/
1329  bn_conf.h
1330  dso_conf.h
1331 include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/
1332  asn1.h
1333  asn1t.h
1334  bio.h
1335  cmp.h
1336  cms.h
1337  conf.h
1338  configuration.h
1339  crmf.h
1340  crypto.h
1341  ct.h
1342  err.h
1343  ess.h
1344  fipskey.h
1345  lhash.h
1346  ocsp.h
1347  opensslconf.h
1348  opensslv.h
1349  pkcs12.h
1350  pkcs7.h
1351  safestack.h
1352  srp.h
1353  ssl.h
1354  ui.h
1355  x509.h
1356  x509_vfy.h
1357  x509v3.h
1358 include/node/openssl/archs/darwin64-arm64-cc/asm/providers/common/include/prov/
1359  der_digests.h
1360  der_dsa.h
1361  der_ec.h
1362  der_ecx.h
1363  der_rsa.h
1364  der_sm2.h
1365  der_wrap.h
1366 include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h
1367 include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/
1368  bn_conf.h
1369  dso_conf.h
1370 include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h
1371 include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/crypto/
1372  bn_conf.h
1373  dso_conf.h
1374 include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
1375  asn1.h
1376  asn1t.h
1377  bio.h
1378  cmp.h
1379  cms.h
1380  conf.h
1381  configuration.h
1382  crmf.h
1383  crypto.h
1384  ct.h
1385  err.h
1386  ess.h
1387  fipskey.h
1388  lhash.h
1389  ocsp.h
1390  opensslconf.h
1391  opensslv.h
1392  pkcs12.h
1393  pkcs7.h
1394  safestack.h
1395  srp.h
1396  ssl.h
1397  ui.h
1398  x509.h
1399  x509_vfy.h
1400  x509v3.h
1401 include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/providers/common/include/prov/
1402  der_digests.h
1403  der_dsa.h
1404  der_ec.h
1405  der_ecx.h
1406  der_rsa.h
1407  der_sm2.h
1408  der_wrap.h
1409 include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h
1410 include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/
1411  bn_conf.h
1412  dso_conf.h
1413 include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h
1414 include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/crypto/
1415  bn_conf.h
1416  dso_conf.h
1417 include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/
1418  asn1.h
1419  asn1t.h
1420  bio.h
1421  cmp.h
1422  cms.h
1423  conf.h
1424  configuration.h
1425  crmf.h
1426  crypto.h
1427  ct.h
1428  err.h
1429  ess.h
1430  fipskey.h
1431  lhash.h
1432  ocsp.h
1433  opensslconf.h
1434  opensslv.h
1435  pkcs12.h
1436  pkcs7.h
1437  safestack.h
1438  srp.h
1439  ssl.h
1440  ui.h
1441  x509.h
1442  x509_vfy.h
1443  x509v3.h
1444 include/node/openssl/archs/darwin64-arm64-cc/no-asm/providers/common/include/prov/
1445  der_digests.h
1446  der_dsa.h
1447  der_ec.h
1448  der_ecx.h
1449  der_rsa.h
1450  der_sm2.h
1451  der_wrap.h
1452 include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h
1453 include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/
1454  bn_conf.h
1455  dso_conf.h
1456 include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h
1457 include/node/openssl/archs/darwin64-x86_64-cc/asm/include/crypto/
1458  bn_conf.h
1459  dso_conf.h
1460 include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/
1461  asn1.h
1462  asn1t.h
1463  bio.h
1464  cmp.h
1465  cms.h
1466  conf.h
1467  configuration.h
1468  crmf.h
1469  crypto.h
1470  ct.h
1471  err.h
1472  ess.h
1473  fipskey.h
1474  lhash.h
1475  ocsp.h
1476  opensslconf.h
1477  opensslv.h
1478  pkcs12.h
1479  pkcs7.h
1480  safestack.h
1481  srp.h
1482  ssl.h
1483  ui.h
1484  x509.h
1485  x509_vfy.h
1486  x509v3.h
1487 include/node/openssl/archs/darwin64-x86_64-cc/asm/providers/common/include/prov/
1488  der_digests.h
1489  der_dsa.h
1490  der_ec.h
1491  der_ecx.h
1492  der_rsa.h
1493  der_sm2.h
1494  der_wrap.h
1495 include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h
1496 include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/
1497  bn_conf.h
1498  dso_conf.h
1499 include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h
1500 include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/crypto/
1501  bn_conf.h
1502  dso_conf.h
1503 include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
1504  asn1.h
1505  asn1t.h
1506  bio.h
1507  cmp.h
1508  cms.h
1509  conf.h
1510  configuration.h
1511  crmf.h
1512  crypto.h
1513  ct.h
1514  err.h
1515  ess.h
1516  fipskey.h
1517  lhash.h
1518  ocsp.h
1519  opensslconf.h
1520  opensslv.h
1521  pkcs12.h
1522  pkcs7.h
1523  safestack.h
1524  srp.h
1525  ssl.h
1526  ui.h
1527  x509.h
1528  x509_vfy.h
1529  x509v3.h
1530 include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/providers/common/include/prov/
1531  der_digests.h
1532  der_dsa.h
1533  der_ec.h
1534  der_ecx.h
1535  der_rsa.h
1536  der_sm2.h
1537  der_wrap.h
1538 include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h
1539 include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/
1540  bn_conf.h
1541  dso_conf.h
1542 include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h
1543 include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/crypto/
1544  bn_conf.h
1545  dso_conf.h
1546 include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/
1547  asn1.h
1548  asn1t.h
1549  bio.h
1550  cmp.h
1551  cms.h
1552  conf.h
1553  configuration.h
1554  crmf.h
1555  crypto.h
1556  ct.h
1557  err.h
1558  ess.h
1559  fipskey.h
1560  lhash.h
1561  ocsp.h
1562  opensslconf.h
1563  opensslv.h
1564  pkcs12.h
1565  pkcs7.h
1566  safestack.h
1567  srp.h
1568  ssl.h
1569  ui.h
1570  x509.h
1571  x509_vfy.h
1572  x509v3.h
1573 include/node/openssl/archs/darwin64-x86_64-cc/no-asm/providers/common/include/prov/
1574  der_digests.h
1575  der_dsa.h
1576  der_ec.h
1577  der_ecx.h
1578  der_rsa.h
1579  der_sm2.h
1580  der_wrap.h
1581 include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h
1582 include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/
1583  bn_conf.h
1584  dso_conf.h
1585 include/node/openssl/archs/linux-aarch64/asm/include/progs.h
1586 include/node/openssl/archs/linux-aarch64/asm/include/crypto/
1587  bn_conf.h
1588  dso_conf.h
1589 include/node/openssl/archs/linux-aarch64/asm/include/openssl/
1590  asn1.h
1591  asn1t.h
1592  bio.h
1593  cmp.h
1594  cms.h
1595  conf.h
1596  configuration.h
1597  crmf.h
1598  crypto.h
1599  ct.h
1600  err.h
1601  ess.h
1602  fipskey.h
1603  lhash.h
1604  ocsp.h
1605  opensslconf.h
1606  opensslv.h
1607  pkcs12.h
1608  pkcs7.h
1609  safestack.h
1610  srp.h
1611  ssl.h
1612  ui.h
1613  x509.h
1614  x509_vfy.h
1615  x509v3.h
1616 include/node/openssl/archs/linux-aarch64/asm/providers/common/include/prov/
1617  der_digests.h
1618  der_dsa.h
1619  der_ec.h
1620  der_ecx.h
1621  der_rsa.h
1622  der_sm2.h
1623  der_wrap.h
1624 include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h
1625 include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/
1626  bn_conf.h
1627  dso_conf.h
1628 include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h
1629 include/node/openssl/archs/linux-aarch64/asm_avx2/include/crypto/
1630  bn_conf.h
1631  dso_conf.h
1632 include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/
1633  asn1.h
1634  asn1t.h
1635  bio.h
1636  cmp.h
1637  cms.h
1638  conf.h
1639  configuration.h
1640  crmf.h
1641  crypto.h
1642  ct.h
1643  err.h
1644  ess.h
1645  fipskey.h
1646  lhash.h
1647  ocsp.h
1648  opensslconf.h
1649  opensslv.h
1650  pkcs12.h
1651  pkcs7.h
1652  safestack.h
1653  srp.h
1654  ssl.h
1655  ui.h
1656  x509.h
1657  x509_vfy.h
1658  x509v3.h
1659 include/node/openssl/archs/linux-aarch64/asm_avx2/providers/common/include/prov/
1660  der_digests.h
1661  der_dsa.h
1662  der_ec.h
1663  der_ecx.h
1664  der_rsa.h
1665  der_sm2.h
1666  der_wrap.h
1667 include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h
1668 include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/
1669  bn_conf.h
1670  dso_conf.h
1671 include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h
1672 include/node/openssl/archs/linux-aarch64/no-asm/include/crypto/
1673  bn_conf.h
1674  dso_conf.h
1675 include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/
1676  asn1.h
1677  asn1t.h
1678  bio.h
1679  cmp.h
1680  cms.h
1681  conf.h
1682  configuration.h
1683  crmf.h
1684  crypto.h
1685  ct.h
1686  err.h
1687  ess.h
1688  fipskey.h
1689  lhash.h
1690  ocsp.h
1691  opensslconf.h
1692  opensslv.h
1693  pkcs12.h
1694  pkcs7.h
1695  safestack.h
1696  srp.h
1697  ssl.h
1698  ui.h
1699  x509.h
1700  x509_vfy.h
1701  x509v3.h
1702 include/node/openssl/archs/linux-aarch64/no-asm/providers/common/include/prov/
1703  der_digests.h
1704  der_dsa.h
1705  der_ec.h
1706  der_ecx.h
1707  der_rsa.h
1708  der_sm2.h
1709  der_wrap.h
1710 include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h
1711 include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/
1712  bn_conf.h
1713  dso_conf.h
1714 include/node/openssl/archs/linux-armv4/asm/include/progs.h
1715 include/node/openssl/archs/linux-armv4/asm/include/crypto/
1716  bn_conf.h
1717  dso_conf.h
1718 include/node/openssl/archs/linux-armv4/asm/include/openssl/
1719  asn1.h
1720  asn1t.h
1721  bio.h
1722  cmp.h
1723  cms.h
1724  conf.h
1725  configuration.h
1726  crmf.h
1727  crypto.h
1728  ct.h
1729  err.h
1730  ess.h
1731  fipskey.h
1732  lhash.h
1733  ocsp.h
1734  opensslconf.h
1735  opensslv.h
1736  pkcs12.h
1737  pkcs7.h
1738  safestack.h
1739  srp.h
1740  ssl.h
1741  ui.h
1742  x509.h
1743  x509_vfy.h
1744  x509v3.h
1745 include/node/openssl/archs/linux-armv4/asm/providers/common/include/prov/
1746  der_digests.h
1747  der_dsa.h
1748  der_ec.h
1749  der_ecx.h
1750  der_rsa.h
1751  der_sm2.h
1752  der_wrap.h
1753 include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h
1754 include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/
1755  bn_conf.h
1756  dso_conf.h
1757 include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h
1758 include/node/openssl/archs/linux-armv4/asm_avx2/include/crypto/
1759  bn_conf.h
1760  dso_conf.h
1761 include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/
1762  asn1.h
1763  asn1t.h
1764  bio.h
1765  cmp.h
1766  cms.h
1767  conf.h
1768  configuration.h
1769  crmf.h
1770  crypto.h
1771  ct.h
1772  err.h
1773  ess.h
1774  fipskey.h
1775  lhash.h
1776  ocsp.h
1777  opensslconf.h
1778  opensslv.h
1779  pkcs12.h
1780  pkcs7.h
1781  safestack.h
1782  srp.h
1783  ssl.h
1784  ui.h
1785  x509.h
1786  x509_vfy.h
1787  x509v3.h
1788 include/node/openssl/archs/linux-armv4/asm_avx2/providers/common/include/prov/
1789  der_digests.h
1790  der_dsa.h
1791  der_ec.h
1792  der_ecx.h
1793  der_rsa.h
1794  der_sm2.h
1795  der_wrap.h
1796 include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h
1797 include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/
1798  bn_conf.h
1799  dso_conf.h
1800 include/node/openssl/archs/linux-armv4/no-asm/include/progs.h
1801 include/node/openssl/archs/linux-armv4/no-asm/include/crypto/
1802  bn_conf.h
1803  dso_conf.h
1804 include/node/openssl/archs/linux-armv4/no-asm/include/openssl/
1805  asn1.h
1806  asn1t.h
1807  bio.h
1808  cmp.h
1809  cms.h
1810  conf.h
1811  configuration.h
1812  crmf.h
1813  crypto.h
1814  ct.h
1815  err.h
1816  ess.h
1817  fipskey.h
1818  lhash.h
1819  ocsp.h
1820  opensslconf.h
1821  opensslv.h
1822  pkcs12.h
1823  pkcs7.h
1824  safestack.h
1825  srp.h
1826  ssl.h
1827  ui.h
1828  x509.h
1829  x509_vfy.h
1830  x509v3.h
1831 include/node/openssl/archs/linux-armv4/no-asm/providers/common/include/prov/
1832  der_digests.h
1833  der_dsa.h
1834  der_ec.h
1835  der_ecx.h
1836  der_rsa.h
1837  der_sm2.h
1838  der_wrap.h
1839 include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h
1840 include/node/openssl/archs/linux-elf/asm/crypto/include/internal/
1841  bn_conf.h
1842  dso_conf.h
1843 include/node/openssl/archs/linux-elf/asm/include/progs.h
1844 include/node/openssl/archs/linux-elf/asm/include/crypto/
1845  bn_conf.h
1846  dso_conf.h
1847 include/node/openssl/archs/linux-elf/asm/include/openssl/
1848  asn1.h
1849  asn1t.h
1850  bio.h
1851  cmp.h
1852  cms.h
1853  conf.h
1854  configuration.h
1855  crmf.h
1856  crypto.h
1857  ct.h
1858  err.h
1859  ess.h
1860  fipskey.h
1861  lhash.h
1862  ocsp.h
1863  opensslconf.h
1864  opensslv.h
1865  pkcs12.h
1866  pkcs7.h
1867  safestack.h
1868  srp.h
1869  ssl.h
1870  ui.h
1871  x509.h
1872  x509_vfy.h
1873  x509v3.h
1874 include/node/openssl/archs/linux-elf/asm/providers/common/include/prov/
1875  der_digests.h
1876  der_dsa.h
1877  der_ec.h
1878  der_ecx.h
1879  der_rsa.h
1880  der_sm2.h
1881  der_wrap.h
1882 include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h
1883 include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/
1884  bn_conf.h
1885  dso_conf.h
1886 include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h
1887 include/node/openssl/archs/linux-elf/asm_avx2/include/crypto/
1888  bn_conf.h
1889  dso_conf.h
1890 include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/
1891  asn1.h
1892  asn1t.h
1893  bio.h
1894  cmp.h
1895  cms.h
1896  conf.h
1897  configuration.h
1898  crmf.h
1899  crypto.h
1900  ct.h
1901  err.h
1902  ess.h
1903  fipskey.h
1904  lhash.h
1905  ocsp.h
1906  opensslconf.h
1907  opensslv.h
1908  pkcs12.h
1909  pkcs7.h
1910  safestack.h
1911  srp.h
1912  ssl.h
1913  ui.h
1914  x509.h
1915  x509_vfy.h
1916  x509v3.h
1917 include/node/openssl/archs/linux-elf/asm_avx2/providers/common/include/prov/
1918  der_digests.h
1919  der_dsa.h
1920  der_ec.h
1921  der_ecx.h
1922  der_rsa.h
1923  der_sm2.h
1924  der_wrap.h
1925 include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h
1926 include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/
1927  bn_conf.h
1928  dso_conf.h
1929 include/node/openssl/archs/linux-elf/no-asm/include/progs.h
1930 include/node/openssl/archs/linux-elf/no-asm/include/crypto/
1931  bn_conf.h
1932  dso_conf.h
1933 include/node/openssl/archs/linux-elf/no-asm/include/openssl/
1934  asn1.h
1935  asn1t.h
1936  bio.h
1937  cmp.h
1938  cms.h
1939  conf.h
1940  configuration.h
1941  crmf.h
1942  crypto.h
1943  ct.h
1944  err.h
1945  ess.h
1946  fipskey.h
1947  lhash.h
1948  ocsp.h
1949  opensslconf.h
1950  opensslv.h
1951  pkcs12.h
1952  pkcs7.h
1953  safestack.h
1954  srp.h
1955  ssl.h
1956  ui.h
1957  x509.h
1958  x509_vfy.h
1959  x509v3.h
1960 include/node/openssl/archs/linux-elf/no-asm/providers/common/include/prov/
1961  der_digests.h
1962  der_dsa.h
1963  der_ec.h
1964  der_ecx.h
1965  der_rsa.h
1966  der_sm2.h
1967  der_wrap.h
1968 include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h
1969 include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/
1970  bn_conf.h
1971  dso_conf.h
1972 include/node/openssl/archs/linux-ppc/asm/include/progs.h
1973 include/node/openssl/archs/linux-ppc/asm/include/crypto/
1974  bn_conf.h
1975  dso_conf.h
1976 include/node/openssl/archs/linux-ppc/asm/include/openssl/
1977  asn1.h
1978  asn1t.h
1979  bio.h
1980  cmp.h
1981  cms.h
1982  conf.h
1983  configuration.h
1984  crmf.h
1985  crypto.h
1986  ct.h
1987  err.h
1988  ess.h
1989  fipskey.h
1990  lhash.h
1991  ocsp.h
1992  opensslconf.h
1993  opensslv.h
1994  pkcs12.h
1995  pkcs7.h
1996  safestack.h
1997  srp.h
1998  ssl.h
1999  ui.h
2000  x509.h
2001  x509_vfy.h
2002  x509v3.h
2003 include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/
2004  der_digests.h
2005  der_dsa.h
2006  der_ec.h
2007  der_ecx.h
2008  der_rsa.h
2009  der_sm2.h
2010  der_wrap.h
2011 include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h
2012 include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/
2013  bn_conf.h
2014  dso_conf.h
2015 include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h
2016 include/node/openssl/archs/linux-ppc/asm_avx2/include/crypto/
2017  bn_conf.h
2018  dso_conf.h
2019 include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/
2020  asn1.h
2021  asn1t.h
2022  bio.h
2023  cmp.h
2024  cms.h
2025  conf.h
2026  configuration.h
2027  crmf.h
2028  crypto.h
2029  ct.h
2030  err.h
2031  ess.h
2032  fipskey.h
2033  lhash.h
2034  ocsp.h
2035  opensslconf.h
2036  opensslv.h
2037  pkcs12.h
2038  pkcs7.h
2039  safestack.h
2040  srp.h
2041  ssl.h
2042  ui.h
2043  x509.h
2044  x509_vfy.h
2045  x509v3.h
2046 include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/
2047  der_digests.h
2048  der_dsa.h
2049  der_ec.h
2050  der_ecx.h
2051  der_rsa.h
2052  der_sm2.h
2053  der_wrap.h
2054 include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h
2055 include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/
2056  bn_conf.h
2057  dso_conf.h
2058 include/node/openssl/archs/linux-ppc/no-asm/include/progs.h
2059 include/node/openssl/archs/linux-ppc/no-asm/include/crypto/
2060  bn_conf.h
2061  dso_conf.h
2062 include/node/openssl/archs/linux-ppc/no-asm/include/openssl/
2063  asn1.h
2064  asn1t.h
2065  bio.h
2066  cmp.h
2067  cms.h
2068  conf.h
2069  configuration.h
2070  crmf.h
2071  crypto.h
2072  ct.h
2073  err.h
2074  ess.h
2075  fipskey.h
2076  lhash.h
2077  ocsp.h
2078  opensslconf.h
2079  opensslv.h
2080  pkcs12.h
2081  pkcs7.h
2082  safestack.h
2083  srp.h
2084  ssl.h
2085  ui.h
2086  x509.h
2087  x509_vfy.h
2088  x509v3.h
2089 include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/
2090  der_digests.h
2091  der_dsa.h
2092  der_ec.h
2093  der_ecx.h
2094  der_rsa.h
2095  der_sm2.h
2096  der_wrap.h
2097 include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h
2098 include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/
2099  bn_conf.h
2100  dso_conf.h
2101 include/node/openssl/archs/linux-ppc64/asm/include/progs.h
2102 include/node/openssl/archs/linux-ppc64/asm/include/crypto/
2103  bn_conf.h
2104  dso_conf.h
2105 include/node/openssl/archs/linux-ppc64/asm/include/openssl/
2106  asn1.h
2107  asn1t.h
2108  bio.h
2109  cmp.h
2110  cms.h
2111  conf.h
2112  configuration.h
2113  crmf.h
2114  crypto.h
2115  ct.h
2116  err.h
2117  ess.h
2118  fipskey.h
2119  lhash.h
2120  ocsp.h
2121  opensslconf.h
2122  opensslv.h
2123  pkcs12.h
2124  pkcs7.h
2125  safestack.h
2126  srp.h
2127  ssl.h
2128  ui.h
2129  x509.h
2130  x509_vfy.h
2131  x509v3.h
2132 include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/
2133  der_digests.h
2134  der_dsa.h
2135  der_ec.h
2136  der_ecx.h
2137  der_rsa.h
2138  der_sm2.h
2139  der_wrap.h
2140 include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h
2141 include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/
2142  bn_conf.h
2143  dso_conf.h
2144 include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h
2145 include/node/openssl/archs/linux-ppc64/asm_avx2/include/crypto/
2146  bn_conf.h
2147  dso_conf.h
2148 include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/
2149  asn1.h
2150  asn1t.h
2151  bio.h
2152  cmp.h
2153  cms.h
2154  conf.h
2155  configuration.h
2156  crmf.h
2157  crypto.h
2158  ct.h
2159  err.h
2160  ess.h
2161  fipskey.h
2162  lhash.h
2163  ocsp.h
2164  opensslconf.h
2165  opensslv.h
2166  pkcs12.h
2167  pkcs7.h
2168  safestack.h
2169  srp.h
2170  ssl.h
2171  ui.h
2172  x509.h
2173  x509_vfy.h
2174  x509v3.h
2175 include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/
2176  der_digests.h
2177  der_dsa.h
2178  der_ec.h
2179  der_ecx.h
2180  der_rsa.h
2181  der_sm2.h
2182  der_wrap.h
2183 include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h
2184 include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/
2185  bn_conf.h
2186  dso_conf.h
2187 include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h
2188 include/node/openssl/archs/linux-ppc64/no-asm/include/crypto/
2189  bn_conf.h
2190  dso_conf.h
2191 include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/
2192  asn1.h
2193  asn1t.h
2194  bio.h
2195  cmp.h
2196  cms.h
2197  conf.h
2198  configuration.h
2199  crmf.h
2200  crypto.h
2201  ct.h
2202  err.h
2203  ess.h
2204  fipskey.h
2205  lhash.h
2206  ocsp.h
2207  opensslconf.h
2208  opensslv.h
2209  pkcs12.h
2210  pkcs7.h
2211  safestack.h
2212  srp.h
2213  ssl.h
2214  ui.h
2215  x509.h
2216  x509_vfy.h
2217  x509v3.h
2218 include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/
2219  der_digests.h
2220  der_dsa.h
2221  der_ec.h
2222  der_ecx.h
2223  der_rsa.h
2224  der_sm2.h
2225  der_wrap.h
2226 include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h
2227 include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/
2228  bn_conf.h
2229  dso_conf.h
2230 include/node/openssl/archs/linux-ppc64le/asm/include/progs.h
2231 include/node/openssl/archs/linux-ppc64le/asm/include/crypto/
2232  bn_conf.h
2233  dso_conf.h
2234 include/node/openssl/archs/linux-ppc64le/asm/include/openssl/
2235  asn1.h
2236  asn1t.h
2237  bio.h
2238  cmp.h
2239  cms.h
2240  conf.h
2241  configuration.h
2242  crmf.h
2243  crypto.h
2244  ct.h
2245  err.h
2246  ess.h
2247  fipskey.h
2248  lhash.h
2249  ocsp.h
2250  opensslconf.h
2251  opensslv.h
2252  pkcs12.h
2253  pkcs7.h
2254  safestack.h
2255  srp.h
2256  ssl.h
2257  ui.h
2258  x509.h
2259  x509_vfy.h
2260  x509v3.h
2261 include/node/openssl/archs/linux-ppc64le/asm/providers/common/include/prov/
2262  der_digests.h
2263  der_dsa.h
2264  der_ec.h
2265  der_ecx.h
2266  der_rsa.h
2267  der_sm2.h
2268  der_wrap.h
2269 include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h
2270 include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/
2271  bn_conf.h
2272  dso_conf.h
2273 include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h
2274 include/node/openssl/archs/linux-ppc64le/asm_avx2/include/crypto/
2275  bn_conf.h
2276  dso_conf.h
2277 include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/
2278  asn1.h
2279  asn1t.h
2280  bio.h
2281  cmp.h
2282  cms.h
2283  conf.h
2284  configuration.h
2285  crmf.h
2286  crypto.h
2287  ct.h
2288  err.h
2289  ess.h
2290  fipskey.h
2291  lhash.h
2292  ocsp.h
2293  opensslconf.h
2294  opensslv.h
2295  pkcs12.h
2296  pkcs7.h
2297  safestack.h
2298  srp.h
2299  ssl.h
2300  ui.h
2301  x509.h
2302  x509_vfy.h
2303  x509v3.h
2304 include/node/openssl/archs/linux-ppc64le/asm_avx2/providers/common/include/prov/
2305  der_digests.h
2306  der_dsa.h
2307  der_ec.h
2308  der_ecx.h
2309  der_rsa.h
2310  der_sm2.h
2311  der_wrap.h
2312 include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h
2313 include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/
2314  bn_conf.h
2315  dso_conf.h
2316 include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h
2317 include/node/openssl/archs/linux-ppc64le/no-asm/include/crypto/
2318  bn_conf.h
2319  dso_conf.h
2320 include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/
2321  asn1.h
2322  asn1t.h
2323  bio.h
2324  cmp.h
2325  cms.h
2326  conf.h
2327  configuration.h
2328  crmf.h
2329  crypto.h
2330  ct.h
2331  err.h
2332  ess.h
2333  fipskey.h
2334  lhash.h
2335  ocsp.h
2336  opensslconf.h
2337  opensslv.h
2338  pkcs12.h
2339  pkcs7.h
2340  safestack.h
2341  srp.h
2342  ssl.h
2343  ui.h
2344  x509.h
2345  x509_vfy.h
2346  x509v3.h
2347 include/node/openssl/archs/linux-ppc64le/no-asm/providers/common/include/prov/
2348  der_digests.h
2349  der_dsa.h
2350  der_ec.h
2351  der_ecx.h
2352  der_rsa.h
2353  der_sm2.h
2354  der_wrap.h
2355 include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h
2356 include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/
2357  bn_conf.h
2358  dso_conf.h
2359 include/node/openssl/archs/linux-x86_64/asm/include/progs.h
2360 include/node/openssl/archs/linux-x86_64/asm/include/crypto/
2361  bn_conf.h
2362  dso_conf.h
2363 include/node/openssl/archs/linux-x86_64/asm/include/openssl/
2364  asn1.h
2365  asn1t.h
2366  bio.h
2367  cmp.h
2368  cms.h
2369  conf.h
2370  configuration.h
2371  crmf.h
2372  crypto.h
2373  ct.h
2374  err.h
2375  ess.h
2376  fipskey.h
2377  lhash.h
2378  ocsp.h
2379  opensslconf.h
2380  opensslv.h
2381  pkcs12.h
2382  pkcs7.h
2383  safestack.h
2384  srp.h
2385  ssl.h
2386  ui.h
2387  x509.h
2388  x509_vfy.h
2389  x509v3.h
2390 include/node/openssl/archs/linux-x86_64/asm/providers/common/include/prov/
2391  der_digests.h
2392  der_dsa.h
2393  der_ec.h
2394  der_ecx.h
2395  der_rsa.h
2396  der_sm2.h
2397  der_wrap.h
2398 include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h
2399 include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/
2400  bn_conf.h
2401  dso_conf.h
2402 include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h
2403 include/node/openssl/archs/linux-x86_64/asm_avx2/include/crypto/
2404  bn_conf.h
2405  dso_conf.h
2406 include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/
2407  asn1.h
2408  asn1t.h
2409  bio.h
2410  cmp.h
2411  cms.h
2412  conf.h
2413  configuration.h
2414  crmf.h
2415  crypto.h
2416  ct.h
2417  err.h
2418  ess.h
2419  fipskey.h
2420  lhash.h
2421  ocsp.h
2422  opensslconf.h
2423  opensslv.h
2424  pkcs12.h
2425  pkcs7.h
2426  safestack.h
2427  srp.h
2428  ssl.h
2429  ui.h
2430  x509.h
2431  x509_vfy.h
2432  x509v3.h
2433 include/node/openssl/archs/linux-x86_64/asm_avx2/providers/common/include/prov/
2434  der_digests.h
2435  der_dsa.h
2436  der_ec.h
2437  der_ecx.h
2438  der_rsa.h
2439  der_sm2.h
2440  der_wrap.h
2441 include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h
2442 include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/
2443  bn_conf.h
2444  dso_conf.h
2445 include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h
2446 include/node/openssl/archs/linux-x86_64/no-asm/include/crypto/
2447  bn_conf.h
2448  dso_conf.h
2449 include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/
2450  asn1.h
2451  asn1t.h
2452  bio.h
2453  cmp.h
2454  cms.h
2455  conf.h
2456  configuration.h
2457  crmf.h
2458  crypto.h
2459  ct.h
2460  err.h
2461  ess.h
2462  fipskey.h
2463  lhash.h
2464  ocsp.h
2465  opensslconf.h
2466  opensslv.h
2467  pkcs12.h
2468  pkcs7.h
2469  safestack.h
2470  srp.h
2471  ssl.h
2472  ui.h
2473  x509.h
2474  x509_vfy.h
2475  x509v3.h
2476 include/node/openssl/archs/linux-x86_64/no-asm/providers/common/include/prov/
2477  der_digests.h
2478  der_dsa.h
2479  der_ec.h
2480  der_ecx.h
2481  der_rsa.h
2482  der_sm2.h
2483  der_wrap.h
2484 include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h
2485 include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/
2486  bn_conf.h
2487  dso_conf.h
2488 include/node/openssl/archs/linux32-s390x/asm/include/progs.h
2489 include/node/openssl/archs/linux32-s390x/asm/include/crypto/
2490  bn_conf.h
2491  dso_conf.h
2492 include/node/openssl/archs/linux32-s390x/asm/include/openssl/
2493  asn1.h
2494  asn1t.h
2495  bio.h
2496  cmp.h
2497  cms.h
2498  conf.h
2499  configuration.h
2500  crmf.h
2501  crypto.h
2502  ct.h
2503  err.h
2504  ess.h
2505  fipskey.h
2506  lhash.h
2507  ocsp.h
2508  opensslconf.h
2509  opensslv.h
2510  pkcs12.h
2511  pkcs7.h
2512  safestack.h
2513  srp.h
2514  ssl.h
2515  ui.h
2516  x509.h
2517  x509_vfy.h
2518  x509v3.h
2519 include/node/openssl/archs/linux32-s390x/asm/providers/common/include/prov/
2520  der_digests.h
2521  der_dsa.h
2522  der_ec.h
2523  der_ecx.h
2524  der_rsa.h
2525  der_sm2.h
2526  der_wrap.h
2527 include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h
2528 include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/
2529  bn_conf.h
2530  dso_conf.h
2531 include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h
2532 include/node/openssl/archs/linux32-s390x/asm_avx2/include/crypto/
2533  bn_conf.h
2534  dso_conf.h
2535 include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/
2536  asn1.h
2537  asn1t.h
2538  bio.h
2539  cmp.h
2540  cms.h
2541  conf.h
2542  configuration.h
2543  crmf.h
2544  crypto.h
2545  ct.h
2546  err.h
2547  ess.h
2548  fipskey.h
2549  lhash.h
2550  ocsp.h
2551  opensslconf.h
2552  opensslv.h
2553  pkcs12.h
2554  pkcs7.h
2555  safestack.h
2556  srp.h
2557  ssl.h
2558  ui.h
2559  x509.h
2560  x509_vfy.h
2561  x509v3.h
2562 include/node/openssl/archs/linux32-s390x/asm_avx2/providers/common/include/prov/
2563  der_digests.h
2564  der_dsa.h
2565  der_ec.h
2566  der_ecx.h
2567  der_rsa.h
2568  der_sm2.h
2569  der_wrap.h
2570 include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h
2571 include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/
2572  bn_conf.h
2573  dso_conf.h
2574 include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h
2575 include/node/openssl/archs/linux32-s390x/no-asm/include/crypto/
2576  bn_conf.h
2577  dso_conf.h
2578 include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/
2579  asn1.h
2580  asn1t.h
2581  bio.h
2582  cmp.h
2583  cms.h
2584  conf.h
2585  configuration.h
2586  crmf.h
2587  crypto.h
2588  ct.h
2589  err.h
2590  ess.h
2591  fipskey.h
2592  lhash.h
2593  ocsp.h
2594  opensslconf.h
2595  opensslv.h
2596  pkcs12.h
2597  pkcs7.h
2598  safestack.h
2599  srp.h
2600  ssl.h
2601  ui.h
2602  x509.h
2603  x509_vfy.h
2604  x509v3.h
2605 include/node/openssl/archs/linux32-s390x/no-asm/providers/common/include/prov/
2606  der_digests.h
2607  der_dsa.h
2608  der_ec.h
2609  der_ecx.h
2610  der_rsa.h
2611  der_sm2.h
2612  der_wrap.h
2613 include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h
2614 include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/
2615  bn_conf.h
2616  dso_conf.h
2617 include/node/openssl/archs/linux64-mips64/asm/include/progs.h
2618 include/node/openssl/archs/linux64-mips64/asm/include/crypto/
2619  bn_conf.h
2620  dso_conf.h
2621 include/node/openssl/archs/linux64-mips64/asm/include/openssl/
2622  asn1.h
2623  asn1t.h
2624  bio.h
2625  cmp.h
2626  cms.h
2627  conf.h
2628  configuration.h
2629  crmf.h
2630  crypto.h
2631  ct.h
2632  err.h
2633  ess.h
2634  fipskey.h
2635  lhash.h
2636  ocsp.h
2637  opensslconf.h
2638  opensslv.h
2639  pkcs12.h
2640  pkcs7.h
2641  safestack.h
2642  srp.h
2643  ssl.h
2644  ui.h
2645  x509.h
2646  x509_vfy.h
2647  x509v3.h
2648 include/node/openssl/archs/linux64-mips64/asm/providers/common/include/prov/
2649  der_digests.h
2650  der_dsa.h
2651  der_ec.h
2652  der_ecx.h
2653  der_rsa.h
2654  der_sm2.h
2655  der_wrap.h
2656 include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h
2657 include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/
2658  bn_conf.h
2659  dso_conf.h
2660 include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h
2661 include/node/openssl/archs/linux64-mips64/asm_avx2/include/crypto/
2662  bn_conf.h
2663  dso_conf.h
2664 include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/
2665  asn1.h
2666  asn1t.h
2667  bio.h
2668  cmp.h
2669  cms.h
2670  conf.h
2671  configuration.h
2672  crmf.h
2673  crypto.h
2674  ct.h
2675  err.h
2676  ess.h
2677  fipskey.h
2678  lhash.h
2679  ocsp.h
2680  opensslconf.h
2681  opensslv.h
2682  pkcs12.h
2683  pkcs7.h
2684  safestack.h
2685  srp.h
2686  ssl.h
2687  ui.h
2688  x509.h
2689  x509_vfy.h
2690  x509v3.h
2691 include/node/openssl/archs/linux64-mips64/asm_avx2/providers/common/include/prov/
2692  der_digests.h
2693  der_dsa.h
2694  der_ec.h
2695  der_ecx.h
2696  der_rsa.h
2697  der_sm2.h
2698  der_wrap.h
2699 include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h
2700 include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/
2701  bn_conf.h
2702  dso_conf.h
2703 include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h
2704 include/node/openssl/archs/linux64-mips64/no-asm/include/crypto/
2705  bn_conf.h
2706  dso_conf.h
2707 include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/
2708  asn1.h
2709  asn1t.h
2710  bio.h
2711  cmp.h
2712  cms.h
2713  conf.h
2714  configuration.h
2715  crmf.h
2716  crypto.h
2717  ct.h
2718  err.h
2719  ess.h
2720  fipskey.h
2721  lhash.h
2722  ocsp.h
2723  opensslconf.h
2724  opensslv.h
2725  pkcs12.h
2726  pkcs7.h
2727  safestack.h
2728  srp.h
2729  ssl.h
2730  ui.h
2731  x509.h
2732  x509_vfy.h
2733  x509v3.h
2734 include/node/openssl/archs/linux64-mips64/no-asm/providers/common/include/prov/
2735  der_digests.h
2736  der_dsa.h
2737  der_ec.h
2738  der_ecx.h
2739  der_rsa.h
2740  der_sm2.h
2741  der_wrap.h
2742 include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h
2743 include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/
2744  bn_conf.h
2745  dso_conf.h
2746 include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h
2747 include/node/openssl/archs/linux64-riscv64/no-asm/include/crypto/
2748  bn_conf.h
2749  dso_conf.h
2750 include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/
2751  asn1.h
2752  asn1t.h
2753  bio.h
2754  cmp.h
2755  cms.h
2756  conf.h
2757  configuration.h
2758  crmf.h
2759  crypto.h
2760  ct.h
2761  err.h
2762  ess.h
2763  fipskey.h
2764  lhash.h
2765  ocsp.h
2766  opensslconf.h
2767  opensslv.h
2768  pkcs12.h
2769  pkcs7.h
2770  safestack.h
2771  srp.h
2772  ssl.h
2773  ui.h
2774  x509.h
2775  x509_vfy.h
2776  x509v3.h
2777 include/node/openssl/archs/linux64-riscv64/no-asm/providers/common/include/prov/
2778  der_digests.h
2779  der_dsa.h
2780  der_ec.h
2781  der_ecx.h
2782  der_rsa.h
2783  der_sm2.h
2784  der_wrap.h
2785 include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h
2786 include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/
2787  bn_conf.h
2788  dso_conf.h
2789 include/node/openssl/archs/linux64-s390x/asm/include/progs.h
2790 include/node/openssl/archs/linux64-s390x/asm/include/crypto/
2791  bn_conf.h
2792  dso_conf.h
2793 include/node/openssl/archs/linux64-s390x/asm/include/openssl/
2794  asn1.h
2795  asn1t.h
2796  bio.h
2797  cmp.h
2798  cms.h
2799  conf.h
2800  configuration.h
2801  crmf.h
2802  crypto.h
2803  ct.h
2804  err.h
2805  ess.h
2806  fipskey.h
2807  lhash.h
2808  ocsp.h
2809  opensslconf.h
2810  opensslv.h
2811  pkcs12.h
2812  pkcs7.h
2813  safestack.h
2814  srp.h
2815  ssl.h
2816  ui.h
2817  x509.h
2818  x509_vfy.h
2819  x509v3.h
2820 include/node/openssl/archs/linux64-s390x/asm/providers/common/include/prov/
2821  der_digests.h
2822  der_dsa.h
2823  der_ec.h
2824  der_ecx.h
2825  der_rsa.h
2826  der_sm2.h
2827  der_wrap.h
2828 include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h
2829 include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/
2830  bn_conf.h
2831  dso_conf.h
2832 include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h
2833 include/node/openssl/archs/linux64-s390x/asm_avx2/include/crypto/
2834  bn_conf.h
2835  dso_conf.h
2836 include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/
2837  asn1.h
2838  asn1t.h
2839  bio.h
2840  cmp.h
2841  cms.h
2842  conf.h
2843  configuration.h
2844  crmf.h
2845  crypto.h
2846  ct.h
2847  err.h
2848  ess.h
2849  fipskey.h
2850  lhash.h
2851  ocsp.h
2852  opensslconf.h
2853  opensslv.h
2854  pkcs12.h
2855  pkcs7.h
2856  safestack.h
2857  srp.h
2858  ssl.h
2859  ui.h
2860  x509.h
2861  x509_vfy.h
2862  x509v3.h
2863 include/node/openssl/archs/linux64-s390x/asm_avx2/providers/common/include/prov/
2864  der_digests.h
2865  der_dsa.h
2866  der_ec.h
2867  der_ecx.h
2868  der_rsa.h
2869  der_sm2.h
2870  der_wrap.h
2871 include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h
2872 include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/
2873  bn_conf.h
2874  dso_conf.h
2875 include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h
2876 include/node/openssl/archs/linux64-s390x/no-asm/include/crypto/
2877  bn_conf.h
2878  dso_conf.h
2879 include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/
2880  asn1.h
2881  asn1t.h
2882  bio.h
2883  cmp.h
2884  cms.h
2885  conf.h
2886  configuration.h
2887  crmf.h
2888  crypto.h
2889  ct.h
2890  err.h
2891  ess.h
2892  fipskey.h
2893  lhash.h
2894  ocsp.h
2895  opensslconf.h
2896  opensslv.h
2897  pkcs12.h
2898  pkcs7.h
2899  safestack.h
2900  srp.h
2901  ssl.h
2902  ui.h
2903  x509.h
2904  x509_vfy.h
2905  x509v3.h
2906 include/node/openssl/archs/linux64-s390x/no-asm/providers/common/include/prov/
2907  der_digests.h
2908  der_dsa.h
2909  der_ec.h
2910  der_ecx.h
2911  der_rsa.h
2912  der_sm2.h
2913  der_wrap.h
2914 include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h
2915 include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/
2916  bn_conf.h
2917  dso_conf.h
2918 include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h
2919 include/node/openssl/archs/solaris-x86-gcc/asm/include/crypto/
2920  bn_conf.h
2921  dso_conf.h
2922 include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/
2923  asn1.h
2924  asn1t.h
2925  bio.h
2926  cmp.h
2927  cms.h
2928  conf.h
2929  configuration.h
2930  crmf.h
2931  crypto.h
2932  ct.h
2933  err.h
2934  ess.h
2935  fipskey.h
2936  lhash.h
2937  ocsp.h
2938  opensslconf.h
2939  opensslv.h
2940  pkcs12.h
2941  pkcs7.h
2942  safestack.h
2943  srp.h
2944  ssl.h
2945  ui.h
2946  x509.h
2947  x509_vfy.h
2948  x509v3.h
2949 include/node/openssl/archs/solaris-x86-gcc/asm/providers/common/include/prov/
2950  der_digests.h
2951  der_dsa.h
2952  der_ec.h
2953  der_ecx.h
2954  der_rsa.h
2955  der_sm2.h
2956  der_wrap.h
2957 include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h
2958 include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/
2959  bn_conf.h
2960  dso_conf.h
2961 include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h
2962 include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/crypto/
2963  bn_conf.h
2964  dso_conf.h
2965 include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/
2966  asn1.h
2967  asn1t.h
2968  bio.h
2969  cmp.h
2970  cms.h
2971  conf.h
2972  configuration.h
2973  crmf.h
2974  crypto.h
2975  ct.h
2976  err.h
2977  ess.h
2978  fipskey.h
2979  lhash.h
2980  ocsp.h
2981  opensslconf.h
2982  opensslv.h
2983  pkcs12.h
2984  pkcs7.h
2985  safestack.h
2986  srp.h
2987  ssl.h
2988  ui.h
2989  x509.h
2990  x509_vfy.h
2991  x509v3.h
2992 include/node/openssl/archs/solaris-x86-gcc/asm_avx2/providers/common/include/prov/
2993  der_digests.h
2994  der_dsa.h
2995  der_ec.h
2996  der_ecx.h
2997  der_rsa.h
2998  der_sm2.h
2999  der_wrap.h
3000 include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h
3001 include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/
3002  bn_conf.h
3003  dso_conf.h
3004 include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h
3005 include/node/openssl/archs/solaris-x86-gcc/no-asm/include/crypto/
3006  bn_conf.h
3007  dso_conf.h
3008 include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/
3009  asn1.h
3010  asn1t.h
3011  bio.h
3012  cmp.h
3013  cms.h
3014  conf.h
3015  configuration.h
3016  crmf.h
3017  crypto.h
3018  ct.h
3019  err.h
3020  ess.h
3021  fipskey.h
3022  lhash.h
3023  ocsp.h
3024  opensslconf.h
3025  opensslv.h
3026  pkcs12.h
3027  pkcs7.h
3028  safestack.h
3029  srp.h
3030  ssl.h
3031  ui.h
3032  x509.h
3033  x509_vfy.h
3034  x509v3.h
3035 include/node/openssl/archs/solaris-x86-gcc/no-asm/providers/common/include/prov/
3036  der_digests.h
3037  der_dsa.h
3038  der_ec.h
3039  der_ecx.h
3040  der_rsa.h
3041  der_sm2.h
3042  der_wrap.h
3043 include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h
3044 include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/
3045  bn_conf.h
3046  dso_conf.h
3047 include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h
3048 include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/crypto/
3049  bn_conf.h
3050  dso_conf.h
3051 include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/
3052  asn1.h
3053  asn1t.h
3054  bio.h
3055  cmp.h
3056  cms.h
3057  conf.h
3058  configuration.h
3059  crmf.h
3060  crypto.h
3061  ct.h
3062  err.h
3063  ess.h
3064  fipskey.h
3065  lhash.h
3066  ocsp.h
3067  opensslconf.h
3068  opensslv.h
3069  pkcs12.h
3070  pkcs7.h
3071  safestack.h
3072  srp.h
3073  ssl.h
3074  ui.h
3075  x509.h
3076  x509_vfy.h
3077  x509v3.h
3078 include/node/openssl/archs/solaris64-x86_64-gcc/asm/providers/common/include/prov/
3079  der_digests.h
3080  der_dsa.h
3081  der_ec.h
3082  der_ecx.h
3083  der_rsa.h
3084  der_sm2.h
3085  der_wrap.h
3086 include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h
3087 include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/
3088  bn_conf.h
3089  dso_conf.h
3090 include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h
3091 include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/crypto/
3092  bn_conf.h
3093  dso_conf.h
3094 include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/
3095  asn1.h
3096  asn1t.h
3097  bio.h
3098  cmp.h
3099  cms.h
3100  conf.h
3101  configuration.h
3102  crmf.h
3103  crypto.h
3104  ct.h
3105  err.h
3106  ess.h
3107  fipskey.h
3108  lhash.h
3109  ocsp.h
3110  opensslconf.h
3111  opensslv.h
3112  pkcs12.h
3113  pkcs7.h
3114  safestack.h
3115  srp.h
3116  ssl.h
3117  ui.h
3118  x509.h
3119  x509_vfy.h
3120  x509v3.h
3121 include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/providers/common/include/prov/
3122  der_digests.h
3123  der_dsa.h
3124  der_ec.h
3125  der_ecx.h
3126  der_rsa.h
3127  der_sm2.h
3128  der_wrap.h
3129 include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h
3130 include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/
3131  bn_conf.h
3132  dso_conf.h
3133 include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h
3134 include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/crypto/
3135  bn_conf.h
3136  dso_conf.h
3137 include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/
3138  asn1.h
3139  asn1t.h
3140  bio.h
3141  cmp.h
3142  cms.h
3143  conf.h
3144  configuration.h
3145  crmf.h
3146  crypto.h
3147  ct.h
3148  err.h
3149  ess.h
3150  fipskey.h
3151  lhash.h
3152  ocsp.h
3153  opensslconf.h
3154  opensslv.h
3155  pkcs12.h
3156  pkcs7.h
3157  safestack.h
3158  srp.h
3159  ssl.h
3160  ui.h
3161  x509.h
3162  x509_vfy.h
3163  x509v3.h
3164 include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/providers/common/include/prov/
3165  der_digests.h
3166  der_dsa.h
3167  der_ec.h
3168  der_ecx.h
3169  der_rsa.h
3170  der_sm2.h
3171  der_wrap.h
3172 lib/node_modules/corepack/
3173  LICENSE.md
3174  README.md
3175  package.json
3176 lib/node_modules/corepack/dist/
3177  corepack.js
3178  npm.js
3179  npx.js
3180  pnpm.js
3181  pnpx.js
3182  vcc.js
3183  yarn.js
3184  yarnpkg.js
3185 lib/node_modules/corepack/shims/
3186  corepack
3187  corepack.cmd
3188  corepack.ps1
3189  npm
3190  npm.cmd
3191  npm.ps1
3192  npx
3193  npx.cmd
3194  npx.ps1
3195  pnpm
3196  pnpm.cmd
3197  pnpm.ps1
3198  pnpx
3199  pnpx.cmd
3200  pnpx.ps1
3201  yarn
3202  yarn.cmd
3203  yarn.ps1
3204  yarnpkg
3205  yarnpkg.cmd
3206  yarnpkg.ps1
3207 lib/node_modules/corepack/shims/nodewin/
3208  corepack
3209  corepack.cmd
3210  corepack.ps1
3211  npm
3212  npm.cmd
3213  npm.ps1
3214  npx
3215  npx.cmd
3216  npx.ps1
3217  pnpm
3218  pnpm.cmd
3219  pnpm.ps1
3220  pnpx
3221  pnpx.cmd
3222  pnpx.ps1
3223  vcc
3224  vcc.cmd
3225  vcc.ps1
3226  yarn
3227  yarn.cmd
3228  yarn.ps1
3229  yarnpkg
3230  yarnpkg.cmd
3231  yarnpkg.ps1
3232 share/man/man1/node.1.gz
3233 share/systemtap/tapset/node.stp
3234
3235
3236 [FILE:43:manifests/plist.docs]
3237 share/doc/node/
3238  gdbinit
3239  lldb_commands.py
3240
3241
3242 [FILE:686:patches/patch-common.gypi]
3243 --- common.gypi.orig    2022-03-22 02:56:41 UTC
3244 +++ common.gypi
3245 @@ -390,11 +390,11 @@
3246            'BUILDING_UV_SHARED=1',
3247          ],
3248        }],
3249 -      [ 'OS in "linux freebsd openbsd solaris aix"', {
3250 +      [ 'OS in "linux freebsd openbsd netbsd solaris aix"', {
3251          'cflags': [ '-pthread' ],
3252          'ldflags': [ '-pthread' ],
3253        }],
3254 -      [ 'OS in "linux freebsd openbsd solaris android aix cloudabi"', {
3255 +      [ 'OS in "linux freebsd openbsd netbsd solaris android aix cloudabi"', {
3256          'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', ],
3257          'cflags_cc': [ '-fno-rtti', '-fno-exceptions', '-std=gnu++17' ],
3258          'defines': [ '__STDC_FORMAT_MACROS' ],
3259
3260
3261 [FILE:501:patches/patch-deps_cares_cares.gyp]
3262 --- deps/cares/cares.gyp.orig   2022-03-22 02:56:41 UTC
3263 +++ deps/cares/cares.gyp
3264 @@ -165,6 +165,10 @@
3265            'include_dirs': [ 'config/freebsd' ],
3266            'sources': [ 'config/freebsd/ares_config.h' ]
3267          }],
3268 +        [ 'OS=="netbsd"', {
3269 +          'include_dirs': [ 'config/netbsd' ],
3270 +          'sources': [ 'config/netbsd/ares_config.h' ]
3271 +        }],
3272          [ 'OS=="openbsd"', {
3273            'include_dirs': [ 'config/openbsd' ],
3274            'sources': [ 'config/openbsd/ares_config.h' ]
3275
3276
3277 [FILE:528:patches/patch-deps_openssl_openssl_util_perl_OpenSSL_config.pm]
3278 --- deps/openssl/openssl/util/perl/OpenSSL/config.pm.orig       2022-03-22 02:56:43 UTC
3279 +++ deps/openssl/openssl/util/perl/OpenSSL/config.pm
3280 @@ -753,6 +753,7 @@ EOF
3281        [ 'sparc64-.*-.*bsd.*',     { target => "BSD-sparc64" } ],
3282        [ 'ia64-.*-.*bsd.*',        { target => "BSD-ia64" } ],
3283        [ 'x86_64-.*-dragonfly.*',  { target => "BSD-x86_64" } ],
3284 +      [ 'x86_64-.*-*bsd.*',       { target => "BSD-x86_64" } ],
3285        [ 'amd64-.*-.*bsd.*',       { target => "BSD-x86_64" } ],
3286        [ '.*86.*-.*-.*bsd.*',
3287          sub {
3288
3289
3290 [FILE:414:patches/patch-deps_uv_common.gypi]
3291 --- deps/uv/common.gypi.orig    2022-03-22 02:56:43 UTC
3292 +++ deps/uv/common.gypi
3293 @@ -135,7 +135,7 @@
3294            }]
3295          ]
3296        }],
3297 -      ['OS in "freebsd dragonflybsd linux openbsd solaris android aix"', {
3298 +      ['OS in "freebsd dragonflybsd linux openbsd netbsd solaris android aix"', {
3299          'cflags': [ '-Wall' ],
3300          'cflags_cc': [ '-fno-rtti', '-fno-exceptions' ],
3301          'target_conditions': [
3302
3303
3304 [FILE:478:patches/patch-deps_v8_src_base_platform_condition-variable.cc]
3305 --- deps/v8/src/base/platform/condition-variable.cc.orig        2022-03-22 02:56:43 UTC
3306 +++ deps/v8/src/base/platform/condition-variable.cc
3307 @@ -20,6 +20,7 @@ namespace base {
3308  
3309  ConditionVariable::ConditionVariable() {
3310  #if (V8_OS_FREEBSD || V8_OS_NETBSD || V8_OS_OPENBSD || \
3311 +     V8_OS_DRAGONFLYBSD || \
3312       (V8_OS_LINUX && V8_LIBC_GLIBC))
3313    // On Free/Net/OpenBSD and Linux with glibc we can change the time
3314    // source for pthread_cond_timedwait() to use the monotonic clock.
3315
3316
3317 [FILE:638:patches/patch-deps_v8_src_base_platform_platform-freebsd.cc]
3318 --- deps/v8/src/base/platform/platform-freebsd.cc.orig  2022-03-22 02:56:43 UTC
3319 +++ deps/v8/src/base/platform/platform-freebsd.cc
3320 @@ -48,6 +48,9 @@ static unsigned StringToLong(char* buffe
3321  }
3322  
3323  std::vector<OS::SharedLibraryAddress> OS::GetSharedLibraryAddresses() {
3324 +#ifdef __DragonFly__
3325 +  return std::vector<SharedLibraryAddress>();
3326 +#else
3327    std::vector<SharedLibraryAddress> result;
3328    int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_VMMAP, getpid()};
3329    size_t miblen = sizeof(mib) / sizeof(mib[0]);
3330 @@ -91,6 +94,7 @@ std::vector<OS::SharedLibraryAddress> OS
3331      }
3332    }
3333    return result;
3334 +#endif
3335  }
3336  
3337  void OS::SignalCodeMovingGC() {}
3338
3339
3340 [FILE:1632:patches/patch-deps_v8_src_base_platform_platform-posix.cc]
3341 --- deps/v8/src/base/platform/platform-posix.cc.orig    2022-03-22 02:56:43 UTC
3342 +++ deps/v8/src/base/platform/platform-posix.cc
3343 @@ -840,8 +840,13 @@ Thread::Thread(const Options& options)
3344      : data_(new PlatformData),
3345        stack_size_(options.stack_size()),
3346        start_semaphore_(nullptr) {
3347 +#if V8_OS_NETBSD
3348 +  if (stack_size_ > 0 && static_cast<size_t>(stack_size_) < sysconf(_SC_THREAD_STACK_MIN)) {
3349 +    stack_size_ = sysconf(_SC_THREAD_STACK_MIN);
3350 +#else
3351    if (stack_size_ > 0 && static_cast<size_t>(stack_size_) < PTHREAD_STACK_MIN) {
3352      stack_size_ = PTHREAD_STACK_MIN;
3353 +#endif
3354    }
3355    set_name(options.name());
3356  }
3357 @@ -857,7 +862,7 @@ static void SetThreadName(const char* na
3358    pthread_set_name_np(pthread_self(), name);
3359  #elif V8_OS_NETBSD
3360    STATIC_ASSERT(Thread::kMaxThreadNameLength <= PTHREAD_MAX_NAMELEN_NP);
3361 -  pthread_setname_np(pthread_self(), "%s", name);
3362 +  pthread_setname_np(pthread_self(), "%s", (void *)name);
3363  #elif V8_OS_MACOSX
3364    // pthread_setname_np is only available in 10.6 or later, so test
3365    // for it at runtime.
3366 @@ -1055,6 +1060,7 @@ void Thread::SetThreadLocal(LocalStorage
3367  // support it. MacOS and FreeBSD are different here.
3368  #if !defined(V8_OS_FREEBSD) && !defined(V8_OS_MACOSX) && !defined(_AIX) && \
3369      !defined(V8_OS_SOLARIS)
3370 +#if !defined(V8_OS_DRAGONFLYBSD)
3371  
3372  // static
3373  Stack::StackSlot Stack::GetStackStart() {
3374 @@ -1080,6 +1086,7 @@ Stack::StackSlot Stack::GetStackStart()
3375  #endif  // !defined(V8_LIBC_GLIBC)
3376  }
3377  
3378 +#endif  // !defined(V8_OS_DRAGONFLYBSD)
3379  #endif  // !defined(V8_OS_FREEBSD) && !defined(V8_OS_MACOSX) &&
3380          // !defined(_AIX) && !defined(V8_OS_SOLARIS)
3381  
3382
3383
3384 [FILE:296:patches/patch-deps_v8_src_base_strings.h]
3385 --- deps/v8/src/base/strings.h.orig     2022-03-22 02:56:43 UTC
3386 +++ deps/v8/src/base/strings.h
3387 @@ -5,6 +5,7 @@
3388  #ifndef V8_BASE_STRINGS_H_
3389  #define V8_BASE_STRINGS_H_
3390  
3391 +#include <stdarg.h> // for va_list
3392  #include "src/base/base-export.h"
3393  #include "src/base/macros.h"
3394  #include "src/base/vector.h"
3395
3396
3397 [FILE:616:patches/patch-deps_v8_src_base_utils_random-number-generator.cc]
3398 --- deps/v8/src/base/utils/random-number-generator.cc.orig      2022-03-22 02:56:43 UTC
3399 +++ deps/v8/src/base/utils/random-number-generator.cc
3400 @@ -55,7 +55,7 @@ RandomNumberGenerator::RandomNumberGener
3401    result = rand_s(&second_half);
3402    DCHECK_EQ(0, result);
3403    SetSeed((static_cast<int64_t>(first_half) << 32) + second_half);
3404 -#elif V8_OS_MACOSX || V8_OS_FREEBSD || V8_OS_OPENBSD
3405 +#elif V8_OS_MACOSX || V8_OS_FREEBSD || V8_OS_OPENBSD || V8_OS_DRAGONFLYBSD
3406    // Despite its prefix suggests it is not RC4 algorithm anymore.
3407    // It always succeeds while having decent performance and
3408    // no file descriptor involved.
3409
3410
3411 [FILE:451:patches/patch-deps_v8_src_d8_d8-posix.cc]
3412 --- deps/v8/src/d8/d8-posix.cc.orig     2022-03-22 02:56:43 UTC
3413 +++ deps/v8/src/d8/d8-posix.cc
3414 @@ -340,7 +340,7 @@ static Local<Value> GetStdout(Isolate* i
3415  // See http://code.google.com/p/v8/issues/detail?id=401.
3416  #if defined(WNOWAIT) && !defined(ANDROID) && !defined(__APPLE__) && \
3417      !defined(__NetBSD__) && !defined(__Fuchsia__)
3418 -#if !defined(__FreeBSD__)
3419 +#if !defined(__FreeBSD__) && !defined(__DragonFly__)
3420  #define HAS_WAITID 1
3421  #endif
3422  #endif
3423
3424
3425 [FILE:484:patches/patch-deps_v8_src_libsampler_sampler.cc]
3426 --- deps/v8/src/libsampler/sampler.cc.orig      2022-03-22 02:56:43 UTC
3427 +++ deps/v8/src/libsampler/sampler.cc
3428 @@ -484,7 +484,7 @@ void SignalHandler::FillRegisterState(vo
3429    state->fp =
3430        reinterpret_cast<void*>(arm_thread_state64_get_fp(mcontext->__ss));
3431  #endif  // V8_HOST_ARCH_*
3432 -#elif V8_OS_FREEBSD
3433 +#elif V8_OS_FREEBSD || V8_OS_DRAGONFLYBSD
3434  #if V8_HOST_ARCH_IA32
3435    state->pc = reinterpret_cast<void*>(mcontext.mc_eip);
3436    state->sp = reinterpret_cast<void*>(mcontext.mc_esp);
3437
3438
3439 [FILE:669:patches/patch-deps_v8_src_trap-handler_handler-inside-posix.cc]
3440 --- deps/v8/src/trap-handler/handler-inside-posix.cc.orig       2022-03-22 02:56:43 UTC
3441 +++ deps/v8/src/trap-handler/handler-inside-posix.cc
3442 @@ -27,7 +27,7 @@
3443  
3444  #include <signal.h>
3445  
3446 -#if defined(V8_OS_LINUX) || defined(V8_OS_FREEBSD)
3447 +#if V8_OS_LINUX || V8_OS_FREEBSD || V8_OS_DRAGONFLYBSD
3448  #include <ucontext.h>
3449  #elif V8_OS_MACOSX
3450  #include <sys/ucontext.h>
3451 @@ -53,6 +53,8 @@ namespace trap_handler {
3452  #define CONTEXT_REG(reg, REG) &uc->uc_mcontext->__ss.__##reg
3453  #elif V8_OS_FREEBSD
3454  #define CONTEXT_REG(reg, REG) &uc->uc_mcontext.mc_##reg
3455 +#elif V8_OS_DRAGONFLYBSD
3456 +#define CONTEXT_REG(reg, REG) &uc->uc_mcontext.mc_##reg
3457  #else
3458  #error "Unsupported platform."
3459  #endif
3460
3461
3462 [FILE:426:patches/patch-deps_v8_src_trap-handler_handler-inside-posix.h]
3463 --- deps/v8/src/trap-handler/handler-inside-posix.h.orig        2022-03-22 02:56:43 UTC
3464 +++ deps/v8/src/trap-handler/handler-inside-posix.h
3465 @@ -13,7 +13,7 @@ namespace v8 {
3466  namespace internal {
3467  namespace trap_handler {
3468  
3469 -#if V8_OS_LINUX || V8_OS_FREEBSD
3470 +#if defined(V8_OS_LINUX) || defined(V8_OS_FREEBSD) || defined(V8_OS_DRAGONFLYBSD)
3471  constexpr int kOobSignal = SIGSEGV;
3472  #elif V8_OS_MACOSX
3473  constexpr int kOobSignal = SIGBUS;
3474
3475
3476 [FILE:472:patches/patch-deps_v8_src_trap-handler_trap-handler.h]
3477 --- deps/v8/src/trap-handler/trap-handler.h.orig        2022-03-22 02:56:43 UTC
3478 +++ deps/v8/src/trap-handler/trap-handler.h
3479 @@ -20,6 +20,7 @@ namespace trap_handler {
3480  // X64 on Linux, Windows, MacOS, FreeBSD.
3481  #if V8_HOST_ARCH_X64 && V8_TARGET_ARCH_X64 &&                        \
3482      ((V8_OS_LINUX && !V8_OS_ANDROID) || V8_OS_WIN || V8_OS_MACOSX || \
3483 +     V8_OS_DRAGONFLYBSD || \
3484       V8_OS_FREEBSD)
3485  #define V8_TRAP_HANDLER_SUPPORTED true
3486  // Arm64 (non-simulator) on Mac.
3487
3488
3489 [FILE:321:patches/patch-deps_v8_tools_run-llprof.sh]
3490 --- deps/v8/tools/run-llprof.sh.orig    2022-03-22 02:56:45 UTC
3491 +++ deps/v8/tools/run-llprof.sh
3492 @@ -46,7 +46,7 @@ framework, then calls the low level tick
3493  EOF
3494  }
3495  
3496 -if [ $# -eq 0 ] || [ "$1" == "-h" ]  || [ "$1" == "--help" ] ; then
3497 +if [ $# -eq 0 ] || [ "$1" = "-h" ]  || [ "$1" = "--help" ] ; then
3498    usage
3499    exit 1
3500  fi
3501
3502
3503 [FILE:216:patches/patch-node.gypi]
3504 --- node.gypi.orig      2022-03-22 02:56:45 UTC
3505 +++ node.gypi
3506 @@ -245,6 +245,7 @@
3507      [ 'OS=="solaris"', {
3508        'libraries': [
3509          '-lkstat',
3510 +        '-lsocket',
3511          '-lumem',
3512        ],
3513        'defines!': [
3514
3515
3516 [FILE:638:patches/patch-src_inspector__agent.cc]
3517 --- src/inspector_agent.cc.orig 2022-03-22 02:56:45 UTC
3518 +++ src/inspector_agent.cc
3519 @@ -96,7 +96,7 @@ static int StartDebugSignalHandler() {
3520    CHECK_EQ(0, uv_sem_init(&start_io_thread_semaphore, 0));
3521    pthread_attr_t attr;
3522    CHECK_EQ(0, pthread_attr_init(&attr));
3523 -#if defined(PTHREAD_STACK_MIN) && !defined(__FreeBSD__)
3524 +#if defined(PTHREAD_STACK_MIN) && !defined(__FreeBSD__) && !defined(__NetBSD__)
3525    // PTHREAD_STACK_MIN is 2 KB with musl libc, which is too small to safely
3526    // receive signals. PTHREAD_STACK_MIN + MINSIGSTKSZ is 8 KB on arm64, which
3527    // is the musl architecture with the biggest MINSIGSTKSZ so let's use that
3528
3529
3530 [FILE:600:patches/patch-src_node__postmortem__metadata.cc]
3531 --- src/node_postmortem_metadata.cc.orig        2022-03-22 02:56:45 UTC
3532 +++ src/node_postmortem_metadata.cc
3533 @@ -12,6 +12,10 @@
3534  #define NODEDBG_OFFSET(Class, Member, Type) \
3535      NODEDBG_SYMBOL(offset_ ## Class ## __ ## Member ## __ ## Type)
3536  
3537 +// Some systems provide macros for the types as well, which get expanded
3538 +// by the nested macros here.
3539 +#undef uintptr_t
3540 +
3541  // These are the constants describing Node internal structures. Every constant
3542  // should use the format described above.  These constants are declared as
3543  // global integers so that they'll be present in the generated node binary. They
3544
3545
3546 [FILE:511:patches/patch-tools_gyp_pylib_gyp_generator_make.py]
3547 --- tools/gyp/pylib/gyp/generator/make.py.orig  2022-03-22 02:56:46 UTC
3548 +++ tools/gyp/pylib/gyp/generator/make.py
3549 @@ -2398,7 +2398,7 @@ def GenerateOutput(target_list, target_d
3550                  "flock_index": 2,
3551              }
3552          )
3553 -    elif flavor == "freebsd":
3554 +    elif flavor == "freebsd" or flavor == 'dragonflybsd' or flavor == 'netbsd':
3555          # Note: OpenBSD has sysutils/flock. lockf seems to be FreeBSD specific.
3556          header_params.update({"flock": "lockf"})
3557      elif flavor == "openbsd":
3558
3559
3560 [FILE:980:patches/patch-tools_gyp_pylib_gyp_xcode__emulation.py]
3561 --- tools/gyp/pylib/gyp/xcode_emulation.py.orig 2022-03-22 02:56:46 UTC
3562 +++ tools/gyp/pylib/gyp/xcode_emulation.py
3563 @@ -607,7 +607,7 @@ class XcodeSettings:
3564  
3565          self._Appendf(cflags, "GCC_OPTIMIZATION_LEVEL", "-O%s", default="s")
3566  
3567 -        if self._Test("GCC_GENERATE_DEBUGGING_SYMBOLS", "YES", default="YES"):
3568 +        if self._Test("GCC_GENERATE_DEBUGGING_SYMBOLS", "YES", default="NO"):
3569              dbg_format = self._Settings().get("DEBUG_INFORMATION_FORMAT", "dwarf")
3570              if dbg_format == "dwarf":
3571                  cflags.append("-gdwarf-2")
3572 @@ -1099,7 +1099,7 @@ class XcodeSettings:
3573          # For static libraries, no dSYMs are created.
3574          result = []
3575          if (
3576 -            self._Test("GCC_GENERATE_DEBUGGING_SYMBOLS", "YES", default="YES")
3577 +            self._Test("GCC_GENERATE_DEBUGGING_SYMBOLS", "YES", default="NO")
3578              and self._Test(
3579                  "DEBUG_INFORMATION_FORMAT", "dwarf-with-dsym", default="dwarf"
3580              )
3581
3582
3583 [FILE:424:patches/patch-tools_install.py]
3584 --- tools/install.py.orig       2022-03-22 02:56:46 UTC
3585 +++ tools/install.py
3586 @@ -156,7 +156,7 @@ def files(action):
3587    action(['deps/v8/tools/gdbinit'], 'share/doc/node/')
3588    action(['deps/v8/tools/lldb_commands.py'], 'share/doc/node/')
3589  
3590 -  if 'freebsd' in sys.platform or 'openbsd' in sys.platform:
3591 +  if 'skipme' in sys.platform:
3592      action(['doc/node.1'], 'man/man1/')
3593    else:
3594      action(['doc/node.1'], 'share/man/man1/')
3595