@annadata/capacitor-mqtt-quic 0.1.6 → 0.1.7
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.
- package/AnnadataCapacitorMqttQuic.podspec +2 -1
- package/README.md +121 -12
- package/android/NGTCP2_BUILD_INSTRUCTIONS.md +65 -44
- package/android/build-openssl.sh +1 -1
- package/android/install/nghttp3-android/arm64-v8a/include/nghttp3/nghttp3.h +3295 -0
- package/android/install/nghttp3-android/arm64-v8a/include/nghttp3/version.h +46 -0
- package/android/install/nghttp3-android/arm64-v8a/lib/cmake/nghttp3/nghttp3Config.cmake +3 -0
- package/android/install/nghttp3-android/arm64-v8a/lib/cmake/nghttp3/nghttp3ConfigVersion.cmake +65 -0
- package/android/install/nghttp3-android/arm64-v8a/lib/cmake/nghttp3/nghttp3Targets-release.cmake +29 -0
- package/android/install/nghttp3-android/arm64-v8a/lib/cmake/nghttp3/nghttp3Targets.cmake +114 -0
- package/android/install/nghttp3-android/arm64-v8a/lib/libnghttp3.a +0 -0
- package/android/install/nghttp3-android/arm64-v8a/lib/libnghttp3.so +0 -0
- package/android/install/nghttp3-android/arm64-v8a/lib/pkgconfig/libnghttp3.pc +34 -0
- package/android/install/nghttp3-android/arm64-v8a/share/doc/nghttp3/README.rst +75 -0
- package/android/install/nghttp3-android/armeabi-v7a/include/nghttp3/nghttp3.h +3295 -0
- package/android/install/nghttp3-android/armeabi-v7a/include/nghttp3/version.h +46 -0
- package/android/install/nghttp3-android/armeabi-v7a/lib/cmake/nghttp3/nghttp3Config.cmake +3 -0
- package/android/install/nghttp3-android/armeabi-v7a/lib/cmake/nghttp3/nghttp3ConfigVersion.cmake +65 -0
- package/android/install/nghttp3-android/armeabi-v7a/lib/cmake/nghttp3/nghttp3Targets-release.cmake +29 -0
- package/android/install/nghttp3-android/armeabi-v7a/lib/cmake/nghttp3/nghttp3Targets.cmake +114 -0
- package/android/install/nghttp3-android/armeabi-v7a/lib/libnghttp3.a +0 -0
- package/android/install/nghttp3-android/armeabi-v7a/lib/libnghttp3.so +0 -0
- package/android/install/nghttp3-android/armeabi-v7a/lib/pkgconfig/libnghttp3.pc +34 -0
- package/android/install/nghttp3-android/armeabi-v7a/share/doc/nghttp3/README.rst +75 -0
- package/android/install/nghttp3-android/x86_64/include/nghttp3/nghttp3.h +3295 -0
- package/android/install/nghttp3-android/x86_64/include/nghttp3/version.h +46 -0
- package/android/install/nghttp3-android/x86_64/lib/cmake/nghttp3/nghttp3Config.cmake +3 -0
- package/android/install/nghttp3-android/x86_64/lib/cmake/nghttp3/nghttp3ConfigVersion.cmake +65 -0
- package/android/install/nghttp3-android/x86_64/lib/cmake/nghttp3/nghttp3Targets-release.cmake +29 -0
- package/android/install/nghttp3-android/x86_64/lib/cmake/nghttp3/nghttp3Targets.cmake +114 -0
- package/android/install/nghttp3-android/x86_64/lib/libnghttp3.a +0 -0
- package/android/install/nghttp3-android/x86_64/lib/libnghttp3.so +0 -0
- package/android/install/nghttp3-android/x86_64/lib/pkgconfig/libnghttp3.pc +34 -0
- package/android/install/nghttp3-android/x86_64/share/doc/nghttp3/README.rst +75 -0
- package/android/install/ngtcp2-android/arm64-v8a/include/ngtcp2/ngtcp2.h +6254 -0
- package/android/install/ngtcp2-android/arm64-v8a/include/ngtcp2/ngtcp2_crypto.h +1037 -0
- package/android/install/ngtcp2-android/arm64-v8a/include/ngtcp2/ngtcp2_crypto_wolfssl.h +106 -0
- package/android/install/ngtcp2-android/arm64-v8a/include/ngtcp2/version.h +51 -0
- package/android/install/ngtcp2-android/arm64-v8a/lib/cmake/ngtcp2/ngtcp2Config.cmake +6 -0
- package/android/install/ngtcp2-android/arm64-v8a/lib/cmake/ngtcp2/ngtcp2ConfigVersion.cmake +65 -0
- package/android/install/ngtcp2-android/arm64-v8a/lib/cmake/ngtcp2/ngtcp2Targets-release.cmake +29 -0
- package/android/install/ngtcp2-android/arm64-v8a/lib/cmake/ngtcp2/ngtcp2Targets.cmake +114 -0
- package/android/install/ngtcp2-android/arm64-v8a/lib/libngtcp2.a +0 -0
- package/android/install/ngtcp2-android/arm64-v8a/lib/libngtcp2.so +0 -0
- package/android/install/ngtcp2-android/arm64-v8a/lib/libngtcp2_crypto_wolfssl.a +0 -0
- package/android/install/ngtcp2-android/arm64-v8a/lib/libngtcp2_crypto_wolfssl.so +0 -0
- package/android/install/ngtcp2-android/arm64-v8a/lib/pkgconfig/libngtcp2.pc +33 -0
- package/android/install/ngtcp2-android/arm64-v8a/lib/pkgconfig/libngtcp2_crypto_wolfssl.pc +34 -0
- package/android/install/ngtcp2-android/arm64-v8a/share/doc/ngtcp2/README.rst +385 -0
- package/android/install/ngtcp2-android/armeabi-v7a/include/ngtcp2/ngtcp2.h +6254 -0
- package/android/install/ngtcp2-android/armeabi-v7a/include/ngtcp2/ngtcp2_crypto.h +1037 -0
- package/android/install/ngtcp2-android/armeabi-v7a/include/ngtcp2/ngtcp2_crypto_wolfssl.h +106 -0
- package/android/install/ngtcp2-android/armeabi-v7a/include/ngtcp2/version.h +51 -0
- package/android/install/ngtcp2-android/armeabi-v7a/lib/cmake/ngtcp2/ngtcp2Config.cmake +6 -0
- package/android/install/ngtcp2-android/armeabi-v7a/lib/cmake/ngtcp2/ngtcp2ConfigVersion.cmake +65 -0
- package/android/install/ngtcp2-android/armeabi-v7a/lib/cmake/ngtcp2/ngtcp2Targets-release.cmake +29 -0
- package/android/install/ngtcp2-android/armeabi-v7a/lib/cmake/ngtcp2/ngtcp2Targets.cmake +114 -0
- package/android/install/ngtcp2-android/armeabi-v7a/lib/libngtcp2.a +0 -0
- package/android/install/ngtcp2-android/armeabi-v7a/lib/libngtcp2.so +0 -0
- package/android/install/ngtcp2-android/armeabi-v7a/lib/libngtcp2_crypto_wolfssl.a +0 -0
- package/android/install/ngtcp2-android/armeabi-v7a/lib/libngtcp2_crypto_wolfssl.so +0 -0
- package/android/install/ngtcp2-android/armeabi-v7a/lib/pkgconfig/libngtcp2.pc +33 -0
- package/android/install/ngtcp2-android/armeabi-v7a/lib/pkgconfig/libngtcp2_crypto_wolfssl.pc +34 -0
- package/android/install/ngtcp2-android/armeabi-v7a/share/doc/ngtcp2/README.rst +385 -0
- package/android/install/ngtcp2-android/x86_64/include/ngtcp2/ngtcp2.h +6254 -0
- package/android/install/ngtcp2-android/x86_64/include/ngtcp2/ngtcp2_crypto.h +1037 -0
- package/android/install/ngtcp2-android/x86_64/include/ngtcp2/ngtcp2_crypto_wolfssl.h +106 -0
- package/android/install/ngtcp2-android/x86_64/include/ngtcp2/version.h +51 -0
- package/android/install/ngtcp2-android/x86_64/lib/cmake/ngtcp2/ngtcp2Config.cmake +6 -0
- package/android/install/ngtcp2-android/x86_64/lib/cmake/ngtcp2/ngtcp2ConfigVersion.cmake +65 -0
- package/android/install/ngtcp2-android/x86_64/lib/cmake/ngtcp2/ngtcp2Targets-release.cmake +29 -0
- package/android/install/ngtcp2-android/x86_64/lib/cmake/ngtcp2/ngtcp2Targets.cmake +114 -0
- package/android/install/ngtcp2-android/x86_64/lib/libngtcp2.a +0 -0
- package/android/install/ngtcp2-android/x86_64/lib/libngtcp2.so +0 -0
- package/android/install/ngtcp2-android/x86_64/lib/libngtcp2_crypto_wolfssl.a +0 -0
- package/android/install/ngtcp2-android/x86_64/lib/libngtcp2_crypto_wolfssl.so +0 -0
- package/android/install/ngtcp2-android/x86_64/lib/pkgconfig/libngtcp2.pc +33 -0
- package/android/install/ngtcp2-android/x86_64/lib/pkgconfig/libngtcp2_crypto_wolfssl.pc +34 -0
- package/android/install/ngtcp2-android/x86_64/share/doc/ngtcp2/README.rst +385 -0
- package/android/install/wolfssl-android/arm64-v8a/bin/wolfssl-config +117 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/callbacks.h +93 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/certs_test.h +7073 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/certs_test_sm.h +2913 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/crl.h +58 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/error-ssl.h +280 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/ocsp.h +191 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/aes.h +117 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/asn1.h +315 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/asn1t.h +30 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/bio.h +237 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/bn.h +332 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/buffer.h +57 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/camellia.h +27 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/cmac.h +66 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/cms.h +26 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/compat_types.h +70 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/conf.h +117 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/crypto.h +171 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/des.h +124 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/dh.h +144 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/dsa.h +164 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ec.h +525 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ec25519.h +46 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ec448.h +46 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ecdh.h +49 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ecdsa.h +87 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ed25519.h +49 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ed448.h +49 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/engine.h +9 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/err.h +84 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/evp.h +1540 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/fips_rand.h +125 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/hmac.h +98 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/kdf.h +45 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/lhash.h +64 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/md4.h +66 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/md5.h +108 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/modes.h +45 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/obj_mac.h +92 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/objects.h +86 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ocsp.h +108 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/opensslconf.h +8 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/opensslv.h +78 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ossl_typ.h +32 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/pem.h +301 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/pkcs12.h +57 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/pkcs7.h +110 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/rand.h +38 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/rc4.h +64 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ripemd.h +58 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/rsa.h +291 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/safestack.h +40 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/sha.h +331 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/sha3.h +158 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/srp.h +33 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ssl.h +1923 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ssl23.h +1 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/stack.h +61 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/tls1.h +64 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/txt_db.h +60 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ui.h +2 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/x509.h +227 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/x509_vfy.h +50 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/x509v3.h +237 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/options.h +273 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/quic.h +310 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/sniffer.h +359 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/sniffer_error.h +151 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/ssl.h +6300 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/test.h +4989 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/version.h +40 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/aes.h +1074 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/arc4.h +69 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ascon.h +109 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/asn.h +2855 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/asn_public.h +1009 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/blake2-impl.h +155 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/blake2-int.h +174 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/blake2.h +108 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/camellia.h +116 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/chacha.h +133 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/chacha20_poly1305.h +157 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/cmac.h +168 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/coding.h +107 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/compress.h +60 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/cpuid.h +153 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/cryptocb.h +770 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/curve25519.h +225 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/curve448.h +151 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/des3.h +167 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/dh.h +210 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/dilithium.h +1051 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/dsa.h +121 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ecc.h +1074 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/eccsi.h +176 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ed25519.h +239 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ed448.h +214 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/error-crypt.h +368 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ext_lms.h +62 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ext_mlkem.h +74 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ext_xmss.h +53 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/falcon.h +180 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/fe_448.h +122 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/fe_operations.h +189 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/fips_test.h +131 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ge_448.h +84 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ge_operations.h +134 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/hash.h +296 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/hmac.h +231 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/hpke.h +145 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/integer.h +449 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/kdf.h +199 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/lms.h +202 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/logging.h +588 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/md2.h +83 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/md4.h +77 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/md5.h +141 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/mem_track.h +968 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/memory.h +545 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/misc.h +214 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/mlkem.h +377 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/mpi_class.h +1021 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/mpi_superclass.h +96 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/oid_sum.h +1907 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/pkcs12.h +79 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/pkcs7.h +578 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/poly1305.h +207 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/pwdbased.h +81 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/random.h +300 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/rc2.h +68 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ripemd.h +67 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/rsa.h +494 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sakke.h +228 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/settings.h +4762 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sha.h +237 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sha256.h +360 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sha3.h +274 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sha512.h +372 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/signature.h +87 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/siphash.h +101 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sm2.h +27 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sm3.h +27 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sm4.h +27 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sp_int.h +1396 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sphincs.h +167 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/srp.h +313 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/tfm.h +941 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/types.h +2383 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/visibility.h +97 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/wc_encrypt.h +126 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/wc_lms.h +506 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/wc_mlkem.h +370 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/wc_port.h +1764 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/wc_xmss.h +285 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/wolfevent.h +120 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/wolfmath.h +175 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/xmss.h +203 -0
- package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfio.h +1035 -0
- package/android/install/wolfssl-android/arm64-v8a/lib/libwolfssl.a +0 -0
- package/android/install/wolfssl-android/arm64-v8a/lib/libwolfssl.la +41 -0
- package/android/install/wolfssl-android/arm64-v8a/lib/pkgconfig/wolfssl.pc +11 -0
- package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/QUIC.md +117 -0
- package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/README.txt +8 -0
- package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/async_client.c +245 -0
- package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/async_server.c +331 -0
- package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/client.c +4885 -0
- package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/echoclient.c +341 -0
- package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/echoserver.c +498 -0
- package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/sctp-client-dtls.c +135 -0
- package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/sctp-client.c +78 -0
- package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/sctp-server-dtls.c +134 -0
- package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/sctp-server.c +83 -0
- package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/server.c +4124 -0
- package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/tls_bench.c +2357 -0
- package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/taoCert.txt +176 -0
- package/android/install/wolfssl-android/armeabi-v7a/bin/wolfssl-config +117 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/callbacks.h +93 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/certs_test.h +7073 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/certs_test_sm.h +2913 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/crl.h +58 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/error-ssl.h +280 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/ocsp.h +191 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/aes.h +117 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/asn1.h +315 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/asn1t.h +30 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/bio.h +237 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/bn.h +332 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/buffer.h +57 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/camellia.h +27 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/cmac.h +66 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/cms.h +26 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/compat_types.h +70 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/conf.h +117 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/crypto.h +171 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/des.h +124 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/dh.h +144 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/dsa.h +164 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ec.h +525 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ec25519.h +46 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ec448.h +46 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ecdh.h +49 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ecdsa.h +87 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ed25519.h +49 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ed448.h +49 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/engine.h +9 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/err.h +84 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/evp.h +1540 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/fips_rand.h +125 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/hmac.h +98 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/kdf.h +45 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/lhash.h +64 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/md4.h +66 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/md5.h +108 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/modes.h +45 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/obj_mac.h +92 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/objects.h +86 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ocsp.h +108 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/opensslconf.h +8 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/opensslv.h +78 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ossl_typ.h +32 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/pem.h +301 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/pkcs12.h +57 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/pkcs7.h +110 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/rand.h +38 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/rc4.h +64 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ripemd.h +58 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/rsa.h +291 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/safestack.h +40 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/sha.h +331 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/sha3.h +158 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/srp.h +33 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ssl.h +1923 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ssl23.h +1 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/stack.h +61 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/tls1.h +64 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/txt_db.h +60 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ui.h +2 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/x509.h +227 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/x509_vfy.h +50 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/x509v3.h +237 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/options.h +261 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/quic.h +310 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/sniffer.h +359 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/sniffer_error.h +151 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/ssl.h +6300 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/test.h +4989 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/version.h +40 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/aes.h +1074 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/arc4.h +69 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ascon.h +109 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/asn.h +2855 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/asn_public.h +1009 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/blake2-impl.h +155 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/blake2-int.h +174 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/blake2.h +108 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/camellia.h +116 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/chacha.h +133 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/chacha20_poly1305.h +157 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/cmac.h +168 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/coding.h +107 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/compress.h +60 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/cpuid.h +153 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/cryptocb.h +770 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/curve25519.h +225 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/curve448.h +151 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/des3.h +167 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/dh.h +210 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/dilithium.h +1051 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/dsa.h +121 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ecc.h +1074 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/eccsi.h +176 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ed25519.h +239 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ed448.h +214 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/error-crypt.h +368 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ext_lms.h +62 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ext_mlkem.h +74 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ext_xmss.h +53 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/falcon.h +180 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/fe_448.h +122 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/fe_operations.h +189 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/fips_test.h +131 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ge_448.h +84 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ge_operations.h +134 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/hash.h +296 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/hmac.h +231 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/hpke.h +145 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/integer.h +449 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/kdf.h +199 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/lms.h +202 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/logging.h +588 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/md2.h +83 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/md4.h +77 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/md5.h +141 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/mem_track.h +968 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/memory.h +545 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/misc.h +214 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/mlkem.h +377 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/mpi_class.h +1021 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/mpi_superclass.h +96 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/oid_sum.h +1907 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/pkcs12.h +79 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/pkcs7.h +578 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/poly1305.h +207 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/pwdbased.h +81 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/random.h +300 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/rc2.h +68 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ripemd.h +67 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/rsa.h +494 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sakke.h +228 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/settings.h +4762 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sha.h +237 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sha256.h +360 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sha3.h +274 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sha512.h +372 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/signature.h +87 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/siphash.h +101 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sm2.h +27 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sm3.h +27 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sm4.h +27 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sp_int.h +1396 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sphincs.h +167 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/srp.h +313 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/tfm.h +941 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/types.h +2383 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/visibility.h +97 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/wc_encrypt.h +126 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/wc_lms.h +506 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/wc_mlkem.h +370 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/wc_port.h +1764 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/wc_xmss.h +285 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/wolfevent.h +120 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/wolfmath.h +175 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/xmss.h +203 -0
- package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfio.h +1035 -0
- package/android/install/wolfssl-android/armeabi-v7a/lib/libwolfssl.a +0 -0
- package/android/install/wolfssl-android/armeabi-v7a/lib/libwolfssl.la +41 -0
- package/android/install/wolfssl-android/armeabi-v7a/lib/pkgconfig/wolfssl.pc +11 -0
- package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/QUIC.md +117 -0
- package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/README.txt +8 -0
- package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/async_client.c +245 -0
- package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/async_server.c +331 -0
- package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/client.c +4885 -0
- package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/echoclient.c +341 -0
- package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/echoserver.c +498 -0
- package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/sctp-client-dtls.c +135 -0
- package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/sctp-client.c +78 -0
- package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/sctp-server-dtls.c +134 -0
- package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/sctp-server.c +83 -0
- package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/server.c +4124 -0
- package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/tls_bench.c +2357 -0
- package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/taoCert.txt +176 -0
- package/android/install/wolfssl-android/x86_64/bin/wolfssl-config +117 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/callbacks.h +93 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/certs_test.h +7073 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/certs_test_sm.h +2913 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/crl.h +58 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/error-ssl.h +280 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/ocsp.h +191 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/aes.h +117 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/asn1.h +315 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/asn1t.h +30 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/bio.h +237 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/bn.h +332 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/buffer.h +57 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/camellia.h +27 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/cmac.h +66 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/cms.h +26 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/compat_types.h +70 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/conf.h +117 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/crypto.h +171 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/des.h +124 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/dh.h +144 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/dsa.h +164 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ec.h +525 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ec25519.h +46 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ec448.h +46 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ecdh.h +49 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ecdsa.h +87 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ed25519.h +49 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ed448.h +49 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/engine.h +9 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/err.h +84 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/evp.h +1540 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/fips_rand.h +125 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/hmac.h +98 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/kdf.h +45 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/lhash.h +64 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/md4.h +66 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/md5.h +108 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/modes.h +45 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/obj_mac.h +92 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/objects.h +86 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ocsp.h +108 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/opensslconf.h +8 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/opensslv.h +78 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ossl_typ.h +32 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/pem.h +301 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/pkcs12.h +57 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/pkcs7.h +110 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/rand.h +38 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/rc4.h +64 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ripemd.h +58 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/rsa.h +291 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/safestack.h +40 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/sha.h +331 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/sha3.h +158 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/srp.h +33 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ssl.h +1923 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ssl23.h +1 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/stack.h +61 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/tls1.h +64 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/txt_db.h +60 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ui.h +2 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/x509.h +227 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/x509_vfy.h +50 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/x509v3.h +237 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/options.h +273 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/quic.h +310 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/sniffer.h +359 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/sniffer_error.h +151 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/ssl.h +6300 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/test.h +4989 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/version.h +40 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/aes.h +1074 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/arc4.h +69 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ascon.h +109 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/asn.h +2855 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/asn_public.h +1009 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/blake2-impl.h +155 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/blake2-int.h +174 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/blake2.h +108 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/camellia.h +116 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/chacha.h +133 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/chacha20_poly1305.h +157 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/cmac.h +168 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/coding.h +107 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/compress.h +60 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/cpuid.h +153 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/cryptocb.h +770 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/curve25519.h +225 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/curve448.h +151 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/des3.h +167 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/dh.h +210 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/dilithium.h +1051 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/dsa.h +121 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ecc.h +1074 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/eccsi.h +176 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ed25519.h +239 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ed448.h +214 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/error-crypt.h +368 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ext_lms.h +62 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ext_mlkem.h +74 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ext_xmss.h +53 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/falcon.h +180 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/fe_448.h +122 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/fe_operations.h +189 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/fips_test.h +131 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ge_448.h +84 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ge_operations.h +134 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/hash.h +296 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/hmac.h +231 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/hpke.h +145 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/integer.h +449 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/kdf.h +199 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/lms.h +202 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/logging.h +588 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/md2.h +83 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/md4.h +77 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/md5.h +141 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/mem_track.h +968 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/memory.h +545 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/misc.h +214 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/mlkem.h +377 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/mpi_class.h +1021 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/mpi_superclass.h +96 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/oid_sum.h +1907 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/pkcs12.h +79 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/pkcs7.h +578 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/poly1305.h +207 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/pwdbased.h +81 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/random.h +300 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/rc2.h +68 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ripemd.h +67 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/rsa.h +494 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sakke.h +228 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/settings.h +4762 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sha.h +237 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sha256.h +360 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sha3.h +274 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sha512.h +372 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/signature.h +87 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/siphash.h +101 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sm2.h +27 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sm3.h +27 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sm4.h +27 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sp_int.h +1396 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sphincs.h +167 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/srp.h +313 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/tfm.h +941 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/types.h +2383 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/visibility.h +97 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/wc_encrypt.h +126 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/wc_lms.h +506 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/wc_mlkem.h +370 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/wc_port.h +1764 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/wc_xmss.h +285 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/wolfevent.h +120 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/wolfmath.h +175 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/xmss.h +203 -0
- package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfio.h +1035 -0
- package/android/install/wolfssl-android/x86_64/lib/libwolfssl.a +0 -0
- package/android/install/wolfssl-android/x86_64/lib/libwolfssl.la +41 -0
- package/android/install/wolfssl-android/x86_64/lib/pkgconfig/wolfssl.pc +11 -0
- package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/QUIC.md +117 -0
- package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/README.txt +8 -0
- package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/async_client.c +245 -0
- package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/async_server.c +331 -0
- package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/client.c +4885 -0
- package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/echoclient.c +341 -0
- package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/echoserver.c +498 -0
- package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/sctp-client-dtls.c +135 -0
- package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/sctp-client.c +78 -0
- package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/sctp-server-dtls.c +134 -0
- package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/sctp-server.c +83 -0
- package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/server.c +4124 -0
- package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/tls_bench.c +2357 -0
- package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/taoCert.txt +176 -0
- package/android/src/main/cpp/CMakeLists.txt +19 -27
- package/android/src/main/cpp/ngtcp2_jni.cpp +30 -36
- package/android/src/main/kotlin/ai/annadata/mqttquic/MqttQuicPlugin.kt +15 -0
- package/android/src/main/kotlin/ai/annadata/mqttquic/client/MQTTClient.kt +6 -2
- package/build-native.sh +397 -0
- package/deps-versions.sh +25 -0
- package/dist/esm/definitions.d.ts +20 -0
- package/dist/esm/definitions.d.ts.map +1 -1
- package/dist/esm/web.d.ts +26 -3
- package/dist/esm/web.d.ts.map +1 -1
- package/dist/esm/web.js +230 -10
- package/dist/esm/web.js.map +1 -1
- package/dist/plugin.cjs.js +11363 -13
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +11364 -14
- package/dist/plugin.js.map +1 -1
- package/docs/ARCHITECTURAL_ANALYSIS.md +710 -0
- package/docs/CAPACITOR_MQTT_QUIC_PRODUCTION_PLUGIN.md +190 -0
- package/docs/CAPACITOR_VERSION_SUPPORT.md +65 -0
- package/docs/IMPLEMENTATION_SUMMARY.md +246 -0
- package/docs/MQTT5_CLIENT_COMPLIANCE.md +48 -0
- package/docs/MQTT5_IMPLEMENTATION_COMPLETE.md +178 -0
- package/docs/MQTT_VERSION_ANALYSIS.md +233 -0
- package/docs/NGTCP2_IMPLEMENTATION_STATUS.md +214 -0
- package/docs/NGTCP2_INTEGRATION_PLAN.md +597 -0
- package/docs/P0_P1_CHANGELOG.md +79 -0
- package/docs/PRODUCTION_PUBLISH_STEPS.md +161 -0
- package/docs/PROJECT_OVERVIEW.md +193 -0
- package/ios/.swiftpm/xcode/xcuserdata/annadata.xcuserdatad/xcschemes/xcschememanagement.plist +1 -1
- package/ios/NGTCP2_BUILD_INSTRUCTIONS.md +12 -0
- package/ios/Sources/MqttQuicPlugin/MqttQuicPlugin.swift +6 -0
- package/ios/Sources/MqttQuicPlugin/QUIC/NGTCP2Bridge.mm +6 -0
- package/ios/build-openssl.sh +1 -1
- package/ios/libs/MqttQuicLibs.xcframework/Info.plist +44 -0
- package/ios/libs/MqttQuicLibs.xcframework/ios-arm64/libmqttquic_native_device.a +0 -0
- package/ios/libs/MqttQuicLibs.xcframework/ios-arm64_x86_64-simulator/libmqttquic_native_simulator.a +0 -0
- package/ios/libs/libnghttp3.a +0 -0
- package/ios/libs/libngtcp2.a +0 -0
- package/ios/libs/libngtcp2_crypto_wolfssl.a +0 -0
- package/ios/libs/libwolfssl.a +0 -0
- package/ios/libs-simulator/libnghttp3.a +0 -0
- package/ios/libs-simulator/libngtcp2.a +0 -0
- package/ios/libs-simulator/libngtcp2_crypto_wolfssl.a +0 -0
- package/ios/libs-simulator/libwolfssl.a +0 -0
- package/ios/libs-simulator-x86_64/libnghttp3.a +0 -0
- package/ios/libs-simulator-x86_64/libngtcp2.a +0 -0
- package/ios/libs-simulator-x86_64/libngtcp2_crypto_wolfssl.a +0 -0
- package/ios/libs-simulator-x86_64/libwolfssl.a +0 -0
- package/package.json +22 -9
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
/* dsa.h
|
|
2
|
+
*
|
|
3
|
+
* Copyright (C) 2006-2025 wolfSSL Inc.
|
|
4
|
+
*
|
|
5
|
+
* This file is part of wolfSSL.
|
|
6
|
+
*
|
|
7
|
+
* wolfSSL is free software; you can redistribute it and/or modify
|
|
8
|
+
* it under the terms of the GNU General Public License as published by
|
|
9
|
+
* the Free Software Foundation; either version 3 of the License, or
|
|
10
|
+
* (at your option) any later version.
|
|
11
|
+
*
|
|
12
|
+
* wolfSSL is distributed in the hope that it will be useful,
|
|
13
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
14
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
15
|
+
* GNU General Public License for more details.
|
|
16
|
+
*
|
|
17
|
+
* You should have received a copy of the GNU General Public License
|
|
18
|
+
* along with this program; if not, write to the Free Software
|
|
19
|
+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
/* dsa.h for openSSL */
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
#ifndef WOLFSSL_DSA_H_
|
|
26
|
+
#define WOLFSSL_DSA_H_
|
|
27
|
+
|
|
28
|
+
#include <wolfssl/openssl/bn.h>
|
|
29
|
+
#include <wolfssl/openssl/compat_types.h>
|
|
30
|
+
|
|
31
|
+
#ifdef __cplusplus
|
|
32
|
+
extern "C" {
|
|
33
|
+
#endif
|
|
34
|
+
|
|
35
|
+
typedef struct WOLFSSL_DSA_SIG {
|
|
36
|
+
WOLFSSL_BIGNUM *r;
|
|
37
|
+
WOLFSSL_BIGNUM *s;
|
|
38
|
+
} WOLFSSL_DSA_SIG;
|
|
39
|
+
|
|
40
|
+
#ifndef WOLFSSL_DSA_TYPE_DEFINED /* guard on redeclaration */
|
|
41
|
+
typedef struct WOLFSSL_DSA WOLFSSL_DSA;
|
|
42
|
+
#define WOLFSSL_DSA_TYPE_DEFINED
|
|
43
|
+
#endif
|
|
44
|
+
|
|
45
|
+
struct WOLFSSL_DSA {
|
|
46
|
+
WOLFSSL_BIGNUM* p;
|
|
47
|
+
WOLFSSL_BIGNUM* q;
|
|
48
|
+
WOLFSSL_BIGNUM* g;
|
|
49
|
+
WOLFSSL_BIGNUM* pub_key; /* our y */
|
|
50
|
+
WOLFSSL_BIGNUM* priv_key; /* our x */
|
|
51
|
+
void* internal; /* our Dsa Key */
|
|
52
|
+
char inSet; /* internal set from external ? */
|
|
53
|
+
char exSet; /* external set from internal ? */
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
WOLFSSL_API WOLFSSL_DSA* wolfSSL_DSA_new(void);
|
|
58
|
+
WOLFSSL_API void wolfSSL_DSA_free(WOLFSSL_DSA* dsa);
|
|
59
|
+
#if !defined(NO_FILESYSTEM) && !defined(NO_STDIO_FILESYSTEM)
|
|
60
|
+
WOLFSSL_API int wolfSSL_DSA_print_fp(XFILE fp, WOLFSSL_DSA* dsa, int indent);
|
|
61
|
+
#endif /* !NO_FILESYSTEM && NO_STDIO_FILESYSTEM */
|
|
62
|
+
|
|
63
|
+
WOLFSSL_API int wolfSSL_DSA_generate_key(WOLFSSL_DSA* dsa);
|
|
64
|
+
|
|
65
|
+
typedef void (*WOLFSSL_BN_CB)(int i, int j, void* exArg);
|
|
66
|
+
WOLFSSL_API WOLFSSL_DSA* wolfSSL_DSA_generate_parameters(int bits,
|
|
67
|
+
unsigned char* seed, int seedLen, int* counterRet,
|
|
68
|
+
unsigned long* hRet, WOLFSSL_BN_CB cb, void* CBArg);
|
|
69
|
+
WOLFSSL_API int wolfSSL_DSA_generate_parameters_ex(WOLFSSL_DSA* dsa, int bits,
|
|
70
|
+
unsigned char* seed, int seedLen, int* counterRet,
|
|
71
|
+
unsigned long* hRet, void* cb);
|
|
72
|
+
|
|
73
|
+
WOLFSSL_API void wolfSSL_DSA_get0_pqg(const WOLFSSL_DSA *d, const WOLFSSL_BIGNUM **p,
|
|
74
|
+
const WOLFSSL_BIGNUM **q, const WOLFSSL_BIGNUM **g);
|
|
75
|
+
WOLFSSL_API int wolfSSL_DSA_set0_pqg(WOLFSSL_DSA *d, WOLFSSL_BIGNUM *p,
|
|
76
|
+
WOLFSSL_BIGNUM *q, WOLFSSL_BIGNUM *g);
|
|
77
|
+
|
|
78
|
+
WOLFSSL_API void wolfSSL_DSA_get0_key(const WOLFSSL_DSA *d,
|
|
79
|
+
const WOLFSSL_BIGNUM **pub_key, const WOLFSSL_BIGNUM **priv_key);
|
|
80
|
+
WOLFSSL_API int wolfSSL_DSA_set0_key(WOLFSSL_DSA *d, WOLFSSL_BIGNUM *pub_key,
|
|
81
|
+
WOLFSSL_BIGNUM *priv_key);
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
WOLFSSL_API int wolfSSL_DSA_LoadDer(
|
|
85
|
+
WOLFSSL_DSA* dsa, const unsigned char* derBuf, int derSz);
|
|
86
|
+
|
|
87
|
+
WOLFSSL_API int wolfSSL_DSA_LoadDer_ex(
|
|
88
|
+
WOLFSSL_DSA* dsa, const unsigned char* derBuf, int derSz, int opt);
|
|
89
|
+
|
|
90
|
+
WOLFSSL_API int wolfSSL_DSA_do_sign(
|
|
91
|
+
const unsigned char* d, unsigned char* sigRet, WOLFSSL_DSA* dsa);
|
|
92
|
+
|
|
93
|
+
WOLFSSL_API int wolfSSL_DSA_do_verify(
|
|
94
|
+
const unsigned char* d, unsigned char* sig, WOLFSSL_DSA* dsa, int *dsacheck);
|
|
95
|
+
|
|
96
|
+
WOLFSSL_API int wolfSSL_DSA_bits(const WOLFSSL_DSA *d);
|
|
97
|
+
|
|
98
|
+
WOLFSSL_API WOLFSSL_DSA_SIG* wolfSSL_DSA_SIG_new(void);
|
|
99
|
+
WOLFSSL_API void wolfSSL_DSA_SIG_free(WOLFSSL_DSA_SIG *sig);
|
|
100
|
+
|
|
101
|
+
WOLFSSL_API void wolfSSL_DSA_SIG_get0(const WOLFSSL_DSA_SIG *sig,
|
|
102
|
+
const WOLFSSL_BIGNUM **r, const WOLFSSL_BIGNUM **s);
|
|
103
|
+
WOLFSSL_API int wolfSSL_DSA_SIG_set0(WOLFSSL_DSA_SIG *sig, WOLFSSL_BIGNUM *r,
|
|
104
|
+
WOLFSSL_BIGNUM *s);
|
|
105
|
+
|
|
106
|
+
WOLFSSL_API int wolfSSL_i2d_DSA_SIG(const WOLFSSL_DSA_SIG *sig, byte **out);
|
|
107
|
+
WOLFSSL_API WOLFSSL_DSA_SIG* wolfSSL_d2i_DSA_SIG(WOLFSSL_DSA_SIG **sig,
|
|
108
|
+
const unsigned char **pp, long length);
|
|
109
|
+
WOLFSSL_API WOLFSSL_DSA_SIG* wolfSSL_DSA_do_sign_ex(const unsigned char* digest,
|
|
110
|
+
int inLen, WOLFSSL_DSA* dsa);
|
|
111
|
+
WOLFSSL_API int wolfSSL_DSA_do_verify_ex(const unsigned char* digest, int digest_len,
|
|
112
|
+
WOLFSSL_DSA_SIG* sig, WOLFSSL_DSA* dsa);
|
|
113
|
+
|
|
114
|
+
WOLFSSL_API int wolfSSL_i2d_DSAparams(
|
|
115
|
+
const WOLFSSL_DSA* dsa, unsigned char** out);
|
|
116
|
+
WOLFSSL_API WOLFSSL_DSA* wolfSSL_d2i_DSAparams(
|
|
117
|
+
WOLFSSL_DSA** dsa, const unsigned char** der, long derLen);
|
|
118
|
+
|
|
119
|
+
#if defined(OPENSSL_EXTRA) || defined(OPENSSL_EXTRA_X509_SMALL)
|
|
120
|
+
|
|
121
|
+
#define WOLFSSL_DSA_LOAD_PRIVATE 1
|
|
122
|
+
#define WOLFSSL_DSA_LOAD_PUBLIC 2
|
|
123
|
+
|
|
124
|
+
#ifndef OPENSSL_COEXIST
|
|
125
|
+
|
|
126
|
+
typedef WOLFSSL_DSA DSA;
|
|
127
|
+
|
|
128
|
+
#define OPENSSL_DSA_MAX_MODULUS_BITS 3072
|
|
129
|
+
|
|
130
|
+
#define DSA_new wolfSSL_DSA_new
|
|
131
|
+
#define DSA_free wolfSSL_DSA_free
|
|
132
|
+
#define DSA_print_fp wolfSSL_DSA_print_fp
|
|
133
|
+
|
|
134
|
+
#define DSA_LoadDer wolfSSL_DSA_LoadDer
|
|
135
|
+
#define DSA_generate_key wolfSSL_DSA_generate_key
|
|
136
|
+
#define DSA_generate_parameters wolfSSL_DSA_generate_parameters
|
|
137
|
+
#define DSA_generate_parameters_ex wolfSSL_DSA_generate_parameters_ex
|
|
138
|
+
#define DSA_get0_pqg wolfSSL_DSA_get0_pqg
|
|
139
|
+
#define DSA_set0_pqg wolfSSL_DSA_set0_pqg
|
|
140
|
+
#define DSA_get0_key wolfSSL_DSA_get0_key
|
|
141
|
+
#define DSA_set0_key wolfSSL_DSA_set0_key
|
|
142
|
+
|
|
143
|
+
#define DSA_SIG_new wolfSSL_DSA_SIG_new
|
|
144
|
+
#define DSA_SIG_free wolfSSL_DSA_SIG_free
|
|
145
|
+
#define DSA_SIG_get0 wolfSSL_DSA_SIG_get0
|
|
146
|
+
#define DSA_SIG_set0 wolfSSL_DSA_SIG_set0
|
|
147
|
+
#define i2d_DSA_SIG wolfSSL_i2d_DSA_SIG
|
|
148
|
+
#define d2i_DSA_SIG wolfSSL_d2i_DSA_SIG
|
|
149
|
+
#define DSA_do_sign wolfSSL_DSA_do_sign_ex
|
|
150
|
+
#define DSA_do_verify wolfSSL_DSA_do_verify_ex
|
|
151
|
+
#define i2d_DSAparams wolfSSL_i2d_DSAparams
|
|
152
|
+
#define d2i_DSAparams wolfSSL_d2i_DSAparams
|
|
153
|
+
|
|
154
|
+
#define DSA_SIG WOLFSSL_DSA_SIG
|
|
155
|
+
|
|
156
|
+
#endif /* !OPENSSL_COEXIST */
|
|
157
|
+
|
|
158
|
+
#endif /* OPENSSL_EXTRA || OPENSSL_EXTRA_X509_SMALL */
|
|
159
|
+
|
|
160
|
+
#ifdef __cplusplus
|
|
161
|
+
} /* extern "C" */
|
|
162
|
+
#endif
|
|
163
|
+
|
|
164
|
+
#endif /* header */
|
|
@@ -0,0 +1,525 @@
|
|
|
1
|
+
/* ec.h
|
|
2
|
+
*
|
|
3
|
+
* Copyright (C) 2006-2025 wolfSSL Inc.
|
|
4
|
+
*
|
|
5
|
+
* This file is part of wolfSSL.
|
|
6
|
+
*
|
|
7
|
+
* wolfSSL is free software; you can redistribute it and/or modify
|
|
8
|
+
* it under the terms of the GNU General Public License as published by
|
|
9
|
+
* the Free Software Foundation; either version 3 of the License, or
|
|
10
|
+
* (at your option) any later version.
|
|
11
|
+
*
|
|
12
|
+
* wolfSSL is distributed in the hope that it will be useful,
|
|
13
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
14
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
15
|
+
* GNU General Public License for more details.
|
|
16
|
+
*
|
|
17
|
+
* You should have received a copy of the GNU General Public License
|
|
18
|
+
* along with this program; if not, write to the Free Software
|
|
19
|
+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
/* ec.h for openssl */
|
|
23
|
+
|
|
24
|
+
#ifndef WOLFSSL_EC_H_
|
|
25
|
+
#define WOLFSSL_EC_H_
|
|
26
|
+
|
|
27
|
+
#include <wolfssl/wolfcrypt/types.h>
|
|
28
|
+
#include <wolfssl/openssl/compat_types.h>
|
|
29
|
+
#include <wolfssl/openssl/bn.h>
|
|
30
|
+
#include <wolfssl/openssl/compat_types.h>
|
|
31
|
+
#include <wolfssl/wolfcrypt/asn.h>
|
|
32
|
+
#include <wolfssl/wolfcrypt/ecc.h>
|
|
33
|
+
|
|
34
|
+
#ifdef __cplusplus
|
|
35
|
+
extern "C" {
|
|
36
|
+
#endif
|
|
37
|
+
|
|
38
|
+
#if defined(OPENSSL_EXTRA) || defined(OPENSSL_EXTRA_X509_SMALL)
|
|
39
|
+
|
|
40
|
+
/* Map OpenSSL NID value */
|
|
41
|
+
enum {
|
|
42
|
+
WC_POINT_CONVERSION_COMPRESSED = 2,
|
|
43
|
+
WC_POINT_CONVERSION_UNCOMPRESSED = 4,
|
|
44
|
+
|
|
45
|
+
#ifdef HAVE_ECC
|
|
46
|
+
/* Use OpenSSL NIDs. NIDs can be mapped to ecc_curve_id enum values by
|
|
47
|
+
calling NIDToEccEnum() in ssl.c */
|
|
48
|
+
WC_NID_X9_62_prime192v1 = 409,
|
|
49
|
+
WC_NID_X9_62_prime192v2 = 410,
|
|
50
|
+
WC_NID_X9_62_prime192v3 = 411,
|
|
51
|
+
WC_NID_X9_62_prime239v1 = 412,
|
|
52
|
+
WC_NID_X9_62_prime239v2 = 413,
|
|
53
|
+
WC_NID_X9_62_prime239v3 = 418, /* Previous value conflicted with AES128CBCb */
|
|
54
|
+
WC_NID_X9_62_prime256v1 = 415,
|
|
55
|
+
WC_NID_secp112r1 = 704,
|
|
56
|
+
WC_NID_secp112r2 = 705,
|
|
57
|
+
WC_NID_secp128r1 = 706,
|
|
58
|
+
WC_NID_secp128r2 = 707,
|
|
59
|
+
WC_NID_secp160r1 = 709,
|
|
60
|
+
WC_NID_secp160r2 = 710,
|
|
61
|
+
WC_NID_secp224r1 = 713,
|
|
62
|
+
WC_NID_secp384r1 = 715,
|
|
63
|
+
WC_NID_secp521r1 = 716,
|
|
64
|
+
WC_NID_secp160k1 = 708,
|
|
65
|
+
WC_NID_secp192k1 = 711,
|
|
66
|
+
WC_NID_secp224k1 = 712,
|
|
67
|
+
WC_NID_secp256k1 = 714,
|
|
68
|
+
WC_NID_brainpoolP160r1 = 921,
|
|
69
|
+
WC_NID_brainpoolP192r1 = 923,
|
|
70
|
+
WC_NID_brainpoolP224r1 = 925,
|
|
71
|
+
WC_NID_brainpoolP256r1 = 927,
|
|
72
|
+
WC_NID_brainpoolP320r1 = 929,
|
|
73
|
+
WC_NID_brainpoolP384r1 = 931,
|
|
74
|
+
WC_NID_brainpoolP512r1 = 933,
|
|
75
|
+
#endif
|
|
76
|
+
|
|
77
|
+
#ifdef HAVE_ED448
|
|
78
|
+
WC_NID_ED448 = ED448k,
|
|
79
|
+
#endif
|
|
80
|
+
#ifdef HAVE_CURVE448
|
|
81
|
+
WC_NID_X448 = X448k,
|
|
82
|
+
#endif
|
|
83
|
+
#ifdef HAVE_ED25519
|
|
84
|
+
WC_NID_ED25519 = ED25519k,
|
|
85
|
+
#endif
|
|
86
|
+
#ifdef HAVE_CURVE25519
|
|
87
|
+
WC_NID_X25519 = X25519k,
|
|
88
|
+
#endif
|
|
89
|
+
|
|
90
|
+
WOLFSSL_EC_EXPLICIT_CURVE = 0x000,
|
|
91
|
+
WOLFSSL_EC_NAMED_CURVE = 0x001
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
#ifndef OPENSSL_COEXIST
|
|
95
|
+
|
|
96
|
+
#define POINT_CONVERSION_COMPRESSED WC_POINT_CONVERSION_COMPRESSED
|
|
97
|
+
#define POINT_CONVERSION_UNCOMPRESSED WC_POINT_CONVERSION_UNCOMPRESSED
|
|
98
|
+
|
|
99
|
+
#ifdef HAVE_ECC
|
|
100
|
+
#define NID_X9_62_prime192v1 WC_NID_X9_62_prime192v1
|
|
101
|
+
#define NID_X9_62_prime192v2 WC_NID_X9_62_prime192v2
|
|
102
|
+
#define NID_X9_62_prime192v3 WC_NID_X9_62_prime192v3
|
|
103
|
+
#define NID_X9_62_prime239v1 WC_NID_X9_62_prime239v1
|
|
104
|
+
#define NID_X9_62_prime239v2 WC_NID_X9_62_prime239v2
|
|
105
|
+
#define NID_X9_62_prime239v3 WC_NID_X9_62_prime239v3
|
|
106
|
+
#define NID_X9_62_prime256v1 WC_NID_X9_62_prime256v1
|
|
107
|
+
#define NID_secp112r1 WC_NID_secp112r1
|
|
108
|
+
#define NID_secp112r2 WC_NID_secp112r2
|
|
109
|
+
#define NID_secp128r1 WC_NID_secp128r1
|
|
110
|
+
#define NID_secp128r2 WC_NID_secp128r2
|
|
111
|
+
#define NID_secp160r1 WC_NID_secp160r1
|
|
112
|
+
#define NID_secp160r2 WC_NID_secp160r2
|
|
113
|
+
#define NID_secp224r1 WC_NID_secp224r1
|
|
114
|
+
#define NID_secp384r1 WC_NID_secp384r1
|
|
115
|
+
#define NID_secp521r1 WC_NID_secp521r1
|
|
116
|
+
#define NID_secp160k1 WC_NID_secp160k1
|
|
117
|
+
#define NID_secp192k1 WC_NID_secp192k1
|
|
118
|
+
#define NID_secp224k1 WC_NID_secp224k1
|
|
119
|
+
#define NID_secp256k1 WC_NID_secp256k1
|
|
120
|
+
#define NID_brainpoolP160r1 WC_NID_brainpoolP160r1
|
|
121
|
+
#define NID_brainpoolP192r1 WC_NID_brainpoolP192r1
|
|
122
|
+
#define NID_brainpoolP224r1 WC_NID_brainpoolP224r1
|
|
123
|
+
#define NID_brainpoolP256r1 WC_NID_brainpoolP256r1
|
|
124
|
+
#define NID_brainpoolP320r1 WC_NID_brainpoolP320r1
|
|
125
|
+
#define NID_brainpoolP384r1 WC_NID_brainpoolP384r1
|
|
126
|
+
#define NID_brainpoolP512r1 WC_NID_brainpoolP512r1
|
|
127
|
+
#endif
|
|
128
|
+
|
|
129
|
+
#ifdef HAVE_ED448
|
|
130
|
+
#define NID_ED448 WC_NID_ED448
|
|
131
|
+
#endif
|
|
132
|
+
#ifdef HAVE_CURVE448
|
|
133
|
+
#define NID_X448 WC_NID_X448
|
|
134
|
+
#endif
|
|
135
|
+
#ifdef HAVE_ED25519
|
|
136
|
+
#define NID_ED25519 WC_NID_ED25519
|
|
137
|
+
#endif
|
|
138
|
+
#ifdef HAVE_CURVE25519
|
|
139
|
+
#define NID_X25519 WC_NID_X25519
|
|
140
|
+
#endif
|
|
141
|
+
|
|
142
|
+
#define OPENSSL_EC_EXPLICIT_CURVE WOLFSSL_EC_EXPLICIT_CURVE
|
|
143
|
+
#define OPENSSL_EC_NAMED_CURVE WOLFSSL_EC_NAMED_CURVE
|
|
144
|
+
|
|
145
|
+
#endif /* !OPENSSL_COEXIST */
|
|
146
|
+
|
|
147
|
+
#endif /* OPENSSL_EXTRA || OPENSSL_EXTRA_X509_SMALL */
|
|
148
|
+
|
|
149
|
+
#ifndef WOLFSSL_EC_TYPE_DEFINED /* guard on redeclaration */
|
|
150
|
+
typedef struct WOLFSSL_EC_KEY WOLFSSL_EC_KEY;
|
|
151
|
+
typedef struct WOLFSSL_EC_POINT WOLFSSL_EC_POINT;
|
|
152
|
+
typedef struct WOLFSSL_EC_GROUP WOLFSSL_EC_GROUP;
|
|
153
|
+
typedef struct WOLFSSL_EC_BUILTIN_CURVE WOLFSSL_EC_BUILTIN_CURVE;
|
|
154
|
+
/* WOLFSSL_EC_METHOD is just an alias of WOLFSSL_EC_GROUP for now */
|
|
155
|
+
typedef struct WOLFSSL_EC_GROUP WOLFSSL_EC_METHOD;
|
|
156
|
+
|
|
157
|
+
#define WOLFSSL_EC_TYPE_DEFINED
|
|
158
|
+
#endif
|
|
159
|
+
|
|
160
|
+
struct WOLFSSL_EC_POINT {
|
|
161
|
+
WOLFSSL_BIGNUM *X;
|
|
162
|
+
WOLFSSL_BIGNUM *Y;
|
|
163
|
+
WOLFSSL_BIGNUM *Z;
|
|
164
|
+
|
|
165
|
+
void* internal; /* our ECC point */
|
|
166
|
+
char inSet; /* internal set from external ? */
|
|
167
|
+
char exSet; /* external set from internal ? */
|
|
168
|
+
};
|
|
169
|
+
|
|
170
|
+
struct WOLFSSL_EC_GROUP {
|
|
171
|
+
int curve_idx; /* index of curve, used by WolfSSL as reference */
|
|
172
|
+
int curve_nid; /* NID of curve, used by OpenSSL/OpenSSH as reference */
|
|
173
|
+
int curve_oid; /* OID of curve, used by OpenSSL/OpenSSH as reference */
|
|
174
|
+
};
|
|
175
|
+
|
|
176
|
+
struct WOLFSSL_EC_KEY {
|
|
177
|
+
WOLFSSL_EC_GROUP *group;
|
|
178
|
+
WOLFSSL_EC_POINT *pub_key;
|
|
179
|
+
WOLFSSL_BIGNUM *priv_key;
|
|
180
|
+
|
|
181
|
+
void* internal; /* our ECC Key */
|
|
182
|
+
void* heap;
|
|
183
|
+
unsigned char form; /* Either POINT_CONVERSION_UNCOMPRESSED or
|
|
184
|
+
* POINT_CONVERSION_COMPRESSED */
|
|
185
|
+
word16 pkcs8HeaderSz;
|
|
186
|
+
|
|
187
|
+
/* option bits */
|
|
188
|
+
WC_BITFIELD inSet:1; /* internal set from external ? */
|
|
189
|
+
WC_BITFIELD exSet:1; /* external set from internal ? */
|
|
190
|
+
|
|
191
|
+
wolfSSL_Ref ref; /* Reference count information. */
|
|
192
|
+
};
|
|
193
|
+
|
|
194
|
+
struct WOLFSSL_EC_BUILTIN_CURVE {
|
|
195
|
+
int nid;
|
|
196
|
+
const char *comment;
|
|
197
|
+
};
|
|
198
|
+
|
|
199
|
+
#define WOLFSSL_EC_KEY_LOAD_PRIVATE 1
|
|
200
|
+
#define WOLFSSL_EC_KEY_LOAD_PUBLIC 2
|
|
201
|
+
|
|
202
|
+
typedef int wc_point_conversion_form_t;
|
|
203
|
+
#ifndef OPENSSL_COEXIST
|
|
204
|
+
#define point_conversion_form_t wc_point_conversion_form_t
|
|
205
|
+
#endif
|
|
206
|
+
|
|
207
|
+
typedef struct WOLFSSL_EC_KEY_METHOD {
|
|
208
|
+
/* Not implemented */
|
|
209
|
+
/* Just here so that some C compilers don't complain. To be removed. */
|
|
210
|
+
void* dummy_member;
|
|
211
|
+
} WOLFSSL_EC_KEY_METHOD;
|
|
212
|
+
|
|
213
|
+
WOLFSSL_API
|
|
214
|
+
size_t wolfSSL_EC_get_builtin_curves(WOLFSSL_EC_BUILTIN_CURVE *r,size_t nitems);
|
|
215
|
+
|
|
216
|
+
WOLFSSL_API
|
|
217
|
+
WOLFSSL_EC_KEY *wolfSSL_EC_KEY_dup(const WOLFSSL_EC_KEY *src);
|
|
218
|
+
WOLFSSL_API
|
|
219
|
+
int wolfSSL_EC_KEY_up_ref(WOLFSSL_EC_KEY* key);
|
|
220
|
+
|
|
221
|
+
WOLFSSL_API
|
|
222
|
+
int wolfSSL_ECPoint_i2d(const WOLFSSL_EC_GROUP *curve,
|
|
223
|
+
const WOLFSSL_EC_POINT *p,
|
|
224
|
+
unsigned char *out, unsigned int *len);
|
|
225
|
+
WOLFSSL_API
|
|
226
|
+
int wolfSSL_ECPoint_d2i(const unsigned char *in, unsigned int len,
|
|
227
|
+
const WOLFSSL_EC_GROUP *curve, WOLFSSL_EC_POINT *p);
|
|
228
|
+
WOLFSSL_API
|
|
229
|
+
size_t wolfSSL_EC_POINT_point2oct(const WOLFSSL_EC_GROUP *group,
|
|
230
|
+
const WOLFSSL_EC_POINT *p,
|
|
231
|
+
int form,
|
|
232
|
+
byte *buf, size_t len, WOLFSSL_BN_CTX *ctx);
|
|
233
|
+
WOLFSSL_API
|
|
234
|
+
int wolfSSL_EC_POINT_oct2point(const WOLFSSL_EC_GROUP *group,
|
|
235
|
+
WOLFSSL_EC_POINT *p, const unsigned char *buf,
|
|
236
|
+
size_t len, WOLFSSL_BN_CTX *ctx);
|
|
237
|
+
WOLFSSL_API
|
|
238
|
+
WOLFSSL_EC_KEY *wolfSSL_o2i_ECPublicKey(WOLFSSL_EC_KEY **a, const unsigned char **in,
|
|
239
|
+
long len);
|
|
240
|
+
WOLFSSL_API
|
|
241
|
+
int wolfSSL_i2o_ECPublicKey(const WOLFSSL_EC_KEY *in, unsigned char **out);
|
|
242
|
+
WOLFSSL_API
|
|
243
|
+
WOLFSSL_EC_KEY *wolfSSL_d2i_ECPrivateKey(WOLFSSL_EC_KEY **key, const unsigned char **in,
|
|
244
|
+
long len);
|
|
245
|
+
WOLFSSL_API
|
|
246
|
+
int wolfSSL_i2d_ECPrivateKey(const WOLFSSL_EC_KEY *in, unsigned char **out);
|
|
247
|
+
WOLFSSL_API
|
|
248
|
+
void wolfSSL_EC_KEY_set_conv_form(WOLFSSL_EC_KEY *eckey, int form);
|
|
249
|
+
WOLFSSL_API
|
|
250
|
+
wc_point_conversion_form_t wolfSSL_EC_KEY_get_conv_form(const WOLFSSL_EC_KEY* key);
|
|
251
|
+
WOLFSSL_API
|
|
252
|
+
WOLFSSL_BIGNUM *wolfSSL_EC_POINT_point2bn(const WOLFSSL_EC_GROUP *group,
|
|
253
|
+
const WOLFSSL_EC_POINT *p,
|
|
254
|
+
int form,
|
|
255
|
+
WOLFSSL_BIGNUM *in, WOLFSSL_BN_CTX *ctx);
|
|
256
|
+
WOLFSSL_API
|
|
257
|
+
int wolfSSL_EC_POINT_is_on_curve(const WOLFSSL_EC_GROUP *group,
|
|
258
|
+
const WOLFSSL_EC_POINT *point,
|
|
259
|
+
WOLFSSL_BN_CTX *ctx);
|
|
260
|
+
|
|
261
|
+
WOLFSSL_API
|
|
262
|
+
int wolfSSL_EC_KEY_LoadDer(WOLFSSL_EC_KEY* key,
|
|
263
|
+
const unsigned char* der, int derSz);
|
|
264
|
+
WOLFSSL_API
|
|
265
|
+
int wolfSSL_EC_KEY_LoadDer_ex(WOLFSSL_EC_KEY* key,
|
|
266
|
+
const unsigned char* der, int derSz, int opt);
|
|
267
|
+
WOLFSSL_API
|
|
268
|
+
WOLFSSL_EC_KEY *wolfSSL_d2i_EC_PUBKEY_bio(WOLFSSL_BIO *bio,
|
|
269
|
+
WOLFSSL_EC_KEY **out);
|
|
270
|
+
WOLFSSL_API
|
|
271
|
+
void wolfSSL_EC_KEY_free(WOLFSSL_EC_KEY *key);
|
|
272
|
+
WOLFSSL_API
|
|
273
|
+
WOLFSSL_EC_POINT *wolfSSL_EC_KEY_get0_public_key(const WOLFSSL_EC_KEY *key);
|
|
274
|
+
WOLFSSL_API
|
|
275
|
+
const WOLFSSL_EC_GROUP *wolfSSL_EC_KEY_get0_group(const WOLFSSL_EC_KEY *key);
|
|
276
|
+
WOLFSSL_API
|
|
277
|
+
int wolfSSL_EC_KEY_set_private_key(WOLFSSL_EC_KEY *key,
|
|
278
|
+
const WOLFSSL_BIGNUM *priv_key);
|
|
279
|
+
WOLFSSL_API
|
|
280
|
+
WOLFSSL_BIGNUM *wolfSSL_EC_KEY_get0_private_key(const WOLFSSL_EC_KEY *key);
|
|
281
|
+
WOLFSSL_API
|
|
282
|
+
WOLFSSL_EC_KEY *wolfSSL_EC_KEY_new_by_curve_name(int nid);
|
|
283
|
+
WOLFSSL_API const char* wolfSSL_EC_curve_nid2nist(int nid);
|
|
284
|
+
WOLFSSL_API int wolfSSL_EC_curve_nist2nid(const char* name);
|
|
285
|
+
WOLFSSL_API
|
|
286
|
+
WOLFSSL_EC_KEY *wolfSSL_EC_KEY_new_ex(void* heap, int devId);
|
|
287
|
+
WOLFSSL_API
|
|
288
|
+
WOLFSSL_EC_KEY *wolfSSL_EC_KEY_new(void);
|
|
289
|
+
WOLFSSL_API
|
|
290
|
+
int wolfSSL_EC_KEY_set_group(WOLFSSL_EC_KEY *key, WOLFSSL_EC_GROUP *group);
|
|
291
|
+
WOLFSSL_API
|
|
292
|
+
int wolfSSL_EC_KEY_generate_key(WOLFSSL_EC_KEY *key);
|
|
293
|
+
WOLFSSL_API
|
|
294
|
+
void wolfSSL_EC_KEY_set_asn1_flag(WOLFSSL_EC_KEY *key, int asn1_flag);
|
|
295
|
+
WOLFSSL_API
|
|
296
|
+
int wolfSSL_EC_KEY_set_public_key(WOLFSSL_EC_KEY *key,
|
|
297
|
+
const WOLFSSL_EC_POINT *pub);
|
|
298
|
+
WOLFSSL_API int wolfSSL_EC_KEY_check_key(const WOLFSSL_EC_KEY *key);
|
|
299
|
+
#if !defined(NO_FILESYSTEM) && !defined(NO_STDIO_FILESYSTEM)
|
|
300
|
+
WOLFSSL_API int wolfSSL_EC_KEY_print_fp(XFILE fp, WOLFSSL_EC_KEY* key,
|
|
301
|
+
int indent);
|
|
302
|
+
#endif /* !NO_FILESYSTEM && !NO_STDIO_FILESYSTEM */
|
|
303
|
+
WOLFSSL_API int wolfSSL_ECDSA_size(const WOLFSSL_EC_KEY *key);
|
|
304
|
+
WOLFSSL_API int wolfSSL_ECDSA_sign(int type, const unsigned char *digest,
|
|
305
|
+
int digestSz, unsigned char *sig,
|
|
306
|
+
unsigned int *sigSz, WOLFSSL_EC_KEY *key);
|
|
307
|
+
WOLFSSL_API int wolfSSL_ECDSA_verify(int type, const unsigned char *digest,
|
|
308
|
+
int digestSz, const unsigned char *sig,
|
|
309
|
+
int sigSz, WOLFSSL_EC_KEY *key);
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
#if defined HAVE_ECC && (defined(OPENSSL_EXTRA) || defined(OPENSSL_EXTRA_X509_SMALL))
|
|
313
|
+
#ifdef WOLFSSL_API_PREFIX_MAP
|
|
314
|
+
#define EccEnumToNID wolfSSL_EccEnumToNID
|
|
315
|
+
#endif
|
|
316
|
+
WOLFSSL_API int EccEnumToNID(int n);
|
|
317
|
+
#endif
|
|
318
|
+
|
|
319
|
+
WOLFSSL_API
|
|
320
|
+
void wolfSSL_EC_GROUP_set_asn1_flag(WOLFSSL_EC_GROUP *group, int flag);
|
|
321
|
+
WOLFSSL_API
|
|
322
|
+
WOLFSSL_EC_GROUP *wolfSSL_EC_GROUP_new_by_curve_name(int nid);
|
|
323
|
+
WOLFSSL_API
|
|
324
|
+
int wolfSSL_EC_GROUP_cmp(const WOLFSSL_EC_GROUP *a, const WOLFSSL_EC_GROUP *b,
|
|
325
|
+
WOLFSSL_BN_CTX *ctx);
|
|
326
|
+
WOLFSSL_API
|
|
327
|
+
WOLFSSL_EC_GROUP *wolfSSL_EC_GROUP_dup(const WOLFSSL_EC_GROUP *src);
|
|
328
|
+
WOLFSSL_API
|
|
329
|
+
int wolfSSL_EC_GROUP_get_curve_name(const WOLFSSL_EC_GROUP *group);
|
|
330
|
+
WOLFSSL_API
|
|
331
|
+
int wolfSSL_EC_GROUP_get_degree(const WOLFSSL_EC_GROUP *group);
|
|
332
|
+
WOLFSSL_API
|
|
333
|
+
int wolfSSL_EC_GROUP_get_order(const WOLFSSL_EC_GROUP *group,
|
|
334
|
+
WOLFSSL_BIGNUM *order, WOLFSSL_BN_CTX *ctx);
|
|
335
|
+
WOLFSSL_API
|
|
336
|
+
int wolfSSL_EC_GROUP_order_bits(const WOLFSSL_EC_GROUP *group);
|
|
337
|
+
WOLFSSL_API
|
|
338
|
+
void wolfSSL_EC_GROUP_free(WOLFSSL_EC_GROUP *group);
|
|
339
|
+
WOLFSSL_API
|
|
340
|
+
const WOLFSSL_EC_METHOD* wolfSSL_EC_GROUP_method_of(
|
|
341
|
+
const WOLFSSL_EC_GROUP *group);
|
|
342
|
+
WOLFSSL_API
|
|
343
|
+
int wolfSSL_EC_METHOD_get_field_type(const WOLFSSL_EC_METHOD *meth);
|
|
344
|
+
WOLFSSL_API
|
|
345
|
+
WOLFSSL_EC_POINT *wolfSSL_EC_POINT_new(const WOLFSSL_EC_GROUP *group);
|
|
346
|
+
WOLFSSL_LOCAL
|
|
347
|
+
int ec_point_convert_to_affine(const WOLFSSL_EC_GROUP *group,
|
|
348
|
+
WOLFSSL_EC_POINT *point);
|
|
349
|
+
WOLFSSL_API
|
|
350
|
+
int wolfSSL_EC_POINT_get_affine_coordinates_GFp(const WOLFSSL_EC_GROUP *group,
|
|
351
|
+
const WOLFSSL_EC_POINT *p,
|
|
352
|
+
WOLFSSL_BIGNUM *x,
|
|
353
|
+
WOLFSSL_BIGNUM *y,
|
|
354
|
+
WOLFSSL_BN_CTX *ctx);
|
|
355
|
+
WOLFSSL_API
|
|
356
|
+
int wolfSSL_EC_POINT_set_affine_coordinates_GFp(const WOLFSSL_EC_GROUP *group,
|
|
357
|
+
WOLFSSL_EC_POINT *point,
|
|
358
|
+
const WOLFSSL_BIGNUM *x,
|
|
359
|
+
const WOLFSSL_BIGNUM *y,
|
|
360
|
+
WOLFSSL_BN_CTX *ctx);
|
|
361
|
+
WOLFSSL_API
|
|
362
|
+
int wolfSSL_EC_POINT_add(const WOLFSSL_EC_GROUP *group, WOLFSSL_EC_POINT *r,
|
|
363
|
+
const WOLFSSL_EC_POINT *p1,
|
|
364
|
+
const WOLFSSL_EC_POINT *p2, WOLFSSL_BN_CTX *ctx);
|
|
365
|
+
WOLFSSL_API
|
|
366
|
+
int wolfSSL_EC_POINT_mul(const WOLFSSL_EC_GROUP *group, WOLFSSL_EC_POINT *r,
|
|
367
|
+
const WOLFSSL_BIGNUM *n,
|
|
368
|
+
const WOLFSSL_EC_POINT *q, const WOLFSSL_BIGNUM *m,
|
|
369
|
+
WOLFSSL_BN_CTX *ctx);
|
|
370
|
+
WOLFSSL_API
|
|
371
|
+
int wolfSSL_EC_POINT_invert(const WOLFSSL_EC_GROUP *group, WOLFSSL_EC_POINT *a,
|
|
372
|
+
WOLFSSL_BN_CTX *ctx);
|
|
373
|
+
WOLFSSL_API
|
|
374
|
+
void wolfSSL_EC_POINT_clear_free(WOLFSSL_EC_POINT *point);
|
|
375
|
+
WOLFSSL_API
|
|
376
|
+
int wolfSSL_EC_POINT_cmp(const WOLFSSL_EC_GROUP *group,
|
|
377
|
+
const WOLFSSL_EC_POINT *a, const WOLFSSL_EC_POINT *b,
|
|
378
|
+
WOLFSSL_BN_CTX *ctx);
|
|
379
|
+
WOLFSSL_API int wolfSSL_EC_POINT_copy(WOLFSSL_EC_POINT *dest,
|
|
380
|
+
const WOLFSSL_EC_POINT *src);
|
|
381
|
+
WOLFSSL_API
|
|
382
|
+
void wolfSSL_EC_POINT_free(WOLFSSL_EC_POINT *point);
|
|
383
|
+
WOLFSSL_API
|
|
384
|
+
int wolfSSL_EC_POINT_is_at_infinity(const WOLFSSL_EC_GROUP *group,
|
|
385
|
+
const WOLFSSL_EC_POINT *a);
|
|
386
|
+
|
|
387
|
+
WOLFSSL_API
|
|
388
|
+
char* wolfSSL_EC_POINT_point2hex(const WOLFSSL_EC_GROUP* group,
|
|
389
|
+
const WOLFSSL_EC_POINT* point, int form,
|
|
390
|
+
WOLFSSL_BN_CTX* ctx);
|
|
391
|
+
WOLFSSL_API
|
|
392
|
+
WOLFSSL_EC_POINT *wolfSSL_EC_POINT_hex2point
|
|
393
|
+
(const WOLFSSL_EC_GROUP *group, const char *hex,
|
|
394
|
+
WOLFSSL_EC_POINT *p, WOLFSSL_BN_CTX *ctx);
|
|
395
|
+
|
|
396
|
+
WOLFSSL_API const WOLFSSL_EC_KEY_METHOD *wolfSSL_EC_KEY_OpenSSL(void);
|
|
397
|
+
WOLFSSL_API WOLFSSL_EC_KEY_METHOD *wolfSSL_EC_KEY_METHOD_new(
|
|
398
|
+
const WOLFSSL_EC_KEY_METHOD *meth);
|
|
399
|
+
WOLFSSL_API void wolfSSL_EC_KEY_METHOD_free(WOLFSSL_EC_KEY_METHOD *meth);
|
|
400
|
+
/* TODO when implementing change the types to the real callback signatures
|
|
401
|
+
* and use real parameter names */
|
|
402
|
+
WOLFSSL_API void wolfSSL_EC_KEY_METHOD_set_init(WOLFSSL_EC_KEY_METHOD *meth,
|
|
403
|
+
void* a1, void* a2, void* a3, void* a4, void* a5, void* a6);
|
|
404
|
+
WOLFSSL_API void wolfSSL_EC_KEY_METHOD_set_sign(WOLFSSL_EC_KEY_METHOD *meth,
|
|
405
|
+
void* a1, void* a2, void* a3);
|
|
406
|
+
WOLFSSL_API const WOLFSSL_EC_KEY_METHOD *wolfSSL_EC_KEY_get_method(
|
|
407
|
+
const WOLFSSL_EC_KEY *key);
|
|
408
|
+
WOLFSSL_API int wolfSSL_EC_KEY_set_method(WOLFSSL_EC_KEY *key,
|
|
409
|
+
const WOLFSSL_EC_KEY_METHOD *meth);
|
|
410
|
+
|
|
411
|
+
#if !defined(OPENSSL_COEXIST) && (defined(OPENSSL_EXTRA) || defined(OPENSSL_EXTRA_X509_SMALL))
|
|
412
|
+
|
|
413
|
+
typedef WOLFSSL_EC_KEY EC_KEY;
|
|
414
|
+
typedef WOLFSSL_EC_GROUP EC_GROUP;
|
|
415
|
+
typedef WOLFSSL_EC_GROUP EC_METHOD;
|
|
416
|
+
typedef WOLFSSL_EC_POINT EC_POINT;
|
|
417
|
+
typedef WOLFSSL_EC_BUILTIN_CURVE EC_builtin_curve;
|
|
418
|
+
typedef WOLFSSL_EC_KEY_METHOD EC_KEY_METHOD;
|
|
419
|
+
|
|
420
|
+
#ifndef HAVE_ECC
|
|
421
|
+
#define OPENSSL_NO_EC
|
|
422
|
+
#endif
|
|
423
|
+
|
|
424
|
+
#define EC_KEY_new wolfSSL_EC_KEY_new
|
|
425
|
+
#define EC_KEY_free wolfSSL_EC_KEY_free
|
|
426
|
+
#define EC_KEY_up_ref wolfSSL_EC_KEY_up_ref
|
|
427
|
+
#define EC_KEY_dup wolfSSL_EC_KEY_dup
|
|
428
|
+
#define EC_KEY_get0_public_key wolfSSL_EC_KEY_get0_public_key
|
|
429
|
+
#define EC_KEY_get0_group wolfSSL_EC_KEY_get0_group
|
|
430
|
+
#define EC_KEY_set_private_key wolfSSL_EC_KEY_set_private_key
|
|
431
|
+
#define EC_KEY_get0_private_key wolfSSL_EC_KEY_get0_private_key
|
|
432
|
+
#define EC_KEY_new_by_curve_name wolfSSL_EC_KEY_new_by_curve_name
|
|
433
|
+
#define EC_KEY_set_group wolfSSL_EC_KEY_set_group
|
|
434
|
+
#define EC_KEY_generate_key wolfSSL_EC_KEY_generate_key
|
|
435
|
+
#define EC_KEY_set_asn1_flag wolfSSL_EC_KEY_set_asn1_flag
|
|
436
|
+
#define EC_KEY_set_public_key wolfSSL_EC_KEY_set_public_key
|
|
437
|
+
#define EC_KEY_check_key wolfSSL_EC_KEY_check_key
|
|
438
|
+
#define EC_KEY_print_fp wolfSSL_EC_KEY_print_fp
|
|
439
|
+
|
|
440
|
+
#define d2i_EC_PUBKEY_bio wolfSSL_d2i_EC_PUBKEY_bio
|
|
441
|
+
|
|
442
|
+
#define ECDSA_size wolfSSL_ECDSA_size
|
|
443
|
+
#define ECDSA_sign wolfSSL_ECDSA_sign
|
|
444
|
+
#define ECDSA_verify wolfSSL_ECDSA_verify
|
|
445
|
+
|
|
446
|
+
#define EC_GROUP_free wolfSSL_EC_GROUP_free
|
|
447
|
+
#define EC_GROUP_set_asn1_flag wolfSSL_EC_GROUP_set_asn1_flag
|
|
448
|
+
#define EC_GROUP_new_by_curve_name wolfSSL_EC_GROUP_new_by_curve_name
|
|
449
|
+
#define EC_GROUP_cmp wolfSSL_EC_GROUP_cmp
|
|
450
|
+
#define EC_GROUP_dup wolfSSL_EC_GROUP_dup
|
|
451
|
+
#define EC_GROUP_get_curve_name wolfSSL_EC_GROUP_get_curve_name
|
|
452
|
+
#define EC_GROUP_get_degree wolfSSL_EC_GROUP_get_degree
|
|
453
|
+
#define EC_GROUP_get_order wolfSSL_EC_GROUP_get_order
|
|
454
|
+
#define EC_GROUP_order_bits wolfSSL_EC_GROUP_order_bits
|
|
455
|
+
#define EC_GROUP_method_of wolfSSL_EC_GROUP_method_of
|
|
456
|
+
#ifndef NO_WOLFSSL_STUB
|
|
457
|
+
#ifdef WOLF_NO_VARIADIC_MACROS
|
|
458
|
+
#define EC_GROUP_set_point_conversion_form() WC_DO_NOTHING
|
|
459
|
+
#else
|
|
460
|
+
#define EC_GROUP_set_point_conversion_form(...) WC_DO_NOTHING
|
|
461
|
+
#endif
|
|
462
|
+
#endif
|
|
463
|
+
|
|
464
|
+
#define EC_METHOD_get_field_type wolfSSL_EC_METHOD_get_field_type
|
|
465
|
+
|
|
466
|
+
#define EC_POINT_new wolfSSL_EC_POINT_new
|
|
467
|
+
#define EC_POINT_free wolfSSL_EC_POINT_free
|
|
468
|
+
#define EC_POINT_get_affine_coordinates_GFp \
|
|
469
|
+
wolfSSL_EC_POINT_get_affine_coordinates_GFp
|
|
470
|
+
#define EC_POINT_get_affine_coordinates \
|
|
471
|
+
wolfSSL_EC_POINT_get_affine_coordinates_GFp
|
|
472
|
+
#define EC_POINT_set_affine_coordinates_GFp \
|
|
473
|
+
wolfSSL_EC_POINT_set_affine_coordinates_GFp
|
|
474
|
+
#define EC_POINT_set_affine_coordinates \
|
|
475
|
+
wolfSSL_EC_POINT_set_affine_coordinates_GFp
|
|
476
|
+
#define EC_POINT_add wolfSSL_EC_POINT_add
|
|
477
|
+
#define EC_POINT_mul wolfSSL_EC_POINT_mul
|
|
478
|
+
#define EC_POINT_invert wolfSSL_EC_POINT_invert
|
|
479
|
+
#define EC_POINT_clear_free wolfSSL_EC_POINT_clear_free
|
|
480
|
+
#define EC_POINT_cmp wolfSSL_EC_POINT_cmp
|
|
481
|
+
#define EC_POINT_copy wolfSSL_EC_POINT_copy
|
|
482
|
+
#define EC_POINT_is_at_infinity wolfSSL_EC_POINT_is_at_infinity
|
|
483
|
+
|
|
484
|
+
#define EC_get_builtin_curves wolfSSL_EC_get_builtin_curves
|
|
485
|
+
|
|
486
|
+
#define ECPoint_i2d wolfSSL_ECPoint_i2d
|
|
487
|
+
#define ECPoint_d2i wolfSSL_ECPoint_d2i
|
|
488
|
+
#define EC_POINT_point2oct wolfSSL_EC_POINT_point2oct
|
|
489
|
+
#define EC_POINT_oct2point wolfSSL_EC_POINT_oct2point
|
|
490
|
+
#define EC_POINT_point2bn wolfSSL_EC_POINT_point2bn
|
|
491
|
+
#define EC_POINT_is_on_curve wolfSSL_EC_POINT_is_on_curve
|
|
492
|
+
#define o2i_ECPublicKey wolfSSL_o2i_ECPublicKey
|
|
493
|
+
#define i2o_ECPublicKey wolfSSL_i2o_ECPublicKey
|
|
494
|
+
#define i2d_EC_PUBKEY wolfSSL_i2o_ECPublicKey
|
|
495
|
+
#define d2i_ECPrivateKey wolfSSL_d2i_ECPrivateKey
|
|
496
|
+
#define i2d_ECPrivateKey wolfSSL_i2d_ECPrivateKey
|
|
497
|
+
#define EC_KEY_set_conv_form wolfSSL_EC_KEY_set_conv_form
|
|
498
|
+
#define EC_KEY_get_conv_form wolfSSL_EC_KEY_get_conv_form
|
|
499
|
+
#define d2i_ECPKParameters wolfSSL_d2i_ECPKParameters
|
|
500
|
+
#define i2d_ECPKParameters wolfSSL_i2d_ECPKParameters
|
|
501
|
+
|
|
502
|
+
#define EC_POINT_point2hex wolfSSL_EC_POINT_point2hex
|
|
503
|
+
#define EC_POINT_hex2point wolfSSL_EC_POINT_hex2point
|
|
504
|
+
|
|
505
|
+
#define EC_POINT_dump wolfSSL_EC_POINT_dump
|
|
506
|
+
#define EC_get_builtin_curves wolfSSL_EC_get_builtin_curves
|
|
507
|
+
|
|
508
|
+
#define EC_curve_nid2nist wolfSSL_EC_curve_nid2nist
|
|
509
|
+
#define EC_curve_nist2nid wolfSSL_EC_curve_nist2nid
|
|
510
|
+
|
|
511
|
+
#define EC_KEY_OpenSSL wolfSSL_EC_KEY_OpenSSL
|
|
512
|
+
#define EC_KEY_METHOD_new wolfSSL_EC_KEY_METHOD_new
|
|
513
|
+
#define EC_KEY_METHOD_free wolfSSL_EC_KEY_METHOD_free
|
|
514
|
+
#define EC_KEY_METHOD_set_init wolfSSL_EC_KEY_METHOD_set_init
|
|
515
|
+
#define EC_KEY_METHOD_set_sign wolfSSL_EC_KEY_METHOD_set_sign
|
|
516
|
+
#define EC_KEY_get_method wolfSSL_EC_KEY_get_method
|
|
517
|
+
#define EC_KEY_set_method wolfSSL_EC_KEY_set_method
|
|
518
|
+
|
|
519
|
+
#endif /* !OPENSSL_COEXIST && (OPENSSL_EXTRA || OPENSSL_EXTRA_X509_SMALL) */
|
|
520
|
+
|
|
521
|
+
#ifdef __cplusplus
|
|
522
|
+
} /* extern "C" */
|
|
523
|
+
#endif
|
|
524
|
+
|
|
525
|
+
#endif /* header */
|