API compatibility report for the libglobus-gsi-callback-dev library between lfs and timet versions on ARM


Binary
Compatibility
Source
Compatibility

Test Info


Library Namelibglobus-gsi-callback-dev
Version #1lfs
Version #2timet
ArchARM
GCC Version12
SubjectBinary Compatibility

Test Results


Total Header Files2
Total Libraries0
Total Symbols / Types100 / 46
Compatibility 100%

Problem Summary


SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0

Header Files  2 


globus_gsi_callback.h
globus_gsi_callback_constants.h

to the top

Libraries  0 



to the top



Test Info


Library Namelibglobus-gsi-callback-dev
Version #1lfs
Version #2timet
ArchARM
SubjectSource Compatibility

Test Results


Total Header Files2
Total Libraries0
Total Symbols / Types1386 / 358
Compatibility 99.8%

Problem Summary


SeverityCount
Added Symbols-290
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low1
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0

Added Symbols  290 


asn1.h
a2d_ASN1_OBJECT ( unsigned char* out, int olen, char const* buf, int num )
a2i_ASN1_ENUMERATED ( BIO* bp, ASN1_ENUMERATED* bs, char* buf, int size )
a2i_ASN1_INTEGER ( BIO* bp, ASN1_INTEGER* bs, char* buf, int size )
a2i_ASN1_STRING ( BIO* bp, ASN1_STRING* bs, char* buf, int size )
ASN1_add_oid_module ( )
ASN1_add_stable_module ( )
ASN1_ANY_it ( )
ASN1_BIT_STRING_check ( ASN1_BIT_STRING const* a, unsigned char const* flags, int flags_len )
ASN1_BIT_STRING_free ( ASN1_BIT_STRING* a )
ASN1_BIT_STRING_get_bit ( ASN1_BIT_STRING const* a, int n )
ASN1_BIT_STRING_it ( )
ASN1_BIT_STRING_name_print ( BIO* out, ASN1_BIT_STRING* bs, BIT_STRING_BITNAME* tbl, int indent )
ASN1_BIT_STRING_new ( )
ASN1_BIT_STRING_num_asc ( char const* name, BIT_STRING_BITNAME* tbl )
ASN1_BIT_STRING_set ( ASN1_BIT_STRING* a, unsigned char* d, int length )
ASN1_BIT_STRING_set_asc ( ASN1_BIT_STRING* bs, char const* name, int value, BIT_STRING_BITNAME* tbl )
ASN1_BIT_STRING_set_bit ( ASN1_BIT_STRING* a, int n, int value )
ASN1_BMPSTRING_free ( ASN1_BMPSTRING* a )
ASN1_BMPSTRING_it ( )
ASN1_BMPSTRING_new ( )
ASN1_bn_print ( BIO* bp, char const* number, BIGNUM const* num, unsigned char* buf, int off )
ASN1_buf_print ( BIO* bp, unsigned char const* buf, size_t buflen, int off )
ASN1_check_infinite_end ( unsigned char** p, long len )
ASN1_const_check_infinite_end ( unsigned char const** p, long len )
ASN1_d2i_bio ( void*(*xnew)(), void*(*d2i)(void**, unsigned char const**, long), BIO* in, void** x )
ASN1_d2i_fp ( void*(*xnew)(), void*(*d2i)(void**, unsigned char const**, long), FILE* in, void** x )
ASN1_dup ( int(*i2d)(void const*, unsigned char**), void*(*d2i)(void**, unsigned char const**, long), void const* x )
ASN1_ENUMERATED_free ( ASN1_ENUMERATED* a )
ASN1_ENUMERATED_get ( ASN1_ENUMERATED const* a )
ASN1_ENUMERATED_get_int64 ( int64_t* pr, ASN1_ENUMERATED const* a )
ASN1_ENUMERATED_it ( )
ASN1_ENUMERATED_new ( )
ASN1_ENUMERATED_set ( ASN1_ENUMERATED* a, long v )
ASN1_ENUMERATED_set_int64 ( ASN1_ENUMERATED* a, int64_t r )
ASN1_ENUMERATED_to_BN ( ASN1_ENUMERATED const* ai, BIGNUM* bn )
ASN1_GENERALIZEDTIME_adj ( ASN1_GENERALIZEDTIME* s, long long t, int offset_day, long offset_sec )
ASN1_GENERALIZEDTIME_check ( ASN1_GENERALIZEDTIME const* a )
ASN1_GENERALIZEDTIME_dup ( ASN1_GENERALIZEDTIME const* a )
ASN1_GENERALIZEDTIME_free ( ASN1_GENERALIZEDTIME* a )
ASN1_GENERALIZEDTIME_it ( )
ASN1_GENERALIZEDTIME_new ( )
ASN1_GENERALIZEDTIME_print ( BIO* fp, ASN1_GENERALIZEDTIME const* a )
ASN1_GENERALIZEDTIME_set ( ASN1_GENERALIZEDTIME* s, long long t )
ASN1_GENERALIZEDTIME_set_string ( ASN1_GENERALIZEDTIME* s, char const* str )
ASN1_GENERALSTRING_free ( ASN1_GENERALSTRING* a )
ASN1_GENERALSTRING_it ( )
ASN1_GENERALSTRING_new ( )
ASN1_generate_nconf ( char const* str, CONF* nconf )
ASN1_generate_v3 ( char const* str, X509V3_CTX* cnf )
ASN1_get_object ( unsigned char const** pp, long* plength, int* ptag, int* pclass, long omax )
ASN1_i2d_bio ( int(*i2d)(void const*, unsigned char**), BIO* out, void const* x )
ASN1_i2d_fp ( int(*i2d)(void const*, unsigned char**), FILE* out, void const* x )
ASN1_IA5STRING_free ( ASN1_IA5STRING* a )
ASN1_IA5STRING_it ( )
ASN1_IA5STRING_new ( )
ASN1_INTEGER_cmp ( ASN1_INTEGER const* x, ASN1_INTEGER const* y )
ASN1_INTEGER_dup ( ASN1_INTEGER const* a )
ASN1_INTEGER_free ( ASN1_INTEGER* a )
ASN1_INTEGER_get ( ASN1_INTEGER const* a )
ASN1_INTEGER_get_int64 ( int64_t* pr, ASN1_INTEGER const* a )
ASN1_INTEGER_get_uint64 ( uint64_t* pr, ASN1_INTEGER const* a )
ASN1_INTEGER_it ( )
ASN1_INTEGER_new ( )
ASN1_INTEGER_set ( ASN1_INTEGER* a, long v )
ASN1_INTEGER_set_int64 ( ASN1_INTEGER* a, int64_t r )
ASN1_INTEGER_set_uint64 ( ASN1_INTEGER* a, uint64_t r )
ASN1_INTEGER_to_BN ( ASN1_INTEGER const* ai, BIGNUM* bn )
ASN1_item_d2i ( ASN1_VALUE** val, unsigned char const** in, long len, ASN1_ITEM const* it )
ASN1_item_d2i_bio ( ASN1_ITEM const* it, BIO* in, void* pval )
ASN1_item_d2i_bio_ex ( ASN1_ITEM const* it, BIO* in, void* pval, OSSL_LIB_CTX* libctx, char const* propq )
ASN1_item_d2i_ex ( ASN1_VALUE** val, unsigned char const** in, long len, ASN1_ITEM const* it, OSSL_LIB_CTX* libctx, char const* propq )
ASN1_item_d2i_fp ( ASN1_ITEM const* it, FILE* in, void* x )
ASN1_item_d2i_fp_ex ( ASN1_ITEM const* it, FILE* in, void* x, OSSL_LIB_CTX* libctx, char const* propq )
ASN1_item_dup ( ASN1_ITEM const* it, void const* x )
ASN1_item_free ( ASN1_VALUE* val, ASN1_ITEM const* it )
ASN1_ITEM_get ( size_t i )
ASN1_item_i2d ( ASN1_VALUE const* val, unsigned char** out, ASN1_ITEM const* it )
ASN1_item_i2d_bio ( ASN1_ITEM const* it, BIO* out, void const* x )
ASN1_item_i2d_fp ( ASN1_ITEM const* it, FILE* out, void const* x )
ASN1_item_i2d_mem_bio ( ASN1_ITEM const* it, ASN1_VALUE const* val )
ASN1_ITEM_lookup ( char const* name )
ASN1_item_ndef_i2d ( ASN1_VALUE const* val, unsigned char** out, ASN1_ITEM const* it )
ASN1_item_new ( ASN1_ITEM const* it )
ASN1_item_new_ex ( ASN1_ITEM const* it, OSSL_LIB_CTX* libctx, char const* propq )
ASN1_item_pack ( void* obj, ASN1_ITEM const* it, ASN1_OCTET_STRING** oct )
ASN1_item_print ( BIO* out, ASN1_VALUE const* ifld, int indent, ASN1_ITEM const* it, ASN1_PCTX const* pctx )
ASN1_item_sign_ex ( ASN1_ITEM const* it, X509_ALGOR* algor1, X509_ALGOR* algor2, ASN1_BIT_STRING* signature, void const* data, ASN1_OCTET_STRING const* id, EVP_PKEY* pkey, EVP_MD const* md, OSSL_LIB_CTX* libctx, char const* propq )
ASN1_item_unpack ( ASN1_STRING const* oct, ASN1_ITEM const* it )
ASN1_item_verify_ex ( ASN1_ITEM const* it, X509_ALGOR const* alg, ASN1_BIT_STRING const* signature, void const* data, ASN1_OCTET_STRING const* id, EVP_PKEY* pkey, OSSL_LIB_CTX* libctx, char const* propq )
ASN1_mbstring_copy ( ASN1_STRING** out, unsigned char const* in, int len, int inform, unsigned long mask )
ASN1_mbstring_ncopy ( ASN1_STRING** out, unsigned char const* in, int len, int inform, unsigned long mask, long minsize, long maxsize )
ASN1_NULL_free ( ASN1_NULL* a )
ASN1_NULL_it ( )
ASN1_NULL_new ( )
ASN1_OBJECT_create ( int nid, unsigned char* data, int len, char const* sn, char const* ln )
ASN1_OBJECT_free ( ASN1_OBJECT* a )
ASN1_OBJECT_it ( )
ASN1_OBJECT_new ( )
ASN1_object_size ( int constructed, int length, int tag )
ASN1_OCTET_STRING_cmp ( ASN1_OCTET_STRING const* a, ASN1_OCTET_STRING const* b )
ASN1_OCTET_STRING_dup ( ASN1_OCTET_STRING const* a )
ASN1_OCTET_STRING_free ( ASN1_OCTET_STRING* a )
ASN1_OCTET_STRING_it ( )
ASN1_OCTET_STRING_NDEF_it ( )
ASN1_OCTET_STRING_new ( )
ASN1_OCTET_STRING_set ( ASN1_OCTET_STRING* str, unsigned char const* data, int len )
ASN1_parse ( BIO* bp, unsigned char const* pp, long len, int indent )
ASN1_parse_dump ( BIO* bp, unsigned char const* pp, long len, int indent, int dump )
ASN1_PCTX_free ( ASN1_PCTX* p )
ASN1_PCTX_get_cert_flags ( ASN1_PCTX const* p )
ASN1_PCTX_get_flags ( ASN1_PCTX const* p )
ASN1_PCTX_get_nm_flags ( ASN1_PCTX const* p )
ASN1_PCTX_get_oid_flags ( ASN1_PCTX const* p )
ASN1_PCTX_get_str_flags ( ASN1_PCTX const* p )
ASN1_PCTX_new ( )
ASN1_PCTX_set_cert_flags ( ASN1_PCTX* p, unsigned long flags )
ASN1_PCTX_set_flags ( ASN1_PCTX* p, unsigned long flags )
ASN1_PCTX_set_nm_flags ( ASN1_PCTX* p, unsigned long flags )
ASN1_PCTX_set_oid_flags ( ASN1_PCTX* p, unsigned long flags )
ASN1_PCTX_set_str_flags ( ASN1_PCTX* p, unsigned long flags )
ASN1_PRINTABLE_free ( ASN1_STRING* a )
ASN1_PRINTABLE_it ( )
ASN1_PRINTABLE_new ( )
ASN1_PRINTABLE_type ( unsigned char const* s, int max )
ASN1_PRINTABLESTRING_free ( ASN1_PRINTABLESTRING* a )
ASN1_PRINTABLESTRING_it ( )
ASN1_PRINTABLESTRING_new ( )
ASN1_put_eoc ( unsigned char** pp )
ASN1_put_object ( unsigned char** pp, int constructed, int length, int tag, int xclass )
ASN1_SCTX_free ( ASN1_SCTX* p )
ASN1_SCTX_get_app_data ( ASN1_SCTX* p )
ASN1_SCTX_get_flags ( ASN1_SCTX* p )
ASN1_SCTX_get_item ( ASN1_SCTX* p )
ASN1_SCTX_get_template ( ASN1_SCTX* p )
ASN1_SCTX_new ( int(*scan_cb)(ASN1_SCTX*) )
ASN1_SCTX_set_app_data ( ASN1_SCTX* p, void* data )
ASN1_SEQUENCE_ANY_it ( )
ASN1_SET_ANY_it ( )
ASN1_str2mask ( char const* str, unsigned long* pmask )
ASN1_STRING_clear_free ( ASN1_STRING* a )
ASN1_STRING_cmp ( ASN1_STRING const* a, ASN1_STRING const* b )
ASN1_STRING_copy ( ASN1_STRING* dst, ASN1_STRING const* str )
ASN1_STRING_data ( ASN1_STRING* x )
ASN1_STRING_dup ( ASN1_STRING const* a )
ASN1_STRING_free ( ASN1_STRING* a )
ASN1_STRING_get0_data ( ASN1_STRING const* x )
ASN1_STRING_get_default_mask ( )
ASN1_STRING_length ( ASN1_STRING const* x )
ASN1_STRING_length_set ( ASN1_STRING* x, int n )
ASN1_STRING_new ( )
ASN1_STRING_print ( BIO* bp, ASN1_STRING const* v )
ASN1_STRING_print_ex ( BIO* out, ASN1_STRING const* str, unsigned long flags )
ASN1_STRING_print_ex_fp ( FILE* fp, ASN1_STRING const* str, unsigned long flags )
ASN1_STRING_set ( ASN1_STRING* str, void const* data, int len )
ASN1_STRING_set0 ( ASN1_STRING* str, void* data, int len )
ASN1_STRING_set_by_NID ( ASN1_STRING** out, unsigned char const* in, int inlen, int inform, int nid )
ASN1_STRING_set_default_mask ( unsigned long mask )
ASN1_STRING_set_default_mask_asc ( char const* p )
ASN1_STRING_TABLE_add ( int p1, long p2, long p3, unsigned long p4, unsigned long p5 )
ASN1_STRING_TABLE_cleanup ( )
ASN1_STRING_TABLE_get ( int nid )
ASN1_STRING_to_UTF8 ( unsigned char** out, ASN1_STRING const* in )
ASN1_STRING_type ( ASN1_STRING const* x )
ASN1_STRING_type_new ( int type )
ASN1_T61STRING_free ( ASN1_T61STRING* a )
ASN1_T61STRING_it ( )
ASN1_T61STRING_new ( )
ASN1_tag2bit ( int tag )
ASN1_tag2str ( int tag )
ASN1_TIME_adj ( ASN1_TIME* s, long long t, int offset_day, long offset_sec )
ASN1_TIME_check ( ASN1_TIME const* t )
ASN1_TIME_cmp_time_t ( ASN1_TIME const* s, long long t )
ASN1_TIME_compare ( ASN1_TIME const* a, ASN1_TIME const* b )
ASN1_TIME_diff ( int* pday, int* psec, ASN1_TIME const* from, ASN1_TIME const* to )
ASN1_TIME_dup ( ASN1_TIME const* a )
ASN1_TIME_free ( ASN1_TIME* a )
ASN1_TIME_it ( )
ASN1_TIME_new ( )
ASN1_TIME_normalize ( ASN1_TIME* s )
ASN1_TIME_print ( BIO* bp, ASN1_TIME const* tm )
ASN1_TIME_print_ex ( BIO* bp, ASN1_TIME const* tm, unsigned long flags )
ASN1_TIME_set ( ASN1_TIME* s, long long t )
ASN1_TIME_set_string ( ASN1_TIME* s, char const* str )
ASN1_TIME_set_string_X509 ( ASN1_TIME* s, char const* str )
ASN1_TIME_to_generalizedtime ( ASN1_TIME const* t, ASN1_GENERALIZEDTIME** out )
ASN1_TIME_to_tm ( ASN1_TIME const* s, struct tm* tm )
ASN1_TYPE_cmp ( ASN1_TYPE const* a, ASN1_TYPE const* b )
ASN1_TYPE_free ( ASN1_TYPE* a )
ASN1_TYPE_get ( ASN1_TYPE const* a )
ASN1_TYPE_get_int_octetstring ( ASN1_TYPE const* a, long* num, unsigned char* data, int max_len )
ASN1_TYPE_get_octetstring ( ASN1_TYPE const* a, unsigned char* data, int max_len )
ASN1_TYPE_new ( )
ASN1_TYPE_pack_sequence ( ASN1_ITEM const* it, void* s, ASN1_TYPE** t )
ASN1_TYPE_set ( ASN1_TYPE* a, int type, void* value )
ASN1_TYPE_set1 ( ASN1_TYPE* a, int type, void const* value )
ASN1_TYPE_set_int_octetstring ( ASN1_TYPE* a, long num, unsigned char* data, int len )
ASN1_TYPE_set_octetstring ( ASN1_TYPE* a, unsigned char* data, int len )
ASN1_TYPE_unpack_sequence ( ASN1_ITEM const* it, ASN1_TYPE const* t )
ASN1_UNIVERSALSTRING_free ( ASN1_UNIVERSALSTRING* a )
ASN1_UNIVERSALSTRING_it ( )
ASN1_UNIVERSALSTRING_new ( )
ASN1_UNIVERSALSTRING_to_string ( ASN1_UNIVERSALSTRING* s )
ASN1_UTCTIME_adj ( ASN1_UTCTIME* s, long long t, int offset_day, long offset_sec )
ASN1_UTCTIME_check ( ASN1_UTCTIME const* a )
ASN1_UTCTIME_cmp_time_t ( ASN1_UTCTIME const* s, long long t )
ASN1_UTCTIME_dup ( ASN1_UTCTIME const* a )
ASN1_UTCTIME_free ( ASN1_UTCTIME* a )
ASN1_UTCTIME_it ( )
ASN1_UTCTIME_new ( )
ASN1_UTCTIME_print ( BIO* fp, ASN1_UTCTIME const* a )
ASN1_UTCTIME_set ( ASN1_UTCTIME* s, long long t )
ASN1_UTCTIME_set_string ( ASN1_UTCTIME* s, char const* str )
ASN1_UTF8STRING_free ( ASN1_UTF8STRING* a )
ASN1_UTF8STRING_it ( )
ASN1_UTF8STRING_new ( )
ASN1_VISIBLESTRING_free ( ASN1_VISIBLESTRING* a )
ASN1_VISIBLESTRING_it ( )
ASN1_VISIBLESTRING_new ( )
BIO_f_asn1 ( )
BIO_new_NDEF ( BIO* out, ASN1_VALUE* val, ASN1_ITEM const* it )
BN_to_ASN1_ENUMERATED ( BIGNUM const* bn, ASN1_ENUMERATED* ai )
BN_to_ASN1_INTEGER ( BIGNUM const* bn, ASN1_INTEGER* ai )
d2i_ASN1_BIT_STRING ( ASN1_BIT_STRING** a, unsigned char const** in, long len )
d2i_ASN1_BMPSTRING ( ASN1_BMPSTRING** a, unsigned char const** in, long len )
d2i_ASN1_ENUMERATED ( ASN1_ENUMERATED** a, unsigned char const** in, long len )
d2i_ASN1_GENERALIZEDTIME ( ASN1_GENERALIZEDTIME** a, unsigned char const** in, long len )
d2i_ASN1_GENERALSTRING ( ASN1_GENERALSTRING** a, unsigned char const** in, long len )
d2i_ASN1_IA5STRING ( ASN1_IA5STRING** a, unsigned char const** in, long len )
d2i_ASN1_INTEGER ( ASN1_INTEGER** a, unsigned char const** in, long len )
d2i_ASN1_NULL ( ASN1_NULL** a, unsigned char const** in, long len )
d2i_ASN1_OBJECT ( ASN1_OBJECT** a, unsigned char const** in, long len )
d2i_ASN1_OCTET_STRING ( ASN1_OCTET_STRING** a, unsigned char const** in, long len )
d2i_ASN1_PRINTABLE ( ASN1_STRING** a, unsigned char const** in, long len )
d2i_ASN1_PRINTABLESTRING ( ASN1_PRINTABLESTRING** a, unsigned char const** in, long len )
d2i_ASN1_SEQUENCE_ANY ( ASN1_SEQUENCE_ANY** a, unsigned char const** in, long len )
d2i_ASN1_SET_ANY ( ASN1_SEQUENCE_ANY** a, unsigned char const** in, long len )
d2i_ASN1_T61STRING ( ASN1_T61STRING** a, unsigned char const** in, long len )
d2i_ASN1_TIME ( ASN1_TIME** a, unsigned char const** in, long len )
d2i_ASN1_TYPE ( ASN1_TYPE** a, unsigned char const** in, long len )
d2i_ASN1_UINTEGER ( ASN1_INTEGER** a, unsigned char const** pp, long length )
d2i_ASN1_UNIVERSALSTRING ( ASN1_UNIVERSALSTRING** a, unsigned char const** in, long len )
d2i_ASN1_UTCTIME ( ASN1_UTCTIME** a, unsigned char const** in, long len )
d2i_ASN1_UTF8STRING ( ASN1_UTF8STRING** a, unsigned char const** in, long len )
d2i_ASN1_VISIBLESTRING ( ASN1_VISIBLESTRING** a, unsigned char const** in, long len )
d2i_DIRECTORYSTRING ( ASN1_STRING** a, unsigned char const** in, long len )
d2i_DISPLAYTEXT ( ASN1_STRING** a, unsigned char const** in, long len )
DIRECTORYSTRING_free ( ASN1_STRING* a )
DIRECTORYSTRING_it ( )
DIRECTORYSTRING_new ( )
DISPLAYTEXT_free ( ASN1_STRING* a )
DISPLAYTEXT_it ( )
DISPLAYTEXT_new ( )
i2a_ASN1_ENUMERATED ( BIO* bp, ASN1_ENUMERATED const* a )
i2a_ASN1_INTEGER ( BIO* bp, ASN1_INTEGER const* a )
i2a_ASN1_OBJECT ( BIO* bp, ASN1_OBJECT const* a )
i2a_ASN1_STRING ( BIO* bp, ASN1_STRING const* a, int type )
i2d_ASN1_bio_stream ( BIO* out, ASN1_VALUE* val, BIO* in, int flags, ASN1_ITEM const* it )
i2d_ASN1_BIT_STRING ( ASN1_BIT_STRING const* a, unsigned char** out )
i2d_ASN1_BMPSTRING ( ASN1_BMPSTRING const* a, unsigned char** out )
i2d_ASN1_ENUMERATED ( ASN1_ENUMERATED const* a, unsigned char** out )
i2d_ASN1_GENERALIZEDTIME ( ASN1_GENERALIZEDTIME const* a, unsigned char** out )
i2d_ASN1_GENERALSTRING ( ASN1_GENERALSTRING const* a, unsigned char** out )
i2d_ASN1_IA5STRING ( ASN1_IA5STRING const* a, unsigned char** out )
i2d_ASN1_INTEGER ( ASN1_INTEGER const* a, unsigned char** out )
i2d_ASN1_NULL ( ASN1_NULL const* a, unsigned char** out )
i2d_ASN1_OBJECT ( ASN1_OBJECT const* a, unsigned char** out )
i2d_ASN1_OCTET_STRING ( ASN1_OCTET_STRING const* a, unsigned char** out )
i2d_ASN1_PRINTABLE ( ASN1_STRING const* a, unsigned char** out )
i2d_ASN1_PRINTABLESTRING ( ASN1_PRINTABLESTRING const* a, unsigned char** out )
i2d_ASN1_SEQUENCE_ANY ( ASN1_SEQUENCE_ANY const* a, unsigned char** out )
i2d_ASN1_SET_ANY ( ASN1_SEQUENCE_ANY const* a, unsigned char** out )
i2d_ASN1_T61STRING ( ASN1_T61STRING const* a, unsigned char** out )
i2d_ASN1_TIME ( ASN1_TIME const* a, unsigned char** out )
i2d_ASN1_TYPE ( ASN1_TYPE const* a, unsigned char** out )
i2d_ASN1_UNIVERSALSTRING ( ASN1_UNIVERSALSTRING const* a, unsigned char** out )
i2d_ASN1_UTCTIME ( ASN1_UTCTIME const* a, unsigned char** out )
i2d_ASN1_UTF8STRING ( ASN1_UTF8STRING const* a, unsigned char** out )
i2d_ASN1_VISIBLESTRING ( ASN1_VISIBLESTRING const* a, unsigned char** out )
i2d_DIRECTORYSTRING ( ASN1_STRING const* a, unsigned char** out )
i2d_DISPLAYTEXT ( ASN1_STRING const* a, unsigned char** out )
i2t_ASN1_OBJECT ( char* buf, int buf_len, ASN1_OBJECT const* a )
PEM_write_bio_ASN1_stream ( BIO* out, ASN1_VALUE* val, BIO* in, int flags, char const* hdr, ASN1_ITEM const* it )
SMIME_crlf_copy ( BIO* in, BIO* out, int flags )
SMIME_read_ASN1 ( BIO* bio, BIO** bcont, ASN1_ITEM const* it )
SMIME_read_ASN1_ex ( BIO* bio, int flags, BIO** bcont, ASN1_ITEM const* it, ASN1_VALUE** x, OSSL_LIB_CTX* libctx, char const* propq )
SMIME_text ( BIO* in, BIO* out )
SMIME_write_ASN1 ( BIO* bio, ASN1_VALUE* val, BIO* data, int flags, int ctype_nid, int econt_nid, struct stack_st_X509_ALGOR* mdalgs, ASN1_ITEM const* it )
SMIME_write_ASN1_ex ( BIO* bio, ASN1_VALUE* val, BIO* data, int flags, int ctype_nid, int econt_nid, struct stack_st_X509_ALGOR* mdalgs, ASN1_ITEM const* it, OSSL_LIB_CTX* libctx, char const* propq )
UTF8_getc ( unsigned char const* str, int len, unsigned long* val )
UTF8_putc ( unsigned char* str, int len, unsigned long value )

to the top

Problems with Data Types, Low Severity  1 


time_t.h
[+] typedef time_t  1 

to the top

Header Files  2 


globus_gsi_callback.h
globus_gsi_callback_constants.h

to the top

Libraries  0 



to the top