/openssl/apps/ |
H A D | version.c | 52 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; in version_main() local 73 dirty = date = 1; in version_main() 108 seed = options = cflags = version = date = platform in version_main() 125 if (date) in version_main()
|
/openssl/util/ |
H A D | mkbuildinf.pl | 17 my $date = gmtime($ENV{'SOURCE_DATE_EPOCH'} // time()) . " UTC"; 33 #define DATE "built on: $date"
|
/openssl/doc/man1/ |
H A D | openssl-x509.pod.in | 57 [B<-not_before> I<date>] 58 [B<-not_after> I<date>] 186 it sets the validity start date to the current time 187 and the end date to a value determined by the B<-days> option. 188 Start date and end date can also be explicitly supplied with options 228 Specify the date output format. Values are: rfc_822 and iso_8601. 262 Prints out the start date of the certificate, that is the notBefore date. 266 Prints out the expiry date of the certificate, that is the notAfter date. 383 =item B<-not_before> I<date> 386 date is YYMMDDHHMMSSZ (the same as an ASN1 UTCTime structure), or [all …]
|
H A D | openssl-ca.pod.in | 26 [B<-crl_lastupdate> I<date>] 27 [B<-crl_nextupdate> I<date>] 32 [B<-startdate> I<date>] 33 [B<-not_before> I<date>] 34 [B<-enddate> I<date>] 35 [B<-not_after> I<date>] 229 Specify the date output format. Values are: rfc_822 and iso_8601. 232 =item B<-startdate> I<date>, B<-not_before> I<date> 240 =item B<-enddate> I<date>, B<-not_after> I<date> 257 expiry date takes precedence. [all …]
|
H A D | openssl-req.pod.in | 40 [B<-not_before> I<date>] 41 [B<-not_after> I<date>] 339 =item B<-not_before> I<date> 341 When B<-x509> is in use this allows the start date to be explicitly set, 342 otherwise it is ignored. The format of I<date> is YYMMDDHHMMSSZ (the 348 =item B<-not_after> I<date> 350 When B<-x509> is in use this allows the expiry date to be explicitly 351 set, otherwise it is ignored. The format of I<date> is YYMMDDHHMMSSZ 368 date takes precedence.
|
H A D | openssl-version.pod.in | 47 The date the current version of OpenSSL was built.
|
H A D | openssl-crl.pod.in | 87 Specify the date output format. Values are: rfc_822 and iso_8601.
|
/openssl/test/recipes/ |
H A D | tconversion.pl | 203 "%b %d %T %Y %Z")->date; 214 "%b %d %T %Y %Z")->date;
|
/openssl/doc/ |
H A D | README.md | 14 A few how-to documents; not necessarily up-to-date
|
/openssl/doc/man3/ |
H A D | CMS_add1_recipient_cert.pod | 21 ASN1_GENERALIZEDTIME *date, 37 values B<date>, B<otherTypeId> and B<otherType> to CMS_ContentInfo enveloped
|
H A D | OpenSSL_version.pod | 74 date. 131 The date of the build process in the form C<built on: ...> if available 132 or C<built on: date not available> otherwise. 133 The date would not be available in a reproducible build, for example.
|
H A D | X509_CRL_get0_by_serial.pod | 48 revocation date of I<r>. 54 X509_REVOKED_set_revocationDate() sets the revocation date of I<r> to
|
H A D | X509_get0_notBefore.pod | 46 non-constant mutable references to the associated date field of
|
H A D | CMS_get0_RecipientInfos.pod | 77 B<palg>, the B<keyIdentifier> field is written to B<pid>, the B<date> field if
|
H A D | X509_STORE_CTX_get_error.pod | 153 The certificate is not yet valid: the C<notBefore> date is after the 158 The certificate has expired: that is the C<notAfter> date is before the
|
H A D | X509_STORE_set_verify_cb_func.pod | 145 period or otherwise has the latest expiration date of all matching certificates.
|
/openssl/.github/workflows/ |
H A D | static-analysis.yml | 44 --form version="`date -u -I` `git rev-parse --short HEAD`" \
|
/openssl/crypto/cms/ |
H A D | cms_local.h | 212 ASN1_GENERALIZEDTIME *date; member 229 ASN1_GENERALIZEDTIME *date; member
|
H A D | cms_env.c | 691 ASN1_GENERALIZEDTIME *date, in CMS_add0_recipient_key() argument 775 kekri->kekid->date = date; in CMS_add0_recipient_key() 810 *pdate = rkid->date; in CMS_RecipientInfo_kekri_get0_id()
|
H A D | cms_asn1.c | 124 ASN1_OPT(CMS_RecipientKeyIdentifier, date, ASN1_GENERALIZEDTIME), 186 ASN1_OPT(CMS_KEKIdentifier, date, ASN1_GENERALIZEDTIME),
|
H A D | cms_kari.c | 136 *tm = rid->d.rKeyId->date; in CMS_RecipientEncryptedKey_get0_id()
|
/openssl/doc/man7/ |
H A D | OSSL_STORE-winstore.pod | 51 The undocumented capability to override the certificate expiry date
|
/openssl/ |
H A D | README-FIPS.md | 43 Please read the Security Policy for up to date installation instructions.
|
H A D | README.md | 172 It contains a lot of useful information, not all of which is up-to-date.
|
H A D | LICENSE.txt | 88 as of the date such litigation is filed.
|