Define plugin version in all existing plugins

This commit is contained in:
Tobias Brunner
2025-08-22 15:32:39 +02:00
parent d087c349b4
commit 5cab5672e7
138 changed files with 138 additions and 139 deletions
@@ -81,7 +81,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *acert_plugin_create()
PLUGIN_DEFINE(acert)
{
private_acert_plugin_t *this;
+1 -1
View File
@@ -61,7 +61,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *aes_plugin_create()
PLUGIN_DEFINE(aes)
{
private_aes_plugin_t *this;
@@ -112,7 +112,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *aesni_plugin_create()
PLUGIN_DEFINE(aesni)
{
private_aesni_plugin_t *this;
@@ -92,7 +92,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *af_alg_plugin_create()
PLUGIN_DEFINE(af_alg)
{
private_af_alg_plugin_t *this;
@@ -60,7 +60,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *agent_plugin_create()
PLUGIN_DEFINE(agent)
{
private_agent_plugin_t *this;
@@ -57,7 +57,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *blowfish_plugin_create()
PLUGIN_DEFINE(blowfish)
{
private_blowfish_plugin_t *this;
@@ -391,7 +391,7 @@ METHOD(plugin_t, destroy, void,
/*
* Described in header
*/
plugin_t *botan_plugin_create()
PLUGIN_DEFINE(botan)
{
private_botan_plugin_t *this;
+1 -1
View File
@@ -94,7 +94,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *ccm_plugin_create()
PLUGIN_DEFINE(ccm)
{
private_ccm_plugin_t *this;
@@ -61,7 +61,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *chapoly_plugin_create()
PLUGIN_DEFINE(chapoly)
{
private_chapoly_plugin_t *this;
+1 -1
View File
@@ -62,7 +62,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *cmac_plugin_create()
PLUGIN_DEFINE(cmac)
{
private_cmac_plugin_t *this;
@@ -83,7 +83,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *constraints_plugin_create()
PLUGIN_DEFINE(constraints)
{
private_constraints_plugin_t *this;
+1 -1
View File
@@ -70,7 +70,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *ctr_plugin_create()
PLUGIN_DEFINE(ctr)
{
private_ctr_plugin_t *this;
+1 -1
View File
@@ -210,7 +210,7 @@ static void set_ssl_backend()
/*
* see header file
*/
plugin_t *curl_plugin_create()
PLUGIN_DEFINE(curl)
{
CURLcode res;
private_curl_plugin_t *this;
@@ -82,7 +82,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *curve25519_plugin_create()
PLUGIN_DEFINE(curve25519)
{
private_curve25519_plugin_t *this;
+1 -1
View File
@@ -58,7 +58,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *des_plugin_create()
PLUGIN_DEFINE(des)
{
private_des_plugin_t *this;
@@ -63,7 +63,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *dnskey_plugin_create()
PLUGIN_DEFINE(dnskey)
{
private_dnskey_plugin_t *this;
+1 -1
View File
@@ -75,7 +75,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *drbg_plugin_create()
PLUGIN_DEFINE(drbg)
{
private_drbg_plugin_t *this;
@@ -59,7 +59,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *files_plugin_create()
PLUGIN_DEFINE(files)
{
private_files_plugin_t *this;
@@ -59,7 +59,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *fips_prf_plugin_create()
PLUGIN_DEFINE(fips_prf)
{
private_fips_prf_plugin_t *this;
+1 -1
View File
@@ -76,7 +76,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *gcm_plugin_create()
PLUGIN_DEFINE(gcm)
{
private_gcm_plugin_t *this;
@@ -172,7 +172,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *gcrypt_plugin_create()
PLUGIN_DEFINE(gcrypt)
{
private_gcrypt_plugin_t *this;
u_char *dummy[1];
+1 -1
View File
@@ -158,7 +158,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *gmp_plugin_create()
PLUGIN_DEFINE(gmp)
{
private_gmp_plugin_t *this;
+1 -1
View File
@@ -90,7 +90,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *hmac_plugin_create()
PLUGIN_DEFINE(hmac)
{
private_hmac_plugin_t *this;
+1 -1
View File
@@ -71,7 +71,7 @@ METHOD(plugin_t, destroy, void,
/*
* Described in header
*/
plugin_t *kdf_plugin_create()
PLUGIN_DEFINE(kdf)
{
private_kdf_plugin_t *this;
@@ -81,7 +81,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *keychain_plugin_create()
PLUGIN_DEFINE(keychain)
{
private_keychain_plugin_t *this;
+1 -1
View File
@@ -59,7 +59,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *ldap_plugin_create()
PLUGIN_DEFINE(ldap)
{
private_ldap_plugin_t *this;
+1 -1
View File
@@ -56,7 +56,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *md4_plugin_create()
PLUGIN_DEFINE(md4)
{
private_md4_plugin_t *this;
+1 -1
View File
@@ -56,7 +56,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *md5_plugin_create()
PLUGIN_DEFINE(md5)
{
private_md5_plugin_t *this;
+1 -1
View File
@@ -75,7 +75,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *mgf1_plugin_create()
PLUGIN_DEFINE(mgf1)
{
private_mgf1_plugin_t *this;
+1 -1
View File
@@ -76,7 +76,7 @@ METHOD(plugin_t, destroy, void,
/*
* Described in header
*/
plugin_t *ml_plugin_create()
PLUGIN_DEFINE(ml)
{
private_plugin_t *this;
@@ -60,7 +60,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *mysql_plugin_create()
PLUGIN_DEFINE(mysql)
{
private_mysql_plugin_t *this;
@@ -59,7 +59,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *nonce_plugin_create()
PLUGIN_DEFINE(nonce)
{
private_nonce_plugin_t *this;
@@ -775,7 +775,7 @@ static int concat_ossl_providers(OSSL_PROVIDER *provider, void *cbdata)
/*
* see header file
*/
plugin_t *openssl_plugin_create()
PLUGIN_DEFINE(openssl)
{
private_openssl_plugin_t *this;
int fips_mode;
@@ -85,7 +85,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *openxpki_plugin_create()
PLUGIN_DEFINE(openxpki)
{
private_openxpki_plugin_t *this;
@@ -101,7 +101,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *padlock_plugin_create()
PLUGIN_DEFINE(padlock)
{
private_padlock_plugin_t *this;
+1 -1
View File
@@ -140,7 +140,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *pem_plugin_create()
PLUGIN_DEFINE(pem)
{
private_pem_plugin_t *this;
+1 -1
View File
@@ -72,7 +72,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *pgp_plugin_create()
PLUGIN_DEFINE(pgp)
{
private_pgp_plugin_t *this;
@@ -74,7 +74,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *pkcs1_plugin_create()
PLUGIN_DEFINE(pkcs1)
{
private_pkcs1_plugin_t *this;
@@ -294,7 +294,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *pkcs11_plugin_create()
PLUGIN_DEFINE(pkcs11)
{
private_pkcs11_plugin_t *this;
@@ -65,7 +65,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *pkcs12_plugin_create()
PLUGIN_DEFINE(pkcs12)
{
private_pkcs12_plugin_t *this;
@@ -67,7 +67,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *pkcs7_plugin_create()
PLUGIN_DEFINE(pkcs7)
{
private_pkcs7_plugin_t *this;
@@ -63,7 +63,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *pkcs8_plugin_create()
PLUGIN_DEFINE(pkcs8)
{
private_pkcs8_plugin_t *this;
@@ -62,7 +62,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *pubkey_plugin_create()
PLUGIN_DEFINE(pubkey)
{
private_pubkey_plugin_t *this;
@@ -133,7 +133,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *random_plugin_create()
PLUGIN_DEFINE(random)
{
private_random_plugin_t *this;
char *urandom_file, *random_file;
+1 -1
View File
@@ -58,7 +58,7 @@ METHOD(plugin_t, destroy, void,
/*
* Described in header
*/
plugin_t *rc2_plugin_create()
PLUGIN_DEFINE(rc2)
{
private_rc2_plugin_t *this;
@@ -72,7 +72,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *rdrand_plugin_create()
PLUGIN_DEFINE(rdrand)
{
private_rdrand_plugin_t *this;
@@ -94,7 +94,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *revocation_plugin_create()
PLUGIN_DEFINE(revocation)
{
private_revocation_plugin_t *this;
+1 -1
View File
@@ -59,7 +59,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *sha1_plugin_create()
PLUGIN_DEFINE(sha1)
{
private_sha1_plugin_t *this;
+1 -1
View File
@@ -59,7 +59,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *sha2_plugin_create()
PLUGIN_DEFINE(sha2)
{
private_sha2_plugin_t *this;
+1 -2
View File
@@ -65,7 +65,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *sha3_plugin_create()
PLUGIN_DEFINE(sha3)
{
private_sha3_plugin_t *this;
@@ -81,4 +81,3 @@ plugin_t *sha3_plugin_create()
return &this->public.plugin;
}
+1 -1
View File
@@ -62,7 +62,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *soup_plugin_create()
PLUGIN_DEFINE(soup)
{
private_soup_plugin_t *this;
@@ -59,7 +59,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *sqlite_plugin_create()
PLUGIN_DEFINE(sqlite)
{
private_sqlite_plugin_t *this;
#if SQLITE_VERSION_NUMBER >= 3005000 && DEBUG_LEVEL >= 2
@@ -62,7 +62,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *sshkey_plugin_create()
PLUGIN_DEFINE(sshkey)
{
private_sshkey_plugin_t *this;
@@ -176,7 +176,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *test_vectors_plugin_create()
PLUGIN_DEFINE(test_vectors)
{
private_test_vectors_plugin_t *this;
int i;
@@ -58,7 +58,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *unbound_plugin_create()
PLUGIN_DEFINE(unbound)
{
private_unbound_plugin_t *this;
@@ -57,7 +57,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *winhttp_plugin_create()
PLUGIN_DEFINE(winhttp)
{
private_winhttp_plugin_t *this;
@@ -532,7 +532,7 @@ METHOD(plugin_t, destroy, void,
/*
* Described in header
*/
plugin_t *wolfssl_plugin_create()
PLUGIN_DEFINE(wolfssl)
{
private_wolfssl_plugin_t *this;
bool fips_mode;
+1 -1
View File
@@ -95,7 +95,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *x509_plugin_create()
PLUGIN_DEFINE(x509)
{
private_x509_plugin_t *this;
+1 -1
View File
@@ -66,7 +66,7 @@ METHOD(plugin_t, destroy, void,
/*
* see header file
*/
plugin_t *xcbc_plugin_create()
PLUGIN_DEFINE(xcbc)
{
private_xcbc_plugin_t *this;