#include <gtest/gtest.h>
#include <openssl/asn1.h>
#include <openssl/bytestring.h>
#include <openssl/crypto.h>
#include <openssl/obj.h>
#include "../internal.h"
Go to the source code of this file.
Functions | |
static bool | ExpectObj2Txt (const uint8_t *der, size_t der_len, bool always_return_oid, const char *expected) |
TEST (ObjTest, TestBasic) | |
TEST (ObjTest, TestObj2Txt) | |
TEST (ObjTest, TestSignatureAlgorithms) | |
|
static |
Definition at line 76 of file obj_test.cc.
TEST | ( | ObjTest | , |
TestBasic | |||
) |
Definition at line 25 of file obj_test.cc.
TEST | ( | ObjTest | , |
TestObj2Txt | |||
) |
Definition at line 131 of file obj_test.cc.
TEST | ( | ObjTest | , |
TestSignatureAlgorithms | |||
) |
Definition at line 61 of file obj_test.cc.