| 1146 | hashtable<const uchar32, char> certblacklist; |
| 1147 | |
| 1148 | static inline int aktcerttime() { return time(NULL) / (time_t) 60; } // use minutes instead of seconds as timebase, so int will be more than enough |
| 1149 | |
| 1150 | bool cert::parse() // parse orgmsg[] and check the signature |
| 1151 | { |
no outgoing calls
no test coverage detected