ua_securitypolicy_none.h 665 B

12345678910111213141516171819202122
  1. /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  2. * See http://creativecommons.org/publicdomain/zero/1.0/ for more information.
  3. *
  4. * Copyright 2017 (c) Mark Giraud, Fraunhofer IOSB
  5. * Copyright 2017 (c) Stefan Profanter, fortiss GmbH
  6. */
  7. #ifndef UA_SECURITYPOLICY_NONE_H_
  8. #define UA_SECURITYPOLICY_NONE_H_
  9. #include "ua_plugin_securitypolicy.h"
  10. _UA_BEGIN_DECLS
  11. UA_StatusCode UA_EXPORT
  12. UA_SecurityPolicy_None(UA_SecurityPolicy *policy, UA_CertificateVerification *certificateVerification,
  13. const UA_ByteString localCertificate, UA_Logger logger);
  14. _UA_END_DECLS
  15. #endif /* UA_SECURITYPOLICY_NONE_H_ */