Current Path: > > usr > local > lib64 > perl5 > Crypt > SSLeay
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
CTX.pm | File | 66 bytes | July 30 2012 11:35:34. | |
Conn.pm | File | 67 bytes | July 30 2012 11:35:34. | |
Err.pm | File | 66 bytes | July 30 2012 11:35:34. | |
MainContext.pm | File | 903 bytes | July 30 2012 11:35:34. | |
Version.pm | File | 2326 bytes | April 22 2014 14:30:40. | |
X509.pm | File | 553 bytes | July 30 2012 11:35:34. |
package Crypt::SSLeay::X509; use strict; sub not_before { my $cert = shift; not_string2time($cert->get_notBeforeString); } sub not_after { my $cert = shift; not_string2time($cert->get_notAfterString); } sub not_string2time { my $string = shift; # $string has the form 021019235959Z my($year, $month, $day, $hour, $minute, $second, $GMT)= $string=~m/(\d\d)(\d\d)(\d\d)(\d\d)(\d\d)(\d\d)(Z)?/; $year += 2000; my $time="$year-$month-$day $hour:$minute:$second"; $time .= " GMT" if $GMT; $time; } 1;
SILENT KILLER Tool