(4) eap_tls: ERROR: TLS Alert write:fatal:unexpected_message

Michel Verhagen mike at guruce.com
Wed Jun 16 06:33:38 CEST 2021


Hi Alan,

Full FreeRadius 3.0.24 output below, followed by the output of hostap 
with WolfSSL on CE (if that helps analyze the problem).

*********FreeRadius 3.0.24 output**********

root at generic:/home/freebsd # radiusd -X
FreeRADIUS Version 3.0.24
Copyright (C) 1999-2021 The FreeRADIUS server project and contributors
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE
You may redistribute copies of FreeRADIUS under the terms of the
GNU General Public License
For more information about these matters, see the file named COPYRIGHT
Starting - reading configuration files ...
including dictionary file /usr/local/share/freeradius/dictionary
including dictionary file /usr/local/share/freeradius/dictionary.dhcp
including dictionary file /usr/local/share/freeradius/dictionary.vqp
including dictionary file /usr/local/etc/raddb/dictionary
including configuration file /usr/local/etc/raddb/radiusd.conf
including configuration file /usr/local/etc/raddb/proxy.conf
including configuration file /usr/local/etc/raddb/clients.conf
including files in directory /usr/local/etc/raddb/mods-enabled/
including configuration file /usr/local/etc/raddb/mods-enabled/attr_filter
including configuration file /usr/local/etc/raddb/mods-enabled/cache_eap
including configuration file /usr/local/etc/raddb/mods-enabled/chap
including configuration file /usr/local/etc/raddb/mods-enabled/date
including configuration file /usr/local/etc/raddb/mods-enabled/detail
including configuration file /usr/local/etc/raddb/mods-enabled/detail.log
including configuration file /usr/local/etc/raddb/mods-enabled/digest
including configuration file 
/usr/local/etc/raddb/mods-enabled/dynamic_clients
including configuration file /usr/local/etc/raddb/mods-enabled/eap
including configuration file /usr/local/etc/raddb/mods-enabled/echo
including configuration file /usr/local/etc/raddb/mods-enabled/exec
including configuration file /usr/local/etc/raddb/mods-enabled/expiration
including configuration file /usr/local/etc/raddb/mods-enabled/expr
including configuration file /usr/local/etc/raddb/mods-enabled/files
including configuration file /usr/local/etc/raddb/mods-enabled/linelog
including configuration file /usr/local/etc/raddb/mods-enabled/logintime
including configuration file /usr/local/etc/raddb/mods-enabled/mschap
including configuration file /usr/local/etc/raddb/mods-enabled/ntlm_auth
including configuration file /usr/local/etc/raddb/mods-enabled/pap
including configuration file /usr/local/etc/raddb/mods-enabled/passwd
including configuration file /usr/local/etc/raddb/mods-enabled/preprocess
including configuration file /usr/local/etc/raddb/mods-enabled/radutmp
including configuration file /usr/local/etc/raddb/mods-enabled/realm
including configuration file /usr/local/etc/raddb/mods-enabled/replicate
including configuration file /usr/local/etc/raddb/mods-enabled/soh
including configuration file /usr/local/etc/raddb/mods-enabled/sradutmp
including configuration file /usr/local/etc/raddb/mods-enabled/unix
including configuration file /usr/local/etc/raddb/mods-enabled/unpack
including configuration file /usr/local/etc/raddb/mods-enabled/utf8
including configuration file /usr/local/etc/raddb/mods-enabled/always
including files in directory /usr/local/etc/raddb/policy.d/
including configuration file /usr/local/etc/raddb/policy.d/accounting
including configuration file /usr/local/etc/raddb/policy.d/canonicalization
including configuration file /usr/local/etc/raddb/policy.d/control
including configuration file /usr/local/etc/raddb/policy.d/cui
including configuration file /usr/local/etc/raddb/policy.d/debug
including configuration file /usr/local/etc/raddb/policy.d/dhcp
including configuration file /usr/local/etc/raddb/policy.d/eap
including configuration file /usr/local/etc/raddb/policy.d/filter
including configuration file 
/usr/local/etc/raddb/policy.d/moonshot-targeted-ids
including configuration file /usr/local/etc/raddb/policy.d/operator-name
including configuration file /usr/local/etc/raddb/policy.d/rfc7542
including configuration file /usr/local/etc/raddb/policy.d/abfab-tr
including files in directory /usr/local/etc/raddb/sites-enabled/
including configuration file /usr/local/etc/raddb/sites-enabled/inner-tunnel
including configuration file /usr/local/etc/raddb/sites-enabled/default
main {
  security {
         user = "freeradius"
         group = "freeradius"
         allow_core_dumps = no
  }
         name = "radiusd"
         prefix = "/usr/local"
         localstatedir = "/var"
         logdir = "/var/log"
         run_dir = "/var/run/radiusd"
}
main {
         name = "radiusd"
         prefix = "/usr/local"
         localstatedir = "/var"
         sbindir = "/usr/local/sbin"
         logdir = "/var/log"
         run_dir = "/var/run/radiusd"
         libdir = "/usr/local/lib/freeradius-3.0.21"
         radacctdir = "/var/log/radacct"
         hostname_lookups = no
         max_request_time = 30
         cleanup_delay = 5
         max_requests = 16384
         postauth_client_lost = no
         pidfile = "/var/run/radiusd/radiusd.pid"
         checkrad = "/usr/local/sbin/checkrad"
         debug_level = 0
         proxy_requests = yes
  log {
         stripped_names = no
         auth = no
         auth_badpass = no
         auth_goodpass = no
         colourise = yes
         msg_denied = "You are already logged in - access denied"
  }
  resources {
  }
  security {
         max_attributes = 200
         reject_delay = 1.000000
         status_server = yes
         allow_vulnerable_openssl = "no"
  }
}
radiusd: #### Loading Realms and Home Servers ####
  proxy server {
         retry_delay = 5
         retry_count = 3
         default_fallback = no
         dead_time = 120
         wake_all_if_all_dead = no
  }
  home_server localhost {
         ipaddr = 127.0.0.1
         port = 1812
         type = "auth"
         secret = <<< secret >>>
         response_window = 20.000000
         response_timeouts = 1
         max_outstanding = 65536
         zombie_period = 40
         status_check = "status-server"
         ping_interval = 30
         check_interval = 30
         check_timeout = 4
         num_answers_to_alive = 3
         revive_interval = 120
   limit {
         max_connections = 16
         max_requests = 0
         lifetime = 0
         idle_timeout = 0
   }
   coa {
         irt = 2
         mrt = 16
         mrc = 5
         mrd = 30
   }
  }
  home_server_pool my_auth_failover {
         type = fail-over
         home_server = localhost
  }
  realm example.com {
         auth_pool = my_auth_failover
  }
  realm LOCAL {
  }
radiusd: #### Loading Clients ####
  client localhost {
         ipaddr = 127.0.0.1
         require_message_authenticator = no
         secret = <<< secret >>>
         nas_type = "other"
         proto = "*"
   limit {
         max_connections = 16
         lifetime = 0
         idle_timeout = 30
   }
  }
  client localhost_ipv6 {
         ipv6addr = ::1
         require_message_authenticator = no
         secret = <<< secret >>>
   limit {
         max_connections = 16
         lifetime = 0
         idle_timeout = 30
   }
  }
  client switch {
         ipaddr = 192.168.1.2
         require_message_authenticator = no
         secret = <<< secret >>>
   limit {
         max_connections = 16
         lifetime = 0
         idle_timeout = 30
   }
  }
Debugger not attached
  # Creating Auth-Type = mschap
  # Creating Auth-Type = eap
  # Creating Auth-Type = PAP
  # Creating Auth-Type = CHAP
  # Creating Auth-Type = MS-CHAP
  # Creating Auth-Type = digest
radiusd: #### Instantiating modules ####
  modules {
   # Loaded module rlm_attr_filter
   # Loading module "attr_filter.post-proxy" from file 
/usr/local/etc/raddb/mods-enabled/attr_filter
   attr_filter attr_filter.post-proxy {
         filename = 
"/usr/local/etc/raddb/mods-config/attr_filter/post-proxy"
         key = "%{Realm}"
         relaxed = no
   }
   # Loading module "attr_filter.pre-proxy" from file 
/usr/local/etc/raddb/mods-enabled/attr_filter
   attr_filter attr_filter.pre-proxy {
         filename = "/usr/local/etc/raddb/mods-config/attr_filter/pre-proxy"
         key = "%{Realm}"
         relaxed = no
   }
   # Loading module "attr_filter.access_reject" from file 
/usr/local/etc/raddb/mods-enabled/attr_filter
   attr_filter attr_filter.access_reject {
         filename = 
"/usr/local/etc/raddb/mods-config/attr_filter/access_reject"
         key = "%{User-Name}"
         relaxed = no
   }
   # Loading module "attr_filter.access_challenge" from file 
/usr/local/etc/raddb/mods-enabled/attr_filter
   attr_filter attr_filter.access_challenge {
         filename = 
"/usr/local/etc/raddb/mods-config/attr_filter/access_challenge"
         key = "%{User-Name}"
         relaxed = no
   }
   # Loading module "attr_filter.accounting_response" from file 
/usr/local/etc/raddb/mods-enabled/attr_filter
   attr_filter attr_filter.accounting_response {
         filename = 
"/usr/local/etc/raddb/mods-config/attr_filter/accounting_response"
         key = "%{User-Name}"
         relaxed = no
   }
   # Loaded module rlm_cache
   # Loading module "cache_eap" from file 
/usr/local/etc/raddb/mods-enabled/cache_eap
   cache cache_eap {
         driver = "rlm_cache_rbtree"
         key = "%{%{control:State}:-%{%{reply:State}:-%{State}}}"
         ttl = 15
         max_entries = 0
         epoch = 0
         add_stats = no
   }
   # Loaded module rlm_chap
   # Loading module "chap" from file /usr/local/etc/raddb/mods-enabled/chap
   # Loaded module rlm_date
   # Loading module "date" from file /usr/local/etc/raddb/mods-enabled/date
   date {
         format = "%b %e %Y %H:%M:%S %Z"
         utc = no
   }
   # Loading module "wispr2date" from file 
/usr/local/etc/raddb/mods-enabled/date
   date wispr2date {
         format = "%Y-%m-%dT%H:%M:%S"
         utc = no
   }
   # Loaded module rlm_detail
   # Loading module "detail" from file 
/usr/local/etc/raddb/mods-enabled/detail
   detail {
         filename = 
"/var/log/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d"
         header = "%t"
         permissions = 384
         locking = no
         escape_filenames = no
         log_packet_header = no
   }
   # Loading module "auth_log" from file 
/usr/local/etc/raddb/mods-enabled/detail.log
   detail auth_log {
         filename = 
"/var/log/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d"
         header = "%t"
         permissions = 384
         locking = no
         escape_filenames = no
         log_packet_header = no
   }
   # Loading module "reply_log" from file 
/usr/local/etc/raddb/mods-enabled/detail.log
   detail reply_log {
         filename = 
"/var/log/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/reply-detail-%Y%m%d"
         header = "%t"
         permissions = 384
         locking = no
         escape_filenames = no
         log_packet_header = no
   }
   # Loading module "pre_proxy_log" from file 
/usr/local/etc/raddb/mods-enabled/detail.log
   detail pre_proxy_log {
         filename = 
"/var/log/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/pre-proxy-detail-%Y%m%d"
         header = "%t"
         permissions = 384
         locking = no
         escape_filenames = no
         log_packet_header = no
   }
   # Loading module "post_proxy_log" from file 
/usr/local/etc/raddb/mods-enabled/detail.log
   detail post_proxy_log {
         filename = 
"/var/log/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/post-proxy-detail-%Y%m%d"
         header = "%t"
         permissions = 384
         locking = no
         escape_filenames = no
         log_packet_header = no
   }
   # Loaded module rlm_digest
   # Loading module "digest" from file 
/usr/local/etc/raddb/mods-enabled/digest
   # Loaded module rlm_dynamic_clients
   # Loading module "dynamic_clients" from file 
/usr/local/etc/raddb/mods-enabled/dynamic_clients
   # Loaded module rlm_eap
   # Loading module "eap" from file /usr/local/etc/raddb/mods-enabled/eap
   eap {
         default_eap_type = "tls"
         timer_expire = 60
         ignore_unknown_eap_types = no
         cisco_accounting_username_bug = no
         max_sessions = 16384
   }
   # Loaded module rlm_exec
   # Loading module "echo" from file /usr/local/etc/raddb/mods-enabled/echo
   exec echo {
         wait = yes
         program = "/bin/echo %{User-Name}"
         input_pairs = "request"
         output_pairs = "reply"
         shell_escape = yes
   }
   # Loading module "exec" from file /usr/local/etc/raddb/mods-enabled/exec
   exec {
         wait = no
         input_pairs = "request"
         shell_escape = yes
         timeout = 10
   }
   # Loaded module rlm_expiration
   # Loading module "expiration" from file 
/usr/local/etc/raddb/mods-enabled/expiration
   # Loaded module rlm_expr
   # Loading module "expr" from file /usr/local/etc/raddb/mods-enabled/expr
   expr {
         safe_characters = 
"@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: 
/äéöüàâæçèéêëîïôœùûüaÿÄÉÖÜßÀÂÆÇÈÉÊËÎÏÔŒÙÛÜŸ"
   }
   # Loaded module rlm_files
   # Loading module "files" from file 
/usr/local/etc/raddb/mods-enabled/files
   files {
         filename = "/usr/local/etc/raddb/mods-config/files/authorize"
         acctusersfile = "/usr/local/etc/raddb/mods-config/files/accounting"
         preproxy_usersfile = 
"/usr/local/etc/raddb/mods-config/files/pre-proxy"
   }
   # Loaded module rlm_linelog
   # Loading module "linelog" from file 
/usr/local/etc/raddb/mods-enabled/linelog
   linelog {
         filename = "/var/log/linelog"
         escape_filenames = no
         syslog_severity = "info"
         permissions = 384
         format = "This is a log message for %{User-Name}"
         reference = "messages.%{%{reply:Packet-Type}:-default}"
   }
   # Loading module "log_accounting" from file 
/usr/local/etc/raddb/mods-enabled/linelog
   linelog log_accounting {
         filename = "/var/log/linelog-accounting"
         escape_filenames = no
         syslog_severity = "info"
         permissions = 384
         format = ""
         reference = "Accounting-Request.%{%{Acct-Status-Type}:-unknown}"
   }
   # Loaded module rlm_logintime
   # Loading module "logintime" from file 
/usr/local/etc/raddb/mods-enabled/logintime
   logintime {
         minimum_timeout = 60
   }
   # Loaded module rlm_mschap
   # Loading module "mschap" from file 
/usr/local/etc/raddb/mods-enabled/mschap
   mschap {
         use_mppe = yes
         require_encryption = no
         require_strong = no
         with_ntdomain_hack = yes
    passchange {
    }
         allow_retry = yes
         winbind_retry_with_normalised_username = no
   }
   # Loading module "ntlm_auth" from file 
/usr/local/etc/raddb/mods-enabled/ntlm_auth
   exec ntlm_auth {
         wait = yes
         program = "/path/to/ntlm_auth --request-nt-key 
--domain=MYDOMAIN --username=%{mschap:User-Name} 
--password=%{User-Password}"
         shell_escape = yes
   }
   # Loaded module rlm_pap
   # Loading module "pap" from file /usr/local/etc/raddb/mods-enabled/pap
   pap {
         normalise = yes
   }
   # Loaded module rlm_passwd
   # Loading module "etc_passwd" from file 
/usr/local/etc/raddb/mods-enabled/passwd
   passwd etc_passwd {
         filename = "/etc/passwd"
         format = "*User-Name:Crypt-Password:"
         delimiter = ":"
         ignore_nislike = no
         ignore_empty = yes
         allow_multiple_keys = no
         hash_size = 100
   }
   # Loaded module rlm_preprocess
   # Loading module "preprocess" from file 
/usr/local/etc/raddb/mods-enabled/preprocess
   preprocess {
         huntgroups = 
"/usr/local/etc/raddb/mods-config/preprocess/huntgroups"
         hints = "/usr/local/etc/raddb/mods-config/preprocess/hints"
         with_ascend_hack = no
         ascend_channels_per_line = 23
         with_ntdomain_hack = no
         with_specialix_jetstream_hack = no
         with_cisco_vsa_hack = no
         with_alvarion_vsa_hack = no
   }
   # Loaded module rlm_radutmp
   # Loading module "radutmp" from file 
/usr/local/etc/raddb/mods-enabled/radutmp
   radutmp {
         filename = "/var/log/radutmp"
         username = "%{User-Name}"
         case_sensitive = yes
         check_with_nas = yes
         permissions = 384
         caller_id = yes
   }
   # Loaded module rlm_realm
   # Loading module "IPASS" from file 
/usr/local/etc/raddb/mods-enabled/realm
   realm IPASS {
         format = "prefix"
         delimiter = "/"
         ignore_default = no
         ignore_null = no
   }
   # Loading module "suffix" from file 
/usr/local/etc/raddb/mods-enabled/realm
   realm suffix {
         format = "suffix"
         delimiter = "@"
         ignore_default = no
         ignore_null = no
   }
   # Loading module "bangpath" from file 
/usr/local/etc/raddb/mods-enabled/realm
   realm bangpath {
         format = "prefix"
         delimiter = "!"
         ignore_default = no
         ignore_null = no
   }
   # Loading module "realmpercent" from file 
/usr/local/etc/raddb/mods-enabled/realm
   realm realmpercent {
         format = "suffix"
         delimiter = "%"
         ignore_default = no
         ignore_null = no
   }
   # Loading module "ntdomain" from file 
/usr/local/etc/raddb/mods-enabled/realm
   realm ntdomain {
         format = "prefix"
         delimiter = "\\"
         ignore_default = no
         ignore_null = no
   }
   # Loaded module rlm_replicate
   # Loading module "replicate" from file 
/usr/local/etc/raddb/mods-enabled/replicate
   # Loaded module rlm_soh
   # Loading module "soh" from file /usr/local/etc/raddb/mods-enabled/soh
   soh {
         dhcp = yes
   }
   # Loading module "sradutmp" from file 
/usr/local/etc/raddb/mods-enabled/sradutmp
   radutmp sradutmp {
         filename = "/var/log/sradutmp"
         username = "%{User-Name}"
         case_sensitive = yes
         check_with_nas = yes
         permissions = 420
         caller_id = no
   }
   # Loaded module rlm_unix
   # Loading module "unix" from file /usr/local/etc/raddb/mods-enabled/unix
   unix {
         radwtmp = "/var/log/radwtmp"
   }
Creating attribute Unix-Group
   # Loaded module rlm_unpack
   # Loading module "unpack" from file 
/usr/local/etc/raddb/mods-enabled/unpack
   # Loaded module rlm_utf8
   # Loading module "utf8" from file /usr/local/etc/raddb/mods-enabled/utf8
   # Loaded module rlm_always
   # Loading module "reject" from file 
/usr/local/etc/raddb/mods-enabled/always
   always reject {
         rcode = "reject"
         simulcount = 0
         mpp = no
   }
   # Loading module "fail" from file 
/usr/local/etc/raddb/mods-enabled/always
   always fail {
         rcode = "fail"
         simulcount = 0
         mpp = no
   }
   # Loading module "ok" from file /usr/local/etc/raddb/mods-enabled/always
   always ok {
         rcode = "ok"
         simulcount = 0
         mpp = no
   }
   # Loading module "handled" from file 
/usr/local/etc/raddb/mods-enabled/always
   always handled {
         rcode = "handled"
         simulcount = 0
         mpp = no
   }
   # Loading module "invalid" from file 
/usr/local/etc/raddb/mods-enabled/always
   always invalid {
         rcode = "invalid"
         simulcount = 0
         mpp = no
   }
   # Loading module "userlock" from file 
/usr/local/etc/raddb/mods-enabled/always
   always userlock {
         rcode = "userlock"
         simulcount = 0
         mpp = no
   }
   # Loading module "notfound" from file 
/usr/local/etc/raddb/mods-enabled/always
   always notfound {
         rcode = "notfound"
         simulcount = 0
         mpp = no
   }
   # Loading module "noop" from file 
/usr/local/etc/raddb/mods-enabled/always
   always noop {
         rcode = "noop"
         simulcount = 0
         mpp = no
   }
   # Loading module "updated" from file 
/usr/local/etc/raddb/mods-enabled/always
   always updated {
         rcode = "updated"
         simulcount = 0
         mpp = no
   }
   instantiate {
   }
   # Instantiating module "attr_filter.post-proxy" from file 
/usr/local/etc/raddb/mods-enabled/attr_filter
reading pairlist file 
/usr/local/etc/raddb/mods-config/attr_filter/post-proxy
   # Instantiating module "attr_filter.pre-proxy" from file 
/usr/local/etc/raddb/mods-enabled/attr_filter
reading pairlist file /usr/local/etc/raddb/mods-config/attr_filter/pre-proxy
   # Instantiating module "attr_filter.access_reject" from file 
/usr/local/etc/raddb/mods-enabled/attr_filter
reading pairlist file 
/usr/local/etc/raddb/mods-config/attr_filter/access_reject
   # Instantiating module "attr_filter.access_challenge" from file 
/usr/local/etc/raddb/mods-enabled/attr_filter
reading pairlist file 
/usr/local/etc/raddb/mods-config/attr_filter/access_challenge
   # Instantiating module "attr_filter.accounting_response" from file 
/usr/local/etc/raddb/mods-enabled/attr_filter
reading pairlist file 
/usr/local/etc/raddb/mods-config/attr_filter/accounting_response
   # Instantiating module "cache_eap" from file 
/usr/local/etc/raddb/mods-enabled/cache_eap
rlm_cache (cache_eap): Driver rlm_cache_rbtree (module rlm_cache_rbtree) 
loaded and linked
   # Instantiating module "detail" from file 
/usr/local/etc/raddb/mods-enabled/detail
   # Instantiating module "auth_log" from file 
/usr/local/etc/raddb/mods-enabled/detail.log
rlm_detail (auth_log): 'User-Password' suppressed, will not appear in 
detail output
   # Instantiating module "reply_log" from file 
/usr/local/etc/raddb/mods-enabled/detail.log
   # Instantiating module "pre_proxy_log" from file 
/usr/local/etc/raddb/mods-enabled/detail.log
   # Instantiating module "post_proxy_log" from file 
/usr/local/etc/raddb/mods-enabled/detail.log
   # Instantiating module "eap" from file 
/usr/local/etc/raddb/mods-enabled/eap
    # Linked to sub-module rlm_eap_md5
    # Linked to sub-module rlm_eap_gtc
    gtc {
         challenge = "Password: "
         auth_type = "PAP"
    }
    # Linked to sub-module rlm_eap_tls
    tls {
         tls = "tls-common"
    }
    tls-config tls-common {
         verify_depth = 0
         ca_path = "/usr/local/etc/raddb/certs"
         pem_file_type = yes
         private_key_file = "/usr/local/etc/raddb/certs/server.pem"
         certificate_file = "/usr/local/etc/raddb/certs/server.pem"
         ca_file = "/usr/local/etc/raddb/certs/ca.pem"
         private_key_password = <<< secret >>>
         dh_file = "/usr/local/etc/raddb/certs/dh"
         fragment_size = 1024
         include_length = yes
         auto_chain = yes
         check_crl = no
         check_all_crl = no
         ca_path_reload_interval = 0
         cipher_list = "DEFAULT"
         cipher_server_preference = no
         ecdh_curve = "prime256v1"
         tls_max_version = "1.2"
         tls_min_version = "1.2"
     cache {
         enable = no
         lifetime = 24
         max_entries = 255
     }
     verify {
         skip_if_ocsp_ok = no
     }
     ocsp {
         enable = no
         override_cert_url = yes
         url = "http://127.0.0.1/ocsp/"
         use_nonce = yes
         timeout = 0
         softfail = no
     }
    }
    # Linked to sub-module rlm_eap_ttls
    ttls {
         tls = "tls-common"
         default_eap_type = "md5"
         copy_request_to_tunnel = no
         use_tunneled_reply = no
         virtual_server = "inner-tunnel"
         include_length = yes
         require_client_cert = no
    }
tls: Using cached TLS configuration from previous invocation
    # Linked to sub-module rlm_eap_peap
    peap {
         tls = "tls-common"
         default_eap_type = "mschapv2"
         copy_request_to_tunnel = no
         use_tunneled_reply = no
         proxy_tunneled_request_as_eap = yes
         virtual_server = "inner-tunnel"
         soh = no
         require_client_cert = no
    }
tls: Using cached TLS configuration from previous invocation
    # Linked to sub-module rlm_eap_mschapv2
    mschapv2 {
         with_ntdomain_hack = no
         send_error = yes
         identity = "FreeRADIUS"
    }
   # Instantiating module "expiration" from file 
/usr/local/etc/raddb/mods-enabled/expiration
   # Instantiating module "files" from file 
/usr/local/etc/raddb/mods-enabled/files
reading pairlist file /usr/local/etc/raddb/mods-config/files/authorize
reading pairlist file /usr/local/etc/raddb/mods-config/files/accounting
reading pairlist file /usr/local/etc/raddb/mods-config/files/pre-proxy
   # Instantiating module "linelog" from file 
/usr/local/etc/raddb/mods-enabled/linelog
   # Instantiating module "log_accounting" from file 
/usr/local/etc/raddb/mods-enabled/linelog
   # Instantiating module "logintime" from file 
/usr/local/etc/raddb/mods-enabled/logintime
   # Instantiating module "mschap" from file 
/usr/local/etc/raddb/mods-enabled/mschap
rlm_mschap (mschap): using internal authentication
   # Instantiating module "pap" from file 
/usr/local/etc/raddb/mods-enabled/pap
   # Instantiating module "etc_passwd" from file 
/usr/local/etc/raddb/mods-enabled/passwd
rlm_passwd: nfields: 3 keyfield 0(User-Name) listable: no
   # Instantiating module "preprocess" from file 
/usr/local/etc/raddb/mods-enabled/preprocess
reading pairlist file /usr/local/etc/raddb/mods-config/preprocess/huntgroups
reading pairlist file /usr/local/etc/raddb/mods-config/preprocess/hints
   # Instantiating module "IPASS" from file 
/usr/local/etc/raddb/mods-enabled/realm
   # Instantiating module "suffix" from file 
/usr/local/etc/raddb/mods-enabled/realm
   # Instantiating module "bangpath" from file 
/usr/local/etc/raddb/mods-enabled/realm
   # Instantiating module "realmpercent" from file 
/usr/local/etc/raddb/mods-enabled/realm
   # Instantiating module "ntdomain" from file 
/usr/local/etc/raddb/mods-enabled/realm
   # Instantiating module "reject" from file 
/usr/local/etc/raddb/mods-enabled/always
   # Instantiating module "fail" from file 
/usr/local/etc/raddb/mods-enabled/always
   # Instantiating module "ok" from file 
/usr/local/etc/raddb/mods-enabled/always
   # Instantiating module "handled" from file 
/usr/local/etc/raddb/mods-enabled/always
   # Instantiating module "invalid" from file 
/usr/local/etc/raddb/mods-enabled/always
   # Instantiating module "userlock" from file 
/usr/local/etc/raddb/mods-enabled/always
   # Instantiating module "notfound" from file 
/usr/local/etc/raddb/mods-enabled/always
   # Instantiating module "noop" from file 
/usr/local/etc/raddb/mods-enabled/always
   # Instantiating module "updated" from file 
/usr/local/etc/raddb/mods-enabled/always
  } # modules
radiusd: #### Loading Virtual Servers ####
server { # from file /usr/local/etc/raddb/radiusd.conf
} # server
server inner-tunnel { # from file 
/usr/local/etc/raddb/sites-enabled/inner-tunnel
  # Loading authenticate {...}
Compiling Auth-Type PAP for attr Auth-Type
Compiling Auth-Type CHAP for attr Auth-Type
Compiling Auth-Type MS-CHAP for attr Auth-Type
  # Loading authorize {...}
Ignoring "sql" (see raddb/mods-available/README.rst)
Ignoring "ldap" (see raddb/mods-available/README.rst)
  # Loading session {...}
  # Loading post-proxy {...}
  # Loading post-auth {...}
  # Skipping contents of 'if' as it is always 'false' -- 
/usr/local/etc/raddb/sites-enabled/inner-tunnel:336
Compiling Post-Auth-Type REJECT for attr Post-Auth-Type
} # server inner-tunnel
server default { # from file /usr/local/etc/raddb/sites-enabled/default
  # Loading authenticate {...}
Compiling Auth-Type PAP for attr Auth-Type
Compiling Auth-Type CHAP for attr Auth-Type
Compiling Auth-Type MS-CHAP for attr Auth-Type
  # Loading authorize {...}
  # Loading preacct {...}
  # Loading accounting {...}
  # Loading post-proxy {...}
  # Loading post-auth {...}
Compiling Post-Auth-Type REJECT for attr Post-Auth-Type
Compiling Post-Auth-Type Challenge for attr Post-Auth-Type
} # server default
radiusd: #### Opening IP addresses and Ports ####
listen {
         type = "auth"
         ipaddr = 127.0.0.1
         port = 18120
}
listen {
         type = "auth"
         ipaddr = *
         port = 0
    limit {
         max_connections = 16
         lifetime = 0
         idle_timeout = 30
    }
}
listen {
         type = "acct"
         ipaddr = *
         port = 0
    limit {
         max_connections = 16
         lifetime = 0
         idle_timeout = 30
    }
}
listen {
         type = "auth"
         ipv6addr = ::
         port = 0
    limit {
         max_connections = 16
         lifetime = 0
         idle_timeout = 30
    }
}
listen {
         type = "acct"
         ipv6addr = ::
         port = 0
    limit {
         max_connections = 16
         lifetime = 0
         idle_timeout = 30
    }
}
Listening on auth address 127.0.0.1 port 18120 bound to server inner-tunnel
Listening on auth address * port 1812 bound to server default
Listening on acct address * port 1813 bound to server default
Listening on auth address :: port 1812 bound to server default
Listening on acct address :: port 1813 bound to server default
Listening on proxy address * port 55995
Listening on proxy address :: port 26372
Ready to process requests
(0) Received Access-Request Id 91 from 192.168.1.2:1838 to 
192.168.1.4:1812 length 108
(0)   User-Name = "anonymous"
(0)   NAS-Port = 24
(0)   NAS-Port-Id = "24"
(0)   Calling-Station-Id = "00-19-B8-01-79-D9"
(0)   EAP-Message = 0x0201000e01616e6f6e796d6f7573
(0)   NAS-Port-Type = Ethernet
(0)   Message-Authenticator = 0xdd894cf63135d47e7d14bfbe680e2956
(0)   NAS-IP-Address = 192.168.1.2
(0) # Executing section authorize from file 
/usr/local/etc/raddb/sites-enabled/default
(0)   authorize {
(0)     policy filter_username {
(0)       if (&User-Name) {
(0)       if (&User-Name)  -> TRUE
(0)       if (&User-Name)  {
(0)         if (&User-Name =~ / /) {
(0)         if (&User-Name =~ / /)  -> FALSE
(0)         if (&User-Name =~ /@[^@]*@/ ) {
(0)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(0)         if (&User-Name =~ /\.\./ ) {
(0)         if (&User-Name =~ /\.\./ )  -> FALSE
(0)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(0)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   
-> FALSE
(0)         if (&User-Name =~ /\.$/)  {
(0)         if (&User-Name =~ /\.$/)   -> FALSE
(0)         if (&User-Name =~ /@\./)  {
(0)         if (&User-Name =~ /@\./)   -> FALSE
(0)       } # if (&User-Name)  = notfound
(0)     } # policy filter_username = notfound
(0)     [preprocess] = ok
(0)     [chap] = noop
(0)     [mschap] = noop
(0)     [digest] = noop
(0) suffix: Checking for suffix after "@"
(0) suffix: No '@' in User-Name = "anonymous", looking up realm NULL
(0) suffix: No such realm "NULL"
(0)     [suffix] = noop
(0) eap: Peer sent EAP Response (code 2) ID 1 length 14
(0) eap: EAP-Identity reply, returning 'ok' so we can short-circuit the 
rest of authorize
(0)     [eap] = ok
(0)   } # authorize = ok
(0) Found Auth-Type = eap
(0) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(0)   authenticate {
(0) eap: Peer sent packet with method EAP Identity (1)
(0) eap: Calling submodule eap_tls to process data
(0) eap_tls: (TLS) Initiating new session
(0) eap_tls: (TLS) Setting verify mode to require certificate from client
(0) eap: Sending EAP Request (code 1) ID 2 length 6
(0) eap: EAP session adding &reply:State = 0xaf24965caf269b28
(0)     [eap] = handled
(0)   } # authenticate = handled
(0) Using Post-Auth-Type Challenge
(0) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(0)   Challenge { ... } # empty sub-section is ignored
(0) session-state: Saving cached attributes
(0)   Framed-MTU = 994
(0) Sent Access-Challenge Id 91 from 192.168.1.4:1812 to 
192.168.1.2:1838 length 0
(0)   EAP-Message = 0x010200060d20
(0)   Message-Authenticator = 0x00000000000000000000000000000000
(0)   State = 0xaf24965caf269b28617ecc4282d72ac8
(0) Finished request
Waking up in 4.9 seconds.
(1) Received Access-Request Id 75 from 192.168.1.2:1839 to 
192.168.1.4:1812 length 320
(1)   User-Name = "anonymous"
(1)   NAS-Port = 24
(1)   NAS-Port-Id = "24"
(1)   Calling-Station-Id = "00-19-B8-01-79-D9"
(1)   EAP-Message = 
0x020200d00d0016030300c5010000c10303e6052d20c42868edddb3a075f9c6373d25f5372668f5d7b0f547de037b253906000066c02cc02bc030c02f009f009e009d009cc02ec02dc032c031c027c023c029c025c028c024c02ac026c00ac005c009c004c007c002c008c003c014c00fc013c00ec011c00cc012c00d006b0067003900330016003d003c0035002f00050004000a00fb00fc00fd01000032000d0012001006030503040302030601050104010201000b00020100000a000e000c00190018001700150013001000170000
(1)   State = 0xaf24965caf269b28617ecc4282d72ac8
(1)   NAS-Port-Type = Ethernet
(1)   Message-Authenticator = 0xd3d3381af70c444c1db8af60e681eb85
(1)   NAS-IP-Address = 192.168.1.2
(1) Restoring &session-state
(1)   &session-state:Framed-MTU = 994
(1) # Executing section authorize from file 
/usr/local/etc/raddb/sites-enabled/default
(1)   authorize {
(1)     policy filter_username {
(1)       if (&User-Name) {
(1)       if (&User-Name)  -> TRUE
(1)       if (&User-Name)  {
(1)         if (&User-Name =~ / /) {
(1)         if (&User-Name =~ / /)  -> FALSE
(1)         if (&User-Name =~ /@[^@]*@/ ) {
(1)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(1)         if (&User-Name =~ /\.\./ ) {
(1)         if (&User-Name =~ /\.\./ )  -> FALSE
(1)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(1)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   
-> FALSE
(1)         if (&User-Name =~ /\.$/)  {
(1)         if (&User-Name =~ /\.$/)   -> FALSE
(1)         if (&User-Name =~ /@\./)  {
(1)         if (&User-Name =~ /@\./)   -> FALSE
(1)       } # if (&User-Name)  = notfound
(1)     } # policy filter_username = notfound
(1)     [preprocess] = ok
(1)     [chap] = noop
(1)     [mschap] = noop
(1)     [digest] = noop
(1) suffix: Checking for suffix after "@"
(1) suffix: No '@' in User-Name = "anonymous", looking up realm NULL
(1) suffix: No such realm "NULL"
(1)     [suffix] = noop
(1) eap: Peer sent EAP Response (code 2) ID 2 length 208
(1) eap: No EAP Start, assuming it's an on-going EAP conversation
(1)     [eap] = updated
(1)     [files] = noop
(1)     [expiration] = noop
(1)     [logintime] = noop
(1)     [pap] = noop
(1)   } # authorize = updated
(1) Found Auth-Type = eap
(1) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(1)   authenticate {
(1) eap: Expiring EAP session with state 0xaf24965caf269b28
(1) eap: Finished EAP session with state 0xaf24965caf269b28
(1) eap: Previous EAP request found for state 0xaf24965caf269b28, 
released from the list
(1) eap: Peer sent packet with method EAP TLS (13)
(1) eap: Calling submodule eap_tls to process data
(1) eap_tls: (TLS) EAP Got final fragment (202 bytes)
(1) eap_tls: WARNING: (TLS) EAP Total received record fragments (202 
bytes), does not equal expected expected data length (0 bytes)
(1) eap_tls: (TLS) EAP Done initial handshake
(1) eap_tls: (TLS) Handshake state - before SSL initialization
(1) eap_tls: (TLS) Handshake state - Server before SSL initialization
(1) eap_tls: (TLS) Handshake state - Server before SSL initialization
(1) eap_tls: (TLS) recv TLS 1.3 Handshake, ClientHello
(1) eap_tls: (TLS) Handshake state - Server SSLv3/TLS read client hello
(1) eap_tls: (TLS) send TLS 1.2 Handshake, ServerHello
(1) eap_tls: (TLS) Handshake state - Server SSLv3/TLS write server hello
(1) eap_tls: (TLS) send TLS 1.2 Handshake, Certificate
(1) eap_tls: (TLS) Handshake state - Server SSLv3/TLS write certificate
(1) eap_tls: (TLS) send TLS 1.2 Handshake, ServerKeyExchange
(1) eap_tls: (TLS) Handshake state - Server SSLv3/TLS write key exchange
(1) eap_tls: (TLS) send TLS 1.2 Handshake, CertificateRequest
(1) eap_tls: (TLS) Handshake state - Server SSLv3/TLS write certificate 
request
(1) eap_tls: (TLS) send TLS 1.2 Handshake, ServerHelloDone
(1) eap_tls: (TLS) Handshake state - Server SSLv3/TLS write server done
(1) eap_tls: (TLS) Server : Need to read more data: SSLv3/TLS write 
server done
(1) eap_tls: (TLS) In Handshake Phase
(1) eap: Sending EAP Request (code 1) ID 3 length 1004
(1) eap: EAP session adding &reply:State = 0xaf24965cae279b28
(1)     [eap] = handled
(1)   } # authenticate = handled
(1) Using Post-Auth-Type Challenge
(1) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(1)   Challenge { ... } # empty sub-section is ignored
(1) session-state: Saving cached attributes
(1)   Framed-MTU = 994
(1)   TLS-Session-Information = "(TLS) recv TLS 1.3 Handshake, 
ClientHello\n"
(1)   TLS-Session-Information = "(TLS) send TLS 1.2 Handshake, 
ServerHello\n"
(1)   TLS-Session-Information = "(TLS) send TLS 1.2 Handshake, 
Certificate\n"
(1)   TLS-Session-Information = "(TLS) send TLS 1.2 Handshake, 
ServerKeyExchange\n"
(1)   TLS-Session-Information = "(TLS) send TLS 1.2 Handshake, 
CertificateRequest\n"
(1)   TLS-Session-Information = "(TLS) send TLS 1.2 Handshake, 
ServerHelloDone\n"
(1) Sent Access-Challenge Id 75 from 192.168.1.4:1812 to 
192.168.1.2:1839 length 0
(1)   EAP-Message = 
0x010303ec0dc000000b771603030038020000340303af5364f9ff1cfba63740360a76af46cee2eaf5e01b4c21900d17a51dcc4048d000c03000000c000b0004030001020017000016030309030b0008ff0008fc0003f8308203f4308202dca003020102020101300d06092a864886f70d01010b0500308193310b3009060355040613024652310f300d06035504080c065261646975733112301006035504070c09536f6d65776865726531153013060355040a0c0c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e6f72673126302406035504030c1d4578616d706c6520436572746966696361746520417574686f72697479301e170d3231303631353030353035335a170d3231303831343030353035335a307c310b3009060355040613024652310f300d06035504080c0652616469757331153013060355040a0c0c4578616d706c6520496e632e3123302106035504030c1a4578616d706c65205365
(1)   Message-Authenticator = 0x00000000000000000000000000000000
(1)   State = 0xaf24965cae279b28617ecc4282d72ac8
(1) Finished request
Waking up in 4.4 seconds.
(2) Received Access-Request Id 53 from 192.168.1.2:1840 to 
192.168.1.4:1812 length 118
(2)   User-Name = "anonymous"
(2)   NAS-Port = 24
(2)   NAS-Port-Id = "24"
(2)   Calling-Station-Id = "00-19-B8-01-79-D9"
(2)   EAP-Message = 0x020300060d00
(2)   State = 0xaf24965cae279b28617ecc4282d72ac8
(2)   NAS-Port-Type = Ethernet
(2)   Message-Authenticator = 0xcb1b46ec6c69d348ff8a7fbf96106404
(2)   NAS-IP-Address = 192.168.1.2
(2) Restoring &session-state
(2)   &session-state:Framed-MTU = 994
(2)   &session-state:TLS-Session-Information = "(TLS) recv TLS 1.3 
Handshake, ClientHello\n"
(2)   &session-state:TLS-Session-Information = "(TLS) send TLS 1.2 
Handshake, ServerHello\n"
(2)   &session-state:TLS-Session-Information = "(TLS) send TLS 1.2 
Handshake, Certificate\n"
(2)   &session-state:TLS-Session-Information = "(TLS) send TLS 1.2 
Handshake, ServerKeyExchange\n"
(2)   &session-state:TLS-Session-Information = "(TLS) send TLS 1.2 
Handshake, CertificateRequest\n"
(2)   &session-state:TLS-Session-Information = "(TLS) send TLS 1.2 
Handshake, ServerHelloDone\n"
(2) # Executing section authorize from file 
/usr/local/etc/raddb/sites-enabled/default
(2)   authorize {
(2)     policy filter_username {
(2)       if (&User-Name) {
(2)       if (&User-Name)  -> TRUE
(2)       if (&User-Name)  {
(2)         if (&User-Name =~ / /) {
(2)         if (&User-Name =~ / /)  -> FALSE
(2)         if (&User-Name =~ /@[^@]*@/ ) {
(2)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(2)         if (&User-Name =~ /\.\./ ) {
(2)         if (&User-Name =~ /\.\./ )  -> FALSE
(2)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(2)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   
-> FALSE
(2)         if (&User-Name =~ /\.$/)  {
(2)         if (&User-Name =~ /\.$/)   -> FALSE
(2)         if (&User-Name =~ /@\./)  {
(2)         if (&User-Name =~ /@\./)   -> FALSE
(2)       } # if (&User-Name)  = notfound
(2)     } # policy filter_username = notfound
(2)     [preprocess] = ok
(2)     [chap] = noop
(2)     [mschap] = noop
(2)     [digest] = noop
(2) suffix: Checking for suffix after "@"
(2) suffix: No '@' in User-Name = "anonymous", looking up realm NULL
(2) suffix: No such realm "NULL"
(2)     [suffix] = noop
(2) eap: Peer sent EAP Response (code 2) ID 3 length 6
(2) eap: No EAP Start, assuming it's an on-going EAP conversation
(2)     [eap] = updated
(2)     [files] = noop
(2)     [expiration] = noop
(2)     [logintime] = noop
(2)     [pap] = noop
(2)   } # authorize = updated
(2) Found Auth-Type = eap
(2) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(2)   authenticate {
(2) eap: Expiring EAP session with state 0xaf24965cae279b28
(2) eap: Finished EAP session with state 0xaf24965cae279b28
(2) eap: Previous EAP request found for state 0xaf24965cae279b28, 
released from the list
(2) eap: Peer sent packet with method EAP TLS (13)
(2) eap: Calling submodule eap_tls to process data
(2) eap_tls: (TLS) Peer ACKed our handshake fragment
(2) eap: Sending EAP Request (code 1) ID 4 length 1004
(2) eap: EAP session adding &reply:State = 0xaf24965cad209b28
(2)     [eap] = handled
(2)   } # authenticate = handled
(2) Using Post-Auth-Type Challenge
(2) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(2)   Challenge { ... } # empty sub-section is ignored
(2) session-state: Saving cached attributes
(2)   Framed-MTU = 994
(2)   TLS-Session-Information = "(TLS) recv TLS 1.3 Handshake, 
ClientHello\n"
(2)   TLS-Session-Information = "(TLS) send TLS 1.2 Handshake, 
ServerHello\n"
(2)   TLS-Session-Information = "(TLS) send TLS 1.2 Handshake, 
Certificate\n"
(2)   TLS-Session-Information = "(TLS) send TLS 1.2 Handshake, 
ServerKeyExchange\n"
(2)   TLS-Session-Information = "(TLS) send TLS 1.2 Handshake, 
CertificateRequest\n"
(2)   TLS-Session-Information = "(TLS) send TLS 1.2 Handshake, 
ServerHelloDone\n"
(2) Sent Access-Challenge Id 53 from 192.168.1.4:1812 to 
192.168.1.2:1840 length 0
(2)   EAP-Message = 
0x010403ec0dc000000b779bceb7c0bb05a962a1f9db3dde01d44b6a5a0f40faf999445100599a5d78b53d9d953f11f53f76a0dd31caca09243c1803b29e352e36c389324d9f41c3898b4063a160aa8219c1f79f8d4b721ebd99f0284ca8445ad401365c0812b1ec26ad7d33bc0004fe308204fa308203e2a003020102021404d6b7703d0e17099bacce117f454a5ac7c94a9c300d06092a864886f70d01010b0500308193310b3009060355040613024652310f300d06035504080c065261646975733112301006035504070c09536f6d65776865726531153013060355040a0c0c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e6f72673126302406035504030c1d4578616d706c6520436572746966696361746520417574686f72697479301e170d3231303631353030353035335a170d3231303831343030353035335a308193310b3009060355040613024652310f300d06035504080c065261646975
(2)   Message-Authenticator = 0x00000000000000000000000000000000
(2)   State = 0xaf24965cad209b28617ecc4282d72ac8
(2) Finished request
Waking up in 4.4 seconds.
(3) Received Access-Request Id 132 from 192.168.1.2:1841 to 
192.168.1.4:1812 length 118
(3)   User-Name = "anonymous"
(3)   NAS-Port = 24
(3)   NAS-Port-Id = "24"
(3)   Calling-Station-Id = "00-19-B8-01-79-D9"
(3)   EAP-Message = 0x020400060d00
(3)   State = 0xaf24965cad209b28617ecc4282d72ac8
(3)   NAS-Port-Type = Ethernet
(3)   Message-Authenticator = 0x889a2c05101cba18d12a570e2049aada
(3)   NAS-IP-Address = 192.168.1.2
(3) Restoring &session-state
(3)   &session-state:Framed-MTU = 994
(3)   &session-state:TLS-Session-Information = "(TLS) recv TLS 1.3 
Handshake, ClientHello\n"
(3)   &session-state:TLS-Session-Information = "(TLS) send TLS 1.2 
Handshake, ServerHello\n"
(3)   &session-state:TLS-Session-Information = "(TLS) send TLS 1.2 
Handshake, Certificate\n"
(3)   &session-state:TLS-Session-Information = "(TLS) send TLS 1.2 
Handshake, ServerKeyExchange\n"
(3)   &session-state:TLS-Session-Information = "(TLS) send TLS 1.2 
Handshake, CertificateRequest\n"
(3)   &session-state:TLS-Session-Information = "(TLS) send TLS 1.2 
Handshake, ServerHelloDone\n"
(3) # Executing section authorize from file 
/usr/local/etc/raddb/sites-enabled/default
(3)   authorize {
(3)     policy filter_username {
(3)       if (&User-Name) {
(3)       if (&User-Name)  -> TRUE
(3)       if (&User-Name)  {
(3)         if (&User-Name =~ / /) {
(3)         if (&User-Name =~ / /)  -> FALSE
(3)         if (&User-Name =~ /@[^@]*@/ ) {
(3)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(3)         if (&User-Name =~ /\.\./ ) {
(3)         if (&User-Name =~ /\.\./ )  -> FALSE
(3)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(3)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   
-> FALSE
(3)         if (&User-Name =~ /\.$/)  {
(3)         if (&User-Name =~ /\.$/)   -> FALSE
(3)         if (&User-Name =~ /@\./)  {
(3)         if (&User-Name =~ /@\./)   -> FALSE
(3)       } # if (&User-Name)  = notfound
(3)     } # policy filter_username = notfound
(3)     [preprocess] = ok
(3)     [chap] = noop
(3)     [mschap] = noop
(3)     [digest] = noop
(3) suffix: Checking for suffix after "@"
(3) suffix: No '@' in User-Name = "anonymous", looking up realm NULL
(3) suffix: No such realm "NULL"
(3)     [suffix] = noop
(3) eap: Peer sent EAP Response (code 2) ID 4 length 6
(3) eap: No EAP Start, assuming it's an on-going EAP conversation
(3)     [eap] = updated
(3)     [files] = noop
(3)     [expiration] = noop
(3)     [logintime] = noop
(3)     [pap] = noop
(3)   } # authorize = updated
(3) Found Auth-Type = eap
(3) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(3)   authenticate {
(3) eap: Expiring EAP session with state 0xaf24965cad209b28
(3) eap: Finished EAP session with state 0xaf24965cad209b28
(3) eap: Previous EAP request found for state 0xaf24965cad209b28, 
released from the list
(3) eap: Peer sent packet with method EAP TLS (13)
(3) eap: Calling submodule eap_tls to process data
(3) eap_tls: (TLS) Peer ACKed our handshake fragment
(3) eap: Sending EAP Request (code 1) ID 5 length 957
(3) eap: EAP session adding &reply:State = 0xaf24965cac219b28
(3)     [eap] = handled
(3)   } # authenticate = handled
(3) Using Post-Auth-Type Challenge
(3) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(3)   Challenge { ... } # empty sub-section is ignored
(3) session-state: Saving cached attributes
(3)   Framed-MTU = 994
(3)   TLS-Session-Information = "(TLS) recv TLS 1.3 Handshake, 
ClientHello\n"
(3)   TLS-Session-Information = "(TLS) send TLS 1.2 Handshake, 
ServerHello\n"
(3)   TLS-Session-Information = "(TLS) send TLS 1.2 Handshake, 
Certificate\n"
(3)   TLS-Session-Information = "(TLS) send TLS 1.2 Handshake, 
ServerKeyExchange\n"
(3)   TLS-Session-Information = "(TLS) send TLS 1.2 Handshake, 
CertificateRequest\n"
(3)   TLS-Session-Information = "(TLS) send TLS 1.2 Handshake, 
ServerHelloDone\n"
(3) Sent Access-Challenge Id 132 from 192.168.1.4:1812 to 
192.168.1.2:1841 length 0
(3)   EAP-Message = 
0x010503bd0d8000000b776361746520417574686f72697479821404d6b7703d0e17099bacce117f454a5ac7c94a9c300f0603551d130101ff040530030101ff30360603551d1f042f302d302ba029a0278625687474703a2f2f7777772e6578616d706c652e6f72672f6578616d706c655f63612e63726c300d06092a864886f70d01010b0500038201010013142dface34de3dfd37e3f17b920caef385ce852bc8c9e4c2304578f23d1072dccc511d55019b68ca84dff12fa77ac54891c94e5c46580a5084aa70254a2caee0f9232779e2e58585beaabc82086286939bd10295993d6206cdaacabd5cc4e66e28a40b20f4012c616c849568f0675ce52cc6567f7c4bf6601e6c8ddc7d6e8d1cc0d04c2f03d19b7351e20240a3d19f6663754a0364056c96de08d855c6155d8ba81a3860de6d093b0b1b237927e64c7d923f9a5c6ff1658827624736698193d7f2e547073f655974ef32d2bde545d8cdbfc4ada5bf8bfcdaa833755eddbf4434f2ccf90b3129ac869b3625
(3)   Message-Authenticator = 0x00000000000000000000000000000000
(3)   State = 0xaf24965cac219b28617ecc4282d72ac8
(3) Finished request
Waking up in 4.4 seconds.
(4) Received Access-Request Id 62 from 192.168.1.2:1842 to 
192.168.1.4:1812 length 244
(4)   User-Name = "anonymous"
(4)   NAS-Port = 24
(4)   NAS-Port-Id = "24"
(4)   Calling-Station-Id = "00-19-B8-01-79-D9"
(4)   EAP-Message = 
0x020500840d00160303004610000042410432d8b8e87efee673749fbde67528aecdccd35cad70fabbdd18523dd27c095bab6ed6ab8d53c31435380f67873e0612f36dd7f26c657ddcb6c3ae16458b63589d1403030001011603030028be0501e84f4dd9779ffeb3ce96a22d6fa7bc64ef37bdc5dec0ec1ad43e9a9d7668ddd2888fd812bc
(4)   State = 0xaf24965cac219b28617ecc4282d72ac8
(4)   NAS-Port-Type = Ethernet
(4)   Message-Authenticator = 0xdfa435e4cc6db50db3572fe1181c233e
(4)   NAS-IP-Address = 192.168.1.2
(4) Restoring &session-state
(4)   &session-state:Framed-MTU = 994
(4)   &session-state:TLS-Session-Information = "(TLS) recv TLS 1.3 
Handshake, ClientHello\n"
(4)   &session-state:TLS-Session-Information = "(TLS) send TLS 1.2 
Handshake, ServerHello\n"
(4)   &session-state:TLS-Session-Information = "(TLS) send TLS 1.2 
Handshake, Certificate\n"
(4)   &session-state:TLS-Session-Information = "(TLS) send TLS 1.2 
Handshake, ServerKeyExchange\n"
(4)   &session-state:TLS-Session-Information = "(TLS) send TLS 1.2 
Handshake, CertificateRequest\n"
(4)   &session-state:TLS-Session-Information = "(TLS) send TLS 1.2 
Handshake, ServerHelloDone\n"
(4) # Executing section authorize from file 
/usr/local/etc/raddb/sites-enabled/default
(4)   authorize {
(4)     policy filter_username {
(4)       if (&User-Name) {
(4)       if (&User-Name)  -> TRUE
(4)       if (&User-Name)  {
(4)         if (&User-Name =~ / /) {
(4)         if (&User-Name =~ / /)  -> FALSE
(4)         if (&User-Name =~ /@[^@]*@/ ) {
(4)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(4)         if (&User-Name =~ /\.\./ ) {
(4)         if (&User-Name =~ /\.\./ )  -> FALSE
(4)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(4)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   
-> FALSE
(4)         if (&User-Name =~ /\.$/)  {
(4)         if (&User-Name =~ /\.$/)   -> FALSE
(4)         if (&User-Name =~ /@\./)  {
(4)         if (&User-Name =~ /@\./)   -> FALSE
(4)       } # if (&User-Name)  = notfound
(4)     } # policy filter_username = notfound
(4)     [preprocess] = ok
(4)     [chap] = noop
(4)     [mschap] = noop
(4)     [digest] = noop
(4) suffix: Checking for suffix after "@"
(4) suffix: No '@' in User-Name = "anonymous", looking up realm NULL
(4) suffix: No such realm "NULL"
(4)     [suffix] = noop
(4) eap: Peer sent EAP Response (code 2) ID 5 length 132
(4) eap: No EAP Start, assuming it's an on-going EAP conversation
(4)     [eap] = updated
(4)     [files] = noop
(4)     [expiration] = noop
(4)     [logintime] = noop
(4)     [pap] = noop
(4)   } # authorize = updated
(4) Found Auth-Type = eap
(4) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(4)   authenticate {
(4) eap: Expiring EAP session with state 0xaf24965cac219b28
(4) eap: Finished EAP session with state 0xaf24965cac219b28
(4) eap: Previous EAP request found for state 0xaf24965cac219b28, 
released from the list
(4) eap: Peer sent packet with method EAP TLS (13)
(4) eap: Calling submodule eap_tls to process data
(4) eap_tls: (TLS) EAP Done initial handshake
(4) eap_tls: (TLS) Handshake state - Server SSLv3/TLS write server done
(4) eap_tls: (TLS) send TLS 1.2 Alert, fatal unexpected_message
(4) eap_tls: ERROR: (TLS) Alert write:fatal:unexpected_message
(4) eap_tls: ERROR: (TLS) Server : Error in error
(4) eap_tls: ERROR: (TLS) Failed reading from OpenSSL: 
error:141A20F4:SSL 
routines:ossl_statem_server_read_transition:unexpected message
(4) eap_tls: ERROR: (TLS) System call (I/O) error (-1)
(4) eap_tls: ERROR: (TLS) EAP Receive handshake failed during operation
(4) eap_tls: ERROR: [eaptls process] = fail
(4) eap: ERROR: Failed continuing EAP TLS (13) session.  EAP sub-module 
failed
(4) eap: Sending EAP Failure (code 4) ID 5 length 4
(4) eap: Failed in EAP select
(4)     [eap] = invalid
(4)   } # authenticate = invalid
(4) Failed to authenticate the user
(4) Using Post-Auth-Type Reject
(4) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(4)   Post-Auth-Type REJECT {
(4) attr_filter.access_reject: EXPAND %{User-Name}
(4) attr_filter.access_reject:    --> anonymous
(4) attr_filter.access_reject: Matched entry DEFAULT at line 11
(4)     [attr_filter.access_reject] = updated
(4)     [eap] = noop
(4)     policy remove_reply_message_if_eap {
(4)       if (&reply:EAP-Message && &reply:Reply-Message) {
(4)       if (&reply:EAP-Message && &reply:Reply-Message)  -> FALSE
(4)       else {
(4)         [noop] = noop
(4)       } # else = noop
(4)     } # policy remove_reply_message_if_eap = noop
(4)   } # Post-Auth-Type REJECT = updated
(4) Delaying response for 1.000000 seconds
Waking up in 0.3 seconds.
Waking up in 0.6 seconds.
(4) Sending delayed response
(4) Sent Access-Reject Id 62 from 192.168.1.4:1812 to 192.168.1.2:1842 
length 44
(4)   EAP-Message = 0x04050004
(4)   Message-Authenticator = 0x00000000000000000000000000000000
Waking up in 2.3 seconds.
(0) Cleaning up request packet ID 91 with timestamp +8
Waking up in 0.4 seconds.
(1) Cleaning up request packet ID 75 with timestamp +9
(2) Cleaning up request packet ID 53 with timestamp +9
(3) Cleaning up request packet ID 132 with timestamp +9
Waking up in 1.0 seconds.
(4) Cleaning up request packet ID 62 with timestamp +10
Ready to process requests



*********HostAP with WolfSSL output on CE************

    8251 PID:400002 TID:1a8000e ENET:  EnetUpdateLinkStatus> ENET1: 100 
Mbps full duplex link established!
    8251 PID:400002 TID:1a8000e UIO: Unknown indicated status [0x40010023]!!
    8263 PID:30a0002 TID:1910042 EAPOL Service: EAPOL::NotifyThread> 
"ENET1": NDISUIO_NOTIFICATION_MEDIA_CONNECT
    8270 PID:30a0002 TID:11d001e EAPOL Service: EAPOL::eapol_init> Using 
anonymous identity  : "anonymous" [9]
    8271 PID:30a0002 TID:11d001e EAPOL Service: EAPOL::eapol_init> Using 
identity            : "GuruCE" [6]
    8271 PID:30a0002 TID:11d001e EAPOL Service: EAPOL::eapol_init> Using 
password            : "password" [8]
    8271 PID:30a0002 TID:11d001e EAPOL Service: EAPOL::eapol_init> Using 
certificate         : "\Windows\ca.pem"
    8272 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_Init
    8272 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfCrypt_Init
    8272 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EVP_get_cipherbyname
    8273 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EVP_get_cipherbyname
    8273 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EVP_get_cipherbyname
    8273 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EVP_get_cipherbyname
    8273 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EVP_get_cipherbyname
    8274 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EVP_get_cipherbyname
    8274 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EVP_get_cipherbyname
    8274 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EVP_get_cipherbyname
    8274 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EVP_get_cipherbyname
    8275 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EVP_get_cipherbyname
    8275 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EVP_get_cipherbyname
    8275 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EVP_get_cipherbyname
    8275 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EVP_get_cipherbyname
    8276 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EVP_get_cipherbyname
    8276 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EVP_get_cipherbyname
    8276 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EVP_get_cipherbyname
    8276 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> 
wolfSSL_RAND_seed
    8321 PID:400002 TID:11d001e OSAXST1: >>> Loading Module 'rsaenh.dll' 
(0xA3851EF0) at address 0x407F0000-0x40818000 in Process 'NK.EXE' 
(0x81232B60)
PB Debugger Loaded 
'C:\WINCEROOTS\IMX6_EAPOL\WINCEX00\OSDESIGNS\GURUCE_IMX6_CE8_TINY\GURUCE_IMX6_CE8_TINY\RELDIR\DEBUG\RSAENH.DLL', 
no matching symbolic information found.
    8351 PID:30a0002 TID:11d001e OSAXST1: >>> Loading Module 
'rsaenh.dll' (0xA3851EF0) at address 0x407F0000-0x40818000 in Process 
'servicesd.exe' (0xA3847000)
    8352 PID:30a0002 TID:11d001e OSAXST1: <<< Unloading Module 
'rsaenh.dll' (0xA3851EF0) at address 0x407F0000-0x40818000 in Process 
'servicesd.exe' (0xA3847000)
    8353 PID:30a0002 TID:11d001e OSAXST1: <<< Unloading Module 
'rsaenh.dll' (0xA3851EF0) at address 0x407F0000-0x40818000 in Process 
'servicesd.exe' (0xA3847000)
PB Debugger Unloaded symbols for 
'C:\WINCEROOTS\IMX6_EAPOL\WINCEX00\OSDESIGNS\GURUCE_IMX6_CE8_TINY\GURUCE_IMX6_CE8_TINY\RELDIR\DEBUG\RSAENH.DLL'
    8410 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering SSLv23_client_method_ex
    8411 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CTX_new_ex
    8412 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CertManagerNew
    8413 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving WOLFSSL_CTX_new, return 0
    8413 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CTX_set_ex_data
    8414 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CRYPTO_set_ex_data
    8415 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering SSL_CTX_set_session_cache_mode
    8415 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CTX_set_cipher_list
    8416 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering SSLv23_client_method_ex
    8416 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CTX_new_ex
    8416 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CertManagerNew
    8417 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving WOLFSSL_CTX_new, return 0
    8417 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CTX_set_ex_data
    8417 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CRYPTO_set_ex_data
    8418 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering SSL_CTX_set_session_cache_mode
    8418 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CTX_set_cipher_list
    8418 PID:30a0002 TID:11d001e EAPOL Service:  EAPOL::port_cb> Port 
NOT authorized.
    8419 PID:30a0002 TID:11d001e EAPOL Service:  EAPOL::status_cb> EAPOL 
completion ("failure").
    8419 PID:30a0002 TID:11d001e EAPOL Service:  EAPOL::status_cb> EAPOL 
started ("").
    8456 PID:30a0002 TID:11d001e EAPOL Service:  EAPOL::status_cb> EAPOL 
accept proposed method ("TLS").
    8457 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering SSL_new
    8500 PID:400002 TID:11d001e OSAXST1: >>> Loading Module 'rsaenh.dll' 
(0xA3851EF0) at address 0x407F0000-0x40818000 in Process 'NK.EXE' 
(0x81232B60)
PB Debugger Loaded 
'C:\WINCEROOTS\IMX6_EAPOL\WINCEX00\OSDESIGNS\GURUCE_IMX6_CE8_TINY\GURUCE_IMX6_CE8_TINY\RELDIR\DEBUG\RSAENH.DLL', 
no matching symbolic information found.
    8531 PID:30a0002 TID:11d001e OSAXST1: >>> Loading Module 
'rsaenh.dll' (0xA3851EF0) at address 0x407F0000-0x40818000 in Process 
'servicesd.exe' (0xA3847000)
    8532 PID:30a0002 TID:11d001e OSAXST1: <<< Unloading Module 
'rsaenh.dll' (0xA3851EF0) at address 0x407F0000-0x40818000 in Process 
'servicesd.exe' (0xA3847000)
    8533 PID:30a0002 TID:11d001e OSAXST1: <<< Unloading Module 
'rsaenh.dll' (0xA3851EF0) at address 0x407F0000-0x40818000 in Process 
'servicesd.exe' (0xA3847000)
PB Debugger Unloaded symbols for 
'C:\WINCEROOTS\IMX6_EAPOL\WINCEX00\OSDESIGNS\GURUCE_IMX6_CE8_TINY\GURUCE_IMX6_CE8_TINY\RELDIR\DEBUG\RSAENH.DLL'
    8583 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving SSL_new, return 0
    8584 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_set_ex_data
    8584 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CRYPTO_set_ex_data
    8584 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CTX_get_ex_data
    8584 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CTX_get_ex_data
    8585 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_set_verify
    8585 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering SSL_X509_STORE_new
    8585 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CertManagerNew
    8586 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CertManagerFree
    8586 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> 
wolfSSL_CTX_load_verify_locations_ex
    8587 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Getting 
dynamic buffer
    8588 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Processing 
CA PEM file
    8588 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering PemToDer
    8589 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Adding a CA
    8589 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetExplicitVersion
    8589 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetSerialNumber
    8589 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got Cert 
Header
    8590 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetAlgoId
    8590 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    8590 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got Algo ID
    8590 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Getting 
Cert Name
    8591 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_new
    8591 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8591 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8591 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8592 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8592 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8592 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8592 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8593 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8593 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8593 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8593 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8594 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8594 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8594 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8594 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8595 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8595 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8595 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8595 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8596 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8596 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8596 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8596 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8596 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8597 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8597 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8597 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8597 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8598 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8598 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8598 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8598 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8598 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8599 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8599 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8599 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8599 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8600 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8600 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8600 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8600 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8600 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8601 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8601 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8601 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8601 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8602 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8602 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8602 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8602 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8603 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8603 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8603 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8603 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8604 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8604 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8604 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8604 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8604 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8605 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8605 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8605 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8605 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8606 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8606 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8606 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8606 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8607 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8607 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8607 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8607 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8608 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8608 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8608 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8608 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8608 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8609 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8609 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8609 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8609 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8610 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8610 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8610 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8610 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8611 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8611 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8611 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8611 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8612 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8612 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8612 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8612 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8613 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8613 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8613 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8613 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8614 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8614 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8614 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8614 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8614 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8615 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8615 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8615 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8615 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8616 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8616 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8616 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8616 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8617 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8617 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8617 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8617 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8618 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8618 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8618 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8618 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8619 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8619 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8619 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8619 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8619 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8620 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8620 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8620 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8620 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8621 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8621 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8621 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8621 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8622 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8622 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8622 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8622 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8623 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8623 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8623 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8623 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8624 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8624 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8624 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8624 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8625 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8625 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8625 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8625 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8626 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8626 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8626 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8626 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8627 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8627 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8627 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8627 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8627 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8628 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8628 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8628 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8628 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8629 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8629 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8629 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8629 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8630 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8630 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8630 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8630 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8631 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8631 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8631 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8632 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8632 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8632 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8632 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8633 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8633 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8633 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8633 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8634 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8634 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8634 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8634 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8635 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8635 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8635 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8635 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8636 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8636 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8636 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8636 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8637 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8637 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8637 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8637 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8638 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8638 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8638 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8638 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8639 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8639 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8639 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8639 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8640 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8640 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8640 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8640 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8641 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8641 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8641 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8641 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8642 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8642 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8642 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8642 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8643 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8643 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8643 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8644 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8644 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8644 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8644 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8645 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8645 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8645 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8645 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8646 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8646 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8646 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8646 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8647 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8647 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8647 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8647 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8648 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8648 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8648 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8648 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8649 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8649 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8649 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8650 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Getting 
Cert Name
    8650 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_new
    8650 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8650 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8651 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8651 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8651 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8651 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8652 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8652 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8652 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8652 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8653 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8653 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8653 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8653 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8654 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8654 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8654 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8654 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8655 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8655 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8655 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8656 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8656 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8656 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8656 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8657 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8657 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8657 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8657 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8658 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8658 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8658 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8659 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8659 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8659 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8659 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8660 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8660 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8660 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8660 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8661 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8661 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8661 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8661 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8662 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8662 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8662 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8663 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8663 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8663 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8663 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8664 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8664 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8664 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8664 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8665 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8665 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8665 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8665 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8666 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8666 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8666 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8666 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8666 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8667 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8667 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8667 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8667 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8668 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8668 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8668 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8668 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8669 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8669 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8669 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8669 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8670 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8670 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8670 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8670 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8671 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8671 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8671 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8671 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8672 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8672 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8672 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8673 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8673 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8673 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8673 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8674 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8674 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8674 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8674 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8675 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8675 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8675 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8675 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8675 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8676 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8676 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8676 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8676 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8677 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8677 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8677 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8677 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8678 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8678 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8678 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8678 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8679 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8679 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8679 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8679 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8680 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8680 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8680 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8680 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8681 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8681 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8681 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8681 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8682 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8682 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8682 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8682 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8683 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8683 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8683 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8683 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8684 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8684 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8684 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8684 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8685 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8685 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8685 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8685 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8686 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8686 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8686 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8687 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8687 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8687 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8687 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8687 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8688 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8688 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8688 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8689 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8689 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8689 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8689 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8689 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8690 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8690 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8690 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8690 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8691 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8691 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8691 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8691 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8692 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8692 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8692 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8692 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8693 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8693 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8693 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8693 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8694 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8694 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8694 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8694 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8695 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8695 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8695 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8695 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8696 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8696 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8696 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8696 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8697 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8697 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8697 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8697 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8698 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8698 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8698 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8698 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8699 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8699 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8699 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8699 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8700 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8700 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8700 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8700 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8700 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8701 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8701 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8701 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8701 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8702 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8702 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8702 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8702 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8703 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8703 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8703 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8703 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8704 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8704 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8704 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8704 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8705 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8705 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8705 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8705 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8706 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8706 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8706 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8706 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8707 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8707 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8707 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8707 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8708 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8708 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8708 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8708 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8708 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8709 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8709 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8709 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8709 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8710 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8710 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8710 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got 
Subject Name
    8710 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetAlgoId
    8711 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    8711 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got Key
    8711 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Parsed 
Past Key
    8711 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DecodeCertExtensions
    8712 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    8712 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DecodeSubjKeyId
    8712 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    8712 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DecodeAuthKeyId
    8712 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    8713 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DecodeBasicCaConstraint
    8713 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    8713 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DecodeCrlDist
    8714 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetAlgoId
    8714 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    8714 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Parsed new CA
    8714 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
Parsed CA
    8715 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_free
    8715 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8715 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8715 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8715 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8716 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8716 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8716 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8716 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8717 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8717 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8717 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8718 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8718 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_free
    8718 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8718 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8719 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8719 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8719 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8719 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8720 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8720 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8720 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8720 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8721 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8721 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8721 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing der CA
    8721 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log>     OK 
Freeing der CA
    8722 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving AddCA, return 0
    8722 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Processed a CA
    8722 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Processed 
at least one valid CA. Other stuff OK
    8722 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_use_certificate_chain_file
    8723 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Getting 
dynamic buffer
    8724 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering PemToDer
    8725 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Checking 
cert signature type
    8725 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetExplicitVersion
    8725 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetSerialNumber
    8725 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got Cert 
Header
    8726 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetAlgoId
    8726 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    8726 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got Algo ID
    8726 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Getting 
Cert Name
    8727 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_new
    8727 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8727 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8728 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8728 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8728 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8729 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8729 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8729 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8730 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8730 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8730 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8730 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8731 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8731 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8731 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8732 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8732 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8732 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8732 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8733 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8733 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8733 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8734 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8734 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8734 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8734 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8735 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8735 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8735 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8736 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8736 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8736 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8736 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8737 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8737 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8737 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8738 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8738 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8738 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8738 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8739 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8739 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8739 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8740 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8740 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8740 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8741 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8741 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8741 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8741 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8742 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8742 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8742 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8743 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8743 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8743 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8743 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8744 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8744 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8744 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8745 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8745 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8745 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8746 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8746 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8746 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8746 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8747 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8747 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8747 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8747 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8748 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8748 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8748 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8748 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8749 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8749 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8749 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8750 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8750 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8750 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8751 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8751 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8751 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8751 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8752 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8752 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8752 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8752 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8753 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8753 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8753 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8753 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8754 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8754 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8754 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8754 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8755 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8755 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8755 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8756 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8756 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8756 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8756 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8757 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8757 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8757 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8757 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8758 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8758 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8758 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8758 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8759 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8759 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8759 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8759 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8760 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8760 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8760 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8760 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8761 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8761 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8761 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8761 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8762 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8762 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8762 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8762 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8763 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8763 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8763 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8764 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8764 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8764 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8764 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8765 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8765 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8765 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8765 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8766 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8766 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8766 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8766 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8767 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8767 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8767 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8767 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8768 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8768 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8768 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8768 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8769 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8769 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8769 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8770 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8770 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8770 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8770 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8771 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8771 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8771 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8771 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8772 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8772 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8772 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8772 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8773 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8773 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8773 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8774 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8774 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8774 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8774 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8775 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8775 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8775 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8775 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8776 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8776 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8776 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8776 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8777 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8777 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8777 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8777 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8778 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8778 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8778 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8778 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8779 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8779 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8779 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8780 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8780 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8780 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8780 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8781 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8781 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8781 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8781 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8782 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8782 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8782 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8782 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8783 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8783 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8783 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8784 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8784 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8784 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8784 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8785 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8785 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8785 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8785 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8786 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8786 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8786 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8786 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8787 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8787 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8787 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8788 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8788 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8788 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8788 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8789 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8789 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8789 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8789 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8790 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8790 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8790 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8790 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8791 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8791 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8791 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8792 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8792 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8792 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8792 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Getting 
Cert Name
    8793 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_new
    8793 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8793 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8794 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8794 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8794 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8795 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8795 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8795 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8795 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8796 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8796 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8796 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8796 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8797 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8797 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8797 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8798 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8798 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8798 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8798 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8799 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8799 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8799 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8800 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8800 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8800 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8800 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8801 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8801 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8801 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8802 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8802 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8802 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8802 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8803 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8803 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8803 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8803 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8804 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8804 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8804 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8804 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8805 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8805 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8805 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8806 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8806 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8806 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8806 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8807 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8807 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8807 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8807 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8808 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8808 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8808 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8808 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8809 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8809 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8809 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8809 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8810 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8811 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8811 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8811 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8812 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8812 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8812 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8812 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8813 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8813 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8813 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8814 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8814 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8814 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8814 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8815 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8815 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8815 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8815 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8816 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8816 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8816 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8817 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8817 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8817 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8817 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8818 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8818 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8818 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8818 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8819 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8819 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8819 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8819 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8820 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8820 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8820 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8820 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8821 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8821 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8821 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8821 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8822 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8822 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8822 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8822 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8823 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8823 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8823 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8823 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8824 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8824 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8824 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8824 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8825 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8825 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8825 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8826 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8826 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8826 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8826 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8827 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8827 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8827 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8827 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8828 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8828 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8828 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8828 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8829 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8829 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8829 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8829 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8830 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8830 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8830 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8830 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8831 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8831 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8831 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8831 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8832 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8832 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8832 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8832 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8833 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8833 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8833 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8833 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8834 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8834 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8834 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8834 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8835 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8835 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8835 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8836 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8836 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8836 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8836 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8837 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8837 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8837 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8837 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8838 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8838 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8838 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8838 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8839 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8839 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8839 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8839 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8840 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8840 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8840 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8841 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8841 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8841 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8841 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8842 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8842 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8842 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8842 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8843 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8843 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8843 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8843 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8844 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8844 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8844 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    8844 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    8845 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8845 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8845 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8845 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    8846 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    8846 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8846 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    8846 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    8847 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    8847 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8847 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8848 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8848 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8848 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8848 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8849 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8849 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8849 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8849 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8850 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8850 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8850 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8850 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8851 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8851 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8851 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8851 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    8852 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8852 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8852 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8852 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8853 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8853 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8853 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8854 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8854 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8854 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8854 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8855 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8855 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8855 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8855 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8856 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    8856 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    8856 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    8856 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    8857 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8857 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8857 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got 
Subject Name
    8857 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetAlgoId
    8858 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    8858 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got Key
    8858 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> SSL layer 
setting cert, CTX had ECDSA, turning off
    8858 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Not ECDSA 
cert signature
    8859 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_free
    8859 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8859 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8859 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8860 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8860 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8860 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8860 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8861 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8861 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8861 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8861 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8862 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8862 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_free
    8862 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8862 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8863 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8863 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8863 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8863 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8864 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8864 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8864 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8864 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8865 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    8865 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    8865 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering SSL_CTX_set_default_passwd_cb
    8865 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering SSL_CTX_set_default_passwd_cb_userdata
    8866 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_use_PrivateKey_file
    8866 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Getting 
dynamic buffer
    8867 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering PemToDer
    8868 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Couldn't 
find PEM header
    8868 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering SSL_CTX_set_default_passwd_cb
    8869 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_set_connect_state
    8869 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering SSL_connect()
    8869 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering SendClientHello
    8869 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Adding 
signature algorithms extension
    8870 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> growing 
output buffer

    8870 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Signature 
Algorithms extension to write
    8870 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Point 
Formats extension to write
    8871 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Supported 
Groups extension to write
    8871 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> EMS 
extension to write
    8871 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Shrinking 
output buffer

    8872 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving SendClientHello, return 0
    8872 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> connect 
state: CLIENT_HELLO_SENT
    8872 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
error occurred, error = -323
    8872 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering SSL_get_error
    8873 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving SSL_get_error, return -323
    8873 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_get_version
    9024 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_set_connect_state
    9024 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering SSL_connect()
    9025 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> growing 
input buffer

    9025 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> received 
record layer msg
    9025 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> got HANDSHAKE
    9026 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DoHandShakeMsg()
    9026 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DoHandShakeMsgType
    9026 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> processing 
server hello
    9027 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DoServerHello
    9027 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Point 
Formats extension received
    9027 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Extended 
Master Secret extension received
    9028 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_get_options
    9028 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering VerifyClientSuite
    9028 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving DoServerHello, return 0
    9029 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Shrinking 
input buffer

    9029 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving DoHandShakeMsgType(), return 0
    9029 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving DoHandShakeMsg(), return 0
    9030 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> growing 
input buffer

    9030 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> received 
record layer msg
    9030 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> got HANDSHAKE
    9030 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DoHandShakeMsg()
    9031 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DoHandShakeMsgType
    9036 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> processing 
certificate
    9037 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DoCertificate
    9037 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering ProcessPeerCerts
    9038 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Loading 
peer's cert chain
    9038 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Put 
another cert into chain
    9039 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Put 
another cert into chain
    9039 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetExplicitVersion
    9039 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetSerialNumber
    9039 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got Cert 
Header
    9040 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetAlgoId
    9040 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9040 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got Algo ID
    9041 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Getting 
Cert Name
    9041 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_new
    9041 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9042 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9042 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9042 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9043 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9043 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9043 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9043 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9044 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9044 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9044 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9045 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9045 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9045 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9045 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9046 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9046 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9046 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9047 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9047 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9047 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9047 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9048 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9048 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9048 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9049 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9049 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9049 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9049 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9050 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9050 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9050 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9051 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9051 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9051 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9051 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9052 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9052 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9052 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9053 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9053 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9053 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9053 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9054 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9054 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9054 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9055 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9055 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9055 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9056 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9056 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9056 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9057 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9057 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9057 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9058 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9058 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9058 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9059 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9059 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9059 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9059 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9060 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9060 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9060 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9061 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9061 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9061 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9062 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9062 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9062 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9063 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9063 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9063 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9064 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9064 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9064 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9065 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9065 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9065 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9065 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9066 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9066 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9066 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9067 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9067 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9067 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9068 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9068 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9068 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9069 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9069 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9069 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9070 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9070 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9070 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9071 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9071 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9071 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9071 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9072 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9072 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9072 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9073 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9073 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9073 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9073 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9074 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9074 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9074 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9074 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9075 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9075 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9075 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9075 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9075 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9076 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9076 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9076 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9076 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9077 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9077 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9077 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9077 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9078 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9078 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9078 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9078 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9079 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9079 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9079 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9079 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9080 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9080 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9080 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9080 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9081 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9081 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9081 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9082 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9082 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9082 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9083 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9083 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9083 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9083 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9084 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9084 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9084 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9085 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9085 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9085 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9085 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9086 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9086 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9086 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9086 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9087 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9087 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9087 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9087 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9088 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9088 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9088 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9088 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9089 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9089 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9089 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9089 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9090 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9090 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9090 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9090 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9091 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9091 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9091 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9091 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9092 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9092 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9092 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9092 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9093 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9093 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9093 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9093 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9094 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9094 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9094 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9094 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9095 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9095 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9095 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9096 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9096 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9096 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9096 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9097 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9097 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9097 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9097 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9098 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9098 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9098 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9098 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9099 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9099 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9099 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9099 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9100 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9100 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9100 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9100 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9101 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9101 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9101 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9101 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9102 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9102 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9102 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9102 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9103 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9103 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9103 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9103 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9104 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9104 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9104 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9104 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9105 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9105 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9105 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9106 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9106 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9106 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9106 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9107 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9107 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9107 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9107 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9108 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9108 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Getting 
Cert Name
    9108 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_new
    9108 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9109 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9109 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9109 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9109 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9110 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9110 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9110 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9110 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9111 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9111 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9111 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9111 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9112 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9112 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9112 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9113 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9113 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9113 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9113 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9114 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9114 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9114 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9114 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9114 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9115 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9115 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9115 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9115 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9116 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9116 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9116 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9116 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9117 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9117 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9117 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9118 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9118 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9118 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9118 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9119 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9119 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9119 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9119 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9120 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9120 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9120 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9120 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9121 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9121 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9121 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9121 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9122 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9122 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9122 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9122 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9123 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9123 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9123 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9123 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9124 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9124 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9124 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9124 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9124 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9125 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9125 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9125 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9125 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9126 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9126 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9126 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9126 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9127 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9127 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9127 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9127 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9128 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9128 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9128 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9129 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9129 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9129 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9129 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9129 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9130 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9130 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9130 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9131 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9131 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9131 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9131 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9131 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9132 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9132 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9132 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9132 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9133 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9133 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9133 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9133 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9133 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9134 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9134 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9134 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9134 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9135 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9135 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9135 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9135 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9136 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9136 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9136 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9136 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9137 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9137 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9137 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9137 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9137 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9138 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9138 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9138 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9138 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9139 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9139 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9139 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9139 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9140 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9140 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9140 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9140 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9141 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9141 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9141 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9141 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9142 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9142 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9142 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9142 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9142 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9143 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9143 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9143 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9143 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9144 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9144 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9144 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9144 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9145 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9145 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9145 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9145 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9146 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9146 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9146 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9146 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9146 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9147 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9147 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9147 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9147 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9148 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9148 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9148 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9148 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9149 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9149 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9149 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9149 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9150 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9150 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9150 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9150 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9151 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9151 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9151 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9151 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9151 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9152 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9152 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9152 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9152 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9153 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9153 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9153 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9153 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got 
Subject Name
    9154 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetAlgoId
    9154 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9154 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got Key
    9154 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Parsed 
Past Key
    9154 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DecodeCertExtensions
    9155 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9155 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> 
DecodeExtKeyUsage
    9155 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9155 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9156 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DecodeCrlDist
    9156 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9156 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> 
Certificate Policy extension not supported yet.
    9156 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetAlgoId
    9157 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9157 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> CA found
    9157 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_free
    9157 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9158 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9158 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9158 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9158 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9159 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9159 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9159 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9159 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9160 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9160 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9160 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9161 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_free
    9161 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9161 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9161 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9162 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9162 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9162 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9162 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9163 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9163 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9163 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9163 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetExplicitVersion
    9164 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetSerialNumber
    9164 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got Cert 
Header
    9164 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetAlgoId
    9164 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9165 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got Algo ID
    9165 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Getting 
Cert Name
    9165 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_new
    9165 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9166 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9166 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9166 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9166 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9166 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9167 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9167 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9167 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9167 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9168 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9168 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9168 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9168 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9169 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9169 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9169 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9169 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9169 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9170 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9170 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9170 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9170 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9171 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9171 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9171 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9171 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9172 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9172 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9172 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9172 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9173 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9173 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9173 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9173 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9174 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9174 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9174 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9174 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9175 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9175 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9175 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9175 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9175 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9176 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9176 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9176 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9176 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9177 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9177 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9177 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9177 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9178 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9178 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9178 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9178 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9178 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9179 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9179 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9179 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9179 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9180 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9180 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9180 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9180 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9180 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9181 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9181 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9181 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9181 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9182 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9182 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9182 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9182 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9183 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9183 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9183 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9183 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9184 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9184 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9184 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9184 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9185 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9185 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9185 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9185 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9186 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9186 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9186 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9186 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9186 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9187 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9187 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9187 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9187 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9188 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9188 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9188 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9188 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9188 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9189 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9189 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9189 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9189 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9190 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9190 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9190 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9190 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9191 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9191 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9191 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9191 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9192 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9192 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9192 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9192 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9193 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9193 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9193 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9193 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9194 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9194 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9194 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9194 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9194 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9195 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9195 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9195 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9195 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9196 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9196 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9196 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9196 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9197 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9197 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9197 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9197 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9197 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9198 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9198 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9198 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9198 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9199 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9199 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9199 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9199 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9200 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9200 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9200 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9200 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9201 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9201 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9201 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9201 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9201 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9202 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9202 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9202 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9202 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9203 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9203 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9203 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9203 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9204 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9204 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9204 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9204 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9205 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9205 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9205 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9205 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9206 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9206 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9206 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9206 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9206 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9207 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9207 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9207 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9207 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9208 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9208 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9208 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9208 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9208 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9209 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9209 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9209 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9209 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9210 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9210 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9210 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9210 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9211 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9211 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9211 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9211 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9212 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9212 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9212 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9212 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9213 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9213 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9213 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9213 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9213 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9214 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9214 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9214 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9214 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9215 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9215 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9215 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9215 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9215 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9216 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9216 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9216 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9216 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9217 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9217 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9217 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9217 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9218 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9218 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9218 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9218 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9219 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9219 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9219 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9219 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9220 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9220 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9220 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9220 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9220 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9221 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9221 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9221 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9221 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9222 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Getting 
Cert Name
    9222 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_new
    9222 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9223 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9223 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9223 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9224 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9224 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9224 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9224 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9225 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9225 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9225 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9225 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9226 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9226 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9226 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9226 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9227 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9227 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9227 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9227 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9228 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9228 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9228 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9228 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9228 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9229 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9229 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9229 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9229 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9230 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9230 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9230 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9230 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9231 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9231 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9231 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9231 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9231 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9232 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9232 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9232 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9232 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9233 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9233 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9233 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9233 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9234 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9234 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9234 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9234 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9234 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9235 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9235 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9235 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9235 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9236 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9236 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9236 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9236 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9237 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9237 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9237 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9237 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9237 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9238 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9238 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9238 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9238 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9239 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9239 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9239 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9239 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9240 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9240 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9240 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9240 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9241 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9241 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9241 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9241 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9242 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9242 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9242 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9242 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9242 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9243 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9243 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9243 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9243 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9244 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9244 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9244 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9244 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9245 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9245 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9245 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9245 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9245 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9246 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9246 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9246 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9246 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9247 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9247 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9247 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9247 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9248 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9248 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9248 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9248 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9248 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9249 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9249 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9249 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9249 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9250 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9250 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9250 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9250 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9251 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9251 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9251 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9251 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9252 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9252 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9252 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9252 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9252 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9253 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9253 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9253 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9253 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9254 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9254 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9254 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9254 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9255 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9255 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9255 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9255 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9255 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9256 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9256 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9256 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9256 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9257 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9257 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9257 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9257 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9257 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9258 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9258 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9258 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9258 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9259 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9259 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9259 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9259 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9260 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9260 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9260 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9260 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9261 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9261 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9261 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9261 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9262 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9262 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9262 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9262 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9262 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9263 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9263 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9263 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9263 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9264 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9264 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9264 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9264 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9265 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9265 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9265 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9265 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9265 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9266 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9266 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9266 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9266 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9267 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9267 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9267 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9267 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9268 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9268 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9268 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9268 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9268 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9269 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9269 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9269 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9269 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9270 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9270 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9270 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9270 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9271 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9271 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9271 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9271 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9272 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9272 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9272 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9272 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9272 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9273 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9273 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9273 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9273 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9274 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9274 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9274 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9274 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9275 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9275 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9275 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9275 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9275 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9276 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9276 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9276 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9276 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9277 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9277 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9277 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9277 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9278 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9278 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9278 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9278 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9279 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9279 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got 
Subject Name
    9279 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetAlgoId
    9279 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9279 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got Key
    9280 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Parsed 
Past Key
    9280 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DecodeCertExtensions
    9280 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9280 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DecodeSubjKeyId
    9281 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9281 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DecodeAuthKeyId
    9281 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9281 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DecodeBasicCaConstraint
    9281 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9282 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DecodeCrlDist
    9282 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetAlgoId
    9282 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9282 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> CA found
    9283 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering ConfirmSignature
    9323 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving ConfirmSignature, return 0
    9323 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Verified 
CA from chain and already had it
    9324 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CRYPTO_set_ex_data
    9324 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering X509_set_issuer_name
    9325 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_copy
    9325 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9325 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9326 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9326 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9326 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9327 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9327 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9327 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9328 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9328 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9328 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9329 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9329 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9329 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9330 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9330 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9330 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9331 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9331 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9331 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9332 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9332 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9332 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9333 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9333 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9333 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9333 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9334 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9334 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9334 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9335 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9335 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9335 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9336 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9336 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9336 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9337 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9337 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9337 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9338 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9338 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9338 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9339 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9339 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9339 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9339 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9340 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9340 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9340 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9341 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9341 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9341 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9342 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9342 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9342 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9343 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9343 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9343 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9343 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9344 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9344 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9344 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9345 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9345 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9345 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9346 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9346 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9346 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9347 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9347 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9347 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9348 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9348 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9348 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9348 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9349 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9349 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9349 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9350 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9350 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9350 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9350 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9351 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9351 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9351 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9352 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9352 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9352 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9352 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9353 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9353 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9353 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9354 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9354 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9354 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9355 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9355 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9355 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9355 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9356 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9356 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9356 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9356 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9357 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9357 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9357 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9357 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9358 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9358 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9358 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9358 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9359 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9359 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9359 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9359 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9360 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9360 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9360 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9360 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9360 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9361 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9361 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9361 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9361 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9362 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9362 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9362 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9363 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9363 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9363 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9363 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9363 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9364 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9364 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9364 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9364 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9365 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9365 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9365 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9365 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9366 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9366 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9366 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9366 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9367 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9367 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9367 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9367 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9368 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9368 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9368 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9368 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9368 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9369 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9369 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9369 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9369 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9370 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9370 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9370 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9370 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9371 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9371 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9371 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9372 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9372 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9372 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9372 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9373 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9373 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9373 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9373 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9374 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9374 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9374 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9374 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9375 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9375 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9375 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9375 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9376 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9376 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9376 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9376 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9377 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9377 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9377 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9377 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9378 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9378 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9378 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9379 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9379 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9379 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9379 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9380 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9380 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9380 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9380 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9381 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering X509_set_subject_name
    9381 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_copy
    9381 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9382 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9382 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9382 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9382 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9383 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9383 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9383 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9383 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9384 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9384 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9384 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9384 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9384 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9385 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9385 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9385 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9385 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9386 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9386 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9386 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9386 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9387 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9387 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9387 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9387 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9388 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9388 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9388 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9388 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9389 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9389 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9389 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9389 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9390 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9390 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9390 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9390 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9391 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9391 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9391 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9391 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9392 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9392 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9392 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9392 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9393 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9393 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9393 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9393 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9394 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9394 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9394 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9394 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9394 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9395 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9395 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9395 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9395 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9396 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9396 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9396 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9396 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9397 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9397 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9397 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9397 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9398 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9398 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9398 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9398 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9399 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9399 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9399 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9399 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9400 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9400 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9400 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9400 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9401 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9401 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9401 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9401 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9402 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9402 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9402 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9402 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9402 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9403 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9403 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9403 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9403 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9404 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9404 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9404 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9404 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9405 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9405 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9405 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9405 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9406 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9406 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9406 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9406 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9407 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9407 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9407 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9407 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9407 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9408 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9408 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9408 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9408 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9409 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9409 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9409 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9409 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9410 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9410 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9410 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9410 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9411 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9411 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9411 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9411 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9412 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9412 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9412 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9412 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9413 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9413 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9413 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9413 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9413 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9414 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9414 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9414 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9414 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9415 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9415 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9415 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9415 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9416 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9416 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9416 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9416 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9417 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9417 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9417 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9417 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9418 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9418 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9418 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9419 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9419 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9419 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9419 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9420 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9420 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9420 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9421 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9421 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9421 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9421 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9422 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9422 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9422 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9422 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9423 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9423 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9423 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9423 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9424 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9424 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9424 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9424 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9425 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9425 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9425 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9425 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9426 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9426 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9426 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9426 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9427 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9427 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9427 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9427 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9428 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9428 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9428 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9428 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9429 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9429 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9429 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9429 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9430 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9430 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9430 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9431 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_STORE_CTX_get_current_cert
    9431 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_STORE_CTX_get_error
    9431 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_STORE_CTX_get_error_depth
    9431 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_get_ex_data_X509_STORE_CTX_idx
    9432 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_STORE_CTX_get_ex_data
    9432 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CTX_get_ex_data
    9432 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_get_subject_name
    9432 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_oneline
    9433 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_get_ex_data
    9433 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CTX_get_ex_data
    9433 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_get_der
    9433 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_get_ext_d2i
    9434 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> No Alt 
Names set
    9434 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Error 
pushing ASN1_OBJECT or GENERAL_NAME object onto stack or nothing to push.
    9434 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_sk_ASN1_OBJECT_pop_free
    9434 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_sk_ASN1_OBJECT_pop_free
    9435 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Parameter 
error
    9435 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9435 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9435 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9436 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9436 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9436 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9436 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9437 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9437 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9437 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9437 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9437 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9438 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9438 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9438 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9438 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9439 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9439 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9439 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9439 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9440 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9440 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9440 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9440 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9441 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_free
    9441 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9441 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9441 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9442 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9442 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9442 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9442 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9443 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9443 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9443 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9443 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9444 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9444 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_free
    9444 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9444 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9445 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9445 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9445 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9445 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9445 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9446 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9446 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9446 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9446 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9447 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9447 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Verifying 
Peer's cert
    9447 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetExplicitVersion
    9447 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetSerialNumber
    9447 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got Cert 
Header
    9448 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetAlgoId
    9448 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9448 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got Algo ID
    9448 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Getting 
Cert Name
    9449 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_new
    9449 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9449 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9449 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9450 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9450 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9450 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9450 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9450 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9451 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9451 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9451 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9451 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9452 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9452 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9452 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9452 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9453 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9453 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9453 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9453 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9453 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9454 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9454 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9454 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9454 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9455 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9455 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9455 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9455 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9456 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9456 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9456 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9456 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9456 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9457 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9457 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9457 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9457 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9458 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9458 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9458 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9458 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9459 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9459 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9459 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9459 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9460 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9460 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9460 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9460 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9461 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9461 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9461 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9461 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9461 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9462 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9462 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9462 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9462 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9463 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9463 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9463 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9463 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9464 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9464 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9464 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9464 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9464 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9465 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9465 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9465 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9465 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9466 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9466 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9466 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9466 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9466 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9467 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9467 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9467 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9467 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9468 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9468 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9468 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9468 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9469 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9469 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9469 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9469 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9469 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9470 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9470 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9470 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9470 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9471 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9471 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9471 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9471 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9472 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9472 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9472 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9472 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9472 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9473 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9473 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9473 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9474 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9474 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9474 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9474 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9474 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9475 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9475 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9475 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9475 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9476 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9476 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9476 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9476 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9477 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9477 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9477 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9477 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9478 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9478 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9478 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9478 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9478 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9479 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9479 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9479 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9480 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9480 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9480 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9480 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9481 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9481 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9481 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9482 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9482 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9482 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9482 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9483 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9483 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9483 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9483 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9484 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9484 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9484 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9485 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9485 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9485 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9485 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9486 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9486 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9486 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9486 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9487 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9487 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9487 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9487 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9488 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9488 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9488 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9488 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9489 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9489 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9489 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9489 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9490 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9490 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9490 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9490 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9491 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9491 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9491 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9492 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9492 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9492 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9492 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9493 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9493 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9493 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9493 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9494 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9494 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9494 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9495 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9495 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9495 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9495 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9496 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9496 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9496 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9496 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9497 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9497 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9497 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9497 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9498 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9498 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9498 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9498 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9499 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9499 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9499 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9499 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9500 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9500 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9500 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9500 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9501 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9501 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9501 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9501 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9502 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9502 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9502 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9503 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9503 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9503 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9503 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9504 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9504 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9504 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9504 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9505 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9505 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9505 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9505 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9506 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9506 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9506 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9506 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9506 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9507 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9507 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9507 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9508 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9508 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9508 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Getting 
Cert Name
    9508 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_new
    9509 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9509 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9509 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9509 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9510 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9510 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9510 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9510 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9510 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9511 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9511 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9511 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9511 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9512 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9512 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9512 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9512 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9513 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9513 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9513 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9513 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9514 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9514 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9514 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9514 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9514 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9515 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9515 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9515 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9515 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9516 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9516 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9516 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9516 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9516 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9517 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9517 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9517 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9517 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9518 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9518 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9518 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9518 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9519 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9519 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9519 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9519 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9520 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9520 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9520 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9520 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9520 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9521 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9521 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9521 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9521 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9522 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9522 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9522 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9522 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9523 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9523 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9523 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9523 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9523 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9524 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9524 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9524 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9524 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9525 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9525 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9525 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9525 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9526 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9526 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9526 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9526 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9527 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9527 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9527 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9527 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9528 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9528 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9528 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9528 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9528 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9529 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9529 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9529 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9529 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9530 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9530 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9530 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9530 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9531 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9531 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9531 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9531 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9531 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9532 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9532 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9532 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9532 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9533 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9533 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9533 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9533 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9533 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9534 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9534 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9534 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9534 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9535 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9535 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9535 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9535 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9536 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9536 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9536 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9536 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9537 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9537 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9537 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9537 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9538 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9538 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9538 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9538 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9538 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9539 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9539 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9539 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9539 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9540 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9540 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9540 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9540 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9541 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9541 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9541 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9541 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9542 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9542 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Found 
place for name entry
    9542 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9542 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9542 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9543 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9543 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9543 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9543 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9544 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9544 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9544 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9544 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9544 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9545 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9545 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9545 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9545 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9546 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9546 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9546 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9546 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9547 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9547 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9547 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9547 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9547 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9548 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9548 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9548 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9548 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9549 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9549 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9549 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9549 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9550 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9550 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9550 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9550 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9551 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9551 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9551 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_free
    9551 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9552 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9552 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got 
Subject Name
    9552 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetAlgoId
    9552 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9552 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Got Key
    9553 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Parsed 
Past Key
    9553 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DecodeCertExtensions
    9553 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9553 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> 
DecodeExtKeyUsage
    9554 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9554 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9554 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DecodeCrlDist
    9554 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9554 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> 
Certificate Policy extension not supported yet.
    9555 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetAlgoId
    9555 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering GetObjectId()
    9555 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> CA found
    9556 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering ConfirmSignature
    9594 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving ConfirmSignature, return 0
    9594 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Verified 
Peer's cert
    9595 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering X509_set_issuer_name
    9595 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_copy
    9596 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9596 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9596 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9597 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9597 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9597 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9598 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9598 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9598 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9598 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9599 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9599 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9599 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9600 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9600 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9600 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9600 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9601 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9601 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9601 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9601 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9602 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9602 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9602 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9602 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9603 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9603 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9603 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9603 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9604 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9604 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9604 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9605 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9605 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9605 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9605 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9606 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9606 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9606 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9606 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9607 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9607 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9607 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9607 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9608 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9608 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9608 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9608 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9609 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9609 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9609 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9610 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9610 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9610 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9610 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9611 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9611 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9611 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9611 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9612 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9612 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9612 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9612 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9613 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9613 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9613 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9613 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9614 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9614 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9614 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9614 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9615 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9615 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9615 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9615 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9616 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9616 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9616 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9617 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9617 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9617 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9617 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9618 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9618 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9618 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9618 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9619 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9619 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9619 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9619 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9620 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9620 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9620 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9620 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9621 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9621 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9621 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9621 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9622 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9622 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9622 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9622 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9623 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9623 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9623 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9623 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9624 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9624 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9624 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9625 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9625 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9625 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9625 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9626 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9626 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9626 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9626 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9627 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9627 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9627 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9627 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9628 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9628 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9628 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9628 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9629 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9629 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9629 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9629 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9630 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9630 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9630 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9630 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9631 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9631 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9631 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9631 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9632 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9632 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9632 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9633 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9633 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9633 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9633 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9634 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9634 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9634 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9634 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9635 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9635 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9635 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9635 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9636 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9636 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9636 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9636 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9637 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9637 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9637 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9637 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9638 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9638 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9638 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9638 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9639 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9639 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9639 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9640 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9640 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9640 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9640 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9641 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9641 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9641 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9641 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9642 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9642 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9642 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9643 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9643 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9643 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9643 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9644 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9644 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9644 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9645 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9645 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9645 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9645 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9646 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9646 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9646 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9647 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9647 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9647 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9647 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9648 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9648 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9648 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9648 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering X509_set_subject_name
    9649 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_copy
    9649 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9649 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9649 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9650 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9650 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9650 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9650 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9651 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9651 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9651 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9651 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9652 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9652 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9652 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9652 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9653 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9653 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9653 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9654 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9654 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9654 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9654 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9655 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9655 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9655 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9655 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9656 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9656 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9656 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9656 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9657 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9657 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9657 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9657 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9658 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9658 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9658 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9658 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9659 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9659 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9659 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9659 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9660 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9660 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9660 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9660 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9661 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9661 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9661 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9661 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9662 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9662 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9662 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9663 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9663 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9663 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9663 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9664 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9664 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9664 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9664 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9665 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9665 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9665 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9665 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9666 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9666 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9666 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9666 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9667 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9667 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9667 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9667 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9667 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9668 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9668 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9668 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9668 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9669 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9669 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9669 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9669 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9670 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9670 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9670 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9670 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9670 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9671 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9671 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9671 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9671 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9672 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9672 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9672 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9672 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9673 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9673 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9673 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9674 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9674 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9674 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9674 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9674 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9675 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9675 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9675 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_add_entry()
    9675 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9676 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9676 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9676 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type
    9676 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_create_by_NID()
    9677 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9677 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_type_new
    9677 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_new
    9677 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_set
    9678 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9678 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9678 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9678 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9678 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9679 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9679 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9679 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9679 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9680 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9680 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9680 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9680 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9681 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9681 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_length
    9681 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9681 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9682 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9682 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9682 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9682 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9683 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9683 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9683 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9683 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9684 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9684 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9684 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_ENTRY_get_object
    9684 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_OBJ_nid2obj()
    9685 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_data
    9685 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9685 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9685 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9686 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9686 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9686 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9686 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9687 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_get_entry
    9687 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CRYPTO_set_ex_data
    9688 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_STORE_CTX_get_current_cert
    9688 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_STORE_CTX_get_error
    9688 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_STORE_CTX_get_error_depth
    9688 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_get_ex_data_X509_STORE_CTX_idx
    9689 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_STORE_CTX_get_ex_data
    9689 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CTX_get_ex_data
    9689 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_get_subject_name
    9689 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_oneline
    9690 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_get_ex_data
    9690 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_CTX_get_ex_data
    9690 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_get_der
    9690 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_get_ext_d2i
    9690 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> No Alt 
Names set
    9691 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Error 
pushing ASN1_OBJECT or GENERAL_NAME object onto stack or nothing to push.
    9691 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_sk_ASN1_OBJECT_pop_free
    9691 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_sk_ASN1_OBJECT_pop_free
    9691 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Parameter 
error
    9692 PID:30a0002 TID:11d001e EAPOL Service:  EAPOL::status_cb> EAPOL 
remote certificate verification ("success").
    9692 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving ProcessPeerCerts, return 0
    9692 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_free
    9693 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9693 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9693 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9693 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9694 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9694 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9694 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9694 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9695 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9695 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9695 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9695 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9696 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_X509_NAME_free
    9696 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9696 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9697 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9697 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9697 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9697 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9697 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9698 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9698 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Freeing 
ASN1 data
    9698 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_ASN1_STRING_free
    9698 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving DoCertificate, return 0
    9699 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Shrinking 
input buffer

    9699 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving DoHandShakeMsgType(), return 0
    9699 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving DoHandShakeMsg(), return 0
    9699 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> growing 
input buffer

    9700 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> received 
record layer msg
    9700 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> got HANDSHAKE
    9700 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DoHandShakeMsg()
    9700 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DoHandShakeMsgType
    9701 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> processing 
server key exchange
    9701 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DoServerKeyExchange
    9702 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering RsaVerify
    9739 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving RsaVerify, return 83
    9740 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving DoServerKeyExchange, return 0
    9740 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Shrinking 
input buffer

    9740 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving DoHandShakeMsgType(), return 0
    9741 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving DoHandShakeMsg(), return 0
    9741 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> growing 
input buffer

    9742 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> received 
record layer msg
    9742 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> got HANDSHAKE
    9742 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DoHandShakeMsg()
    9742 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DoHandShakeMsgType
    9743 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> processing 
certificate request
    9744 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DoCertificateRequest
    9744 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving DoCertificateRequest, return 0
    9744 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Shrinking 
input buffer

    9745 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving DoHandShakeMsgType(), return 0
    9745 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving DoHandShakeMsg(), return 0
    9745 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> received 
record layer msg
    9745 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> got HANDSHAKE
    9746 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DoHandShakeMsg()
    9746 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering DoHandShakeMsgType
    9746 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> processing 
server hello done
    9746 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving DoHandShakeMsgType(), return 0
    9747 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving DoHandShakeMsg(), return 0
    9747 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> connect 
state: HELLO_AGAIN
    9747 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> connect 
state: HELLO_AGAIN_REPLY
    9747 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> connect 
state: FIRST_REPLY_DONE
    9748 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> connect 
state: FIRST_REPLY_FIRST
    9748 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering SendClientKeyExchange
    9748 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EccMakeKey
    9897 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving EccMakeKey, return 0
    9897 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering EccSharedSecret
   10043 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving EccSharedSecret, return 0
   10043 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> growing 
output buffer

   10044 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Shrinking 
output buffer

   10049 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving SendClientKeyExchange, return 0
   10050 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> sent: 
client key exchange
   10050 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> connect 
state: FIRST_REPLY_SECOND
   10050 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> connect 
state: FIRST_REPLY_THIRD
   10051 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> growing 
output buffer

   10051 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Shrinking 
output buffer

   10052 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> sent: 
change cipher spec
   10052 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> connect 
state: FIRST_REPLY_FOURTH
   10052 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering SendFinished
   10053 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> growing 
output buffer

   10054 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering BuildMessage
   10055 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving BuildMessage, return 0
   10055 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> Shrinking 
output buffer

   10055 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving SendFinished, return 0
   10055 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> sent: finished
   10056 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> connect 
state: FINISHED_DONE
   10056 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
error occurred, error = -323
   10056 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering SSL_get_error
   10057 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Leaving SSL_get_error, return -323
   10057 PID:30a0002 TID:11d001e EAPOL Service:  wolfssl_log> wolfSSL 
Entering wolfSSL_get_version
   11144 PID:30a0002 TID:11d001e EAPOL Service:  EAPOL::status_cb> EAPOL 
completion ("failure").
   11144 PID:30a0002 TID:11d001e EAPOL Service:  EAPOL::port_cb> Port 
NOT authorized.


On 16/06/2021 00:16, Alan DeKok wrote:
> On Jun 14, 2021, at 10:41 PM, Michel Verhagen <mike at guruce.com> wrote:
>> I finally managed to get back to this project. I have now built the FreeRadius 3.0.x branch straight from Git. The server reports:
>>
>> FreeRADIUS Version 3.0.24
>    That's good.
>
>> When I try to authenticate using TLS (using the certificate ca.pem created using ./bootstrap), the FreeRadius server outputs this:
>>
>> (9) Found Auth-Type = eap
>> (9) # Executing group from file
>> /usr/local/etc/raddb/sites-enabled/default
>> (9)   authenticate {
>> (9) eap: Expiring EAP session with state 0xde98ecf7dd9de19b
>> (9) eap: Finished EAP session with state 0xde98ecf7dd9de19b
>> (9) eap: Previous EAP request found for state 0xde98ecf7dd9de19b,
>> released from the list
>> (9) eap: Peer sent packet with method EAP TLS (13)
>> (9) eap: Calling submodule eap_tls to process data
>> (9) eap_tls: (TLS) EAP Done initial handshake
>> (9) eap_tls: (TLS) Handshake state - Server SSLv3/TLS write server done
>> (9) eap_tls: (TLS) send TLS 1.2 Alert, fatal unexpected_message
>> (9) eap_tls: ERROR: (TLS) Alert write:fatal:unexpected_message
>      The "unexpected_message" alert means that OpenSSL says the other end is sending something that it doesn't like.
>
>    So... it would help to get the rest of the debug for this session.
>
>> Do you have any pointers where to look next?
>    FULL debug output.  It's just a waste of time to post anything else.
>
>    Alan DeKok.
>
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html



More information about the Freeradius-Devel mailing list