node-aix-ppc64 20.2.0 → 20.3.0

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 (55) hide show
  1. package/CHANGELOG.md +164 -1
  2. package/LICENSE +0 -11
  3. package/README.md +14 -10
  4. package/bin/node +0 -0
  5. package/include/node/config.gypi +1 -1
  6. package/include/node/js_native_api.h +6 -6
  7. package/include/node/js_native_api_types.h +2 -1
  8. package/include/node/node.exp +93 -41
  9. package/include/node/node_api.h +2 -2
  10. package/include/node/node_version.h +2 -2
  11. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +29 -0
  12. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/crypto/bn_conf.h +29 -0
  13. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/crypto/dso_conf.h +19 -0
  14. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/asn1.h +1128 -0
  15. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/asn1t.h +946 -0
  16. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/bio.h +887 -0
  17. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/cmp.h +596 -0
  18. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/cms.h +493 -0
  19. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/conf.h +211 -0
  20. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/configuration.h +137 -0
  21. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/crmf.h +227 -0
  22. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/crypto.h +558 -0
  23. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ct.h +573 -0
  24. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/err.h +504 -0
  25. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ess.h +128 -0
  26. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/fipskey.h +36 -0
  27. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/lhash.h +288 -0
  28. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ocsp.h +483 -0
  29. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +114 -0
  30. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/pkcs12.h +350 -0
  31. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/pkcs7.h +427 -0
  32. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/safestack.h +297 -0
  33. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/srp.h +285 -0
  34. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ssl.h +2668 -0
  35. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ui.h +407 -0
  36. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509.h +1276 -0
  37. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509_vfy.h +894 -0
  38. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509v3.h +1450 -0
  39. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h +123 -0
  40. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_digests.h +160 -0
  41. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_dsa.h +94 -0
  42. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_ec.h +286 -0
  43. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_ecx.h +50 -0
  44. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_rsa.h +187 -0
  45. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_sm2.h +37 -0
  46. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_wrap.h +46 -0
  47. package/include/node/uv/errno.h +12 -1
  48. package/include/node/uv/unix.h +0 -1
  49. package/include/node/uv/version.h +2 -2
  50. package/include/node/uv/win.h +18 -15
  51. package/include/node/uv.h +57 -16
  52. package/include/node/zconf.h +5 -1
  53. package/include/node/zlib.h +4 -4
  54. package/package.json +1 -1
  55. package/include/node/uv/stdint-msvc2008.h +0 -247
@@ -0,0 +1,29 @@
1
+ /* WARNING: do not edit! */
2
+ /* Generated by Makefile from include/crypto/bn_conf.h.in */
3
+ /*
4
+ * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ *
6
+ * Licensed under the Apache License 2.0 (the "License"). You may not use
7
+ * this file except in compliance with the License. You can obtain a copy
8
+ * in the file LICENSE in the source distribution or at
9
+ * https://www.openssl.org/source/license.html
10
+ */
11
+
12
+ #ifndef OSSL_CRYPTO_BN_CONF_H
13
+ # define OSSL_CRYPTO_BN_CONF_H
14
+ # pragma once
15
+
16
+ /*
17
+ * The contents of this file are not used in the UEFI build, as
18
+ * both 32-bit and 64-bit builds are supported from a single run
19
+ * of the Configure script.
20
+ */
21
+
22
+ /* Should we define BN_DIV2W here? */
23
+
24
+ /* Only one for the following should be defined */
25
+ #define SIXTY_FOUR_BIT_LONG
26
+ #undef SIXTY_FOUR_BIT
27
+ #undef THIRTY_TWO_BIT
28
+
29
+ #endif
@@ -0,0 +1,19 @@
1
+ /* WARNING: do not edit! */
2
+ /* Generated by Makefile from include/crypto/dso_conf.h.in */
3
+ /*
4
+ * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ *
6
+ * Licensed under the Apache License 2.0 (the "License"). You may not use
7
+ * this file except in compliance with the License. You can obtain a copy
8
+ * in the file LICENSE in the source distribution or at
9
+ * https://www.openssl.org/source/license.html
10
+ */
11
+
12
+ #ifndef OSSL_CRYPTO_DSO_CONF_H
13
+ # define OSSL_CRYPTO_DSO_CONF_H
14
+ # pragma once
15
+
16
+ # define DSO_DLFCN
17
+ # define HAVE_DLFCN_H
18
+ # define DSO_EXTENSION ".so"
19
+ #endif