OpenDDS  Snapshot(2023/04/28-20:55)
Macros
Err.h File Reference
#include <ace/Log_Msg.h>
#include <openssl/err.h>
Include dependency graph for Err.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OPENDDS_SSL_LOG_ERR(MSG)
 

Macro Definition Documentation

◆ OPENDDS_SSL_LOG_ERR

#define OPENDDS_SSL_LOG_ERR (   MSG)
Value:
for (unsigned long e = ERR_get_error(); e != 0; e = ERR_get_error()) { \
char buf[256]; \
ERR_error_string(e, buf); \
ACE_ERROR((LM_WARNING, ACE_TEXT("(%P|%t) WARNING: %C: %C\n"), \
(MSG), buf)); \
}
ACE_TEXT("TCP_Factory")

Definition at line 12 of file Err.h.

Referenced by OpenDDS::Security::SSL::X509Store::add_cert(), OpenDDS::Security::SSL::dh_shared_secret::dh_shared_secret(), OpenDDS::Security::SSL::ecdh_shared_secret_from_octets::ecdh_shared_secret_from_octets(), OpenDDS::Security::SSL::PrivateKey::EVP_PKEY_from_pem(), OpenDDS::Security::SSL::PrivateKey::EVP_PKEY_from_pem_data(), OpenDDS::Security::SSL::dh_constructor::get_key(), OpenDDS::Security::SSL::ecdh_constructor::get_key(), OpenDDS::Security::SSL::Bio::get_mem_data(), OpenDDS::Security::SSL::hash(), OpenDDS::Security::SSL::hash_serialized_impl::hash_serialized_impl(), OpenDDS::Security::SSL::Bio::new_mem(), OpenDDS::Security::SSL::sign_implementation::operator()(), OpenDDS::Security::SSL::verify_implementation::operator()(), OpenDDS::Security::SSL::dh_shared_secret::operator()(), OpenDDS::Security::SSL::cache_dsign_algo_impl::operator()(), OpenDDS::Security::SSL::ecdh_pubkey_as_octets::operator()(), OpenDDS::Security::SSL::ecdh_shared_secret_from_octets::operator()(), OpenDDS::Security::SSL::deserialize_impl::operator()(), OpenDDS::Security::SSL::DH_2048_MODP_256_PRIME::pub_key(), OpenDDS::Security::SSL::StackOfX509::push(), OpenDDS::Security::SSL::Certificate::subject_name_digest(), OpenDDS::Security::SSL::Certificate::subject_name_to_str(), OpenDDS::Security::SSL::Certificate::validate(), OpenDDS::Security::SSL::SignedDocument::verify(), OpenDDS::Security::SSL::PKCS7Doc::verify(), OpenDDS::Security::SSL::Bio::write(), OpenDDS::Security::SSL::Certificate::x509_from_pem(), and OpenDDS::Security::SSL::X509Store::X509Store().