From 3f9902605d9b30e5d47ad15c7b84d121e2232a41 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Apr 2026 15:43:27 +0200 Subject: drop pear/pecl dependency sources from github --- REFLECTION | 62 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 3bec818..6ea057b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,36 +1,36 @@ -Extension [ extension #95 rnp version 0.2.0 ] { +Extension [ extension #115 rnp version 0.2.0 ] { - Constants [30] { - Constant [ int RNP_LOAD_SAVE_PUBLIC_KEYS ] { 1 } - Constant [ int RNP_LOAD_SAVE_SECRET_KEYS ] { 2 } - Constant [ int RNP_LOAD_SAVE_PERMISSIVE ] { 256 } - Constant [ int RNP_LOAD_SAVE_SINGLE ] { 512 } - Constant [ int RNP_LOAD_SAVE_BASE64 ] { 1024 } - Constant [ string RNP_FEATURE_SYMM_ALG ] { symmetric algorithm } - Constant [ string RNP_FEATURE_AEAD_ALG ] { aead algorithm } - Constant [ string RNP_FEATURE_PROT_MODE ] { protection mode } - Constant [ string RNP_FEATURE_PK_ALG ] { public key algorithm } - Constant [ string RNP_FEATURE_HASH_ALG ] { hash algorithm } - Constant [ string RNP_FEATURE_COMP_ALG ] { compression algorithm } - Constant [ string RNP_FEATURE_CURVE ] { elliptic curve } - Constant [ int RNP_DUMP_MPI ] { 1 } - Constant [ int RNP_DUMP_RAW ] { 2 } - Constant [ int RNP_DUMP_GRIP ] { 4 } - Constant [ int RNP_JSON_DUMP_MPI ] { 1 } - Constant [ int RNP_JSON_DUMP_RAW ] { 2 } - Constant [ int RNP_JSON_DUMP_GRIP ] { 4 } - Constant [ int RNP_ENCRYPT_NOWRAP ] { 1 } - Constant [ string RNP_KEYSTORE_GPG ] { GPG } - Constant [ string RNP_KEYSTORE_KBX ] { KBX } - Constant [ string RNP_KEYSTORE_G10 ] { G10 } - Constant [ int RNP_KEY_EXPORT_ARMORED ] { 1 } - Constant [ int RNP_KEY_EXPORT_PUBLIC ] { 2 } - Constant [ int RNP_KEY_EXPORT_SECRET ] { 4 } - Constant [ int RNP_KEY_EXPORT_SUBKEYS ] { 8 } - Constant [ int RNP_KEY_EXPORT_BASE64 ] { 512 } - Constant [ int RNP_KEY_REMOVE_PUBLIC ] { 1 } - Constant [ int RNP_KEY_REMOVE_SECRET ] { 2 } - Constant [ int RNP_KEY_REMOVE_SUBKEYS ] { 4 } + Constant [ int RNP_LOAD_SAVE_PUBLIC_KEYS ] { 1 } + Constant [ int RNP_LOAD_SAVE_SECRET_KEYS ] { 2 } + Constant [ int RNP_LOAD_SAVE_PERMISSIVE ] { 256 } + Constant [ int RNP_LOAD_SAVE_SINGLE ] { 512 } + Constant [ int RNP_LOAD_SAVE_BASE64 ] { 1024 } + Constant [ string RNP_FEATURE_SYMM_ALG ] { symmetric algorithm } + Constant [ string RNP_FEATURE_AEAD_ALG ] { aead algorithm } + Constant [ string RNP_FEATURE_PROT_MODE ] { protection mode } + Constant [ string RNP_FEATURE_PK_ALG ] { public key algorithm } + Constant [ string RNP_FEATURE_HASH_ALG ] { hash algorithm } + Constant [ string RNP_FEATURE_COMP_ALG ] { compression algorithm } + Constant [ string RNP_FEATURE_CURVE ] { elliptic curve } + Constant [ int RNP_DUMP_MPI ] { 1 } + Constant [ int RNP_DUMP_RAW ] { 2 } + Constant [ int RNP_DUMP_GRIP ] { 4 } + Constant [ int RNP_JSON_DUMP_MPI ] { 1 } + Constant [ int RNP_JSON_DUMP_RAW ] { 2 } + Constant [ int RNP_JSON_DUMP_GRIP ] { 4 } + Constant [ int RNP_ENCRYPT_NOWRAP ] { 1 } + Constant [ string RNP_KEYSTORE_GPG ] { GPG } + Constant [ string RNP_KEYSTORE_KBX ] { KBX } + Constant [ string RNP_KEYSTORE_G10 ] { G10 } + Constant [ int RNP_KEY_EXPORT_ARMORED ] { 1 } + Constant [ int RNP_KEY_EXPORT_PUBLIC ] { 2 } + Constant [ int RNP_KEY_EXPORT_SECRET ] { 4 } + Constant [ int RNP_KEY_EXPORT_SUBKEYS ] { 8 } + Constant [ int RNP_KEY_EXPORT_BASE64 ] { 512 } + Constant [ int RNP_KEY_REMOVE_PUBLIC ] { 1 } + Constant [ int RNP_KEY_REMOVE_SECRET ] { 2 } + Constant [ int RNP_KEY_REMOVE_SUBKEYS ] { 4 } } - Functions { -- cgit