Home
last modified time | relevance | path

Searched refs:date (Results 1 – 25 of 35) sorted by relevance

12

/openssl/apps/
H A Dversion.c52 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 Dmkbuildinf.pl17 my $date = gmtime($ENV{'SOURCE_DATE_EPOCH'} // time()) . " UTC";
33 #define DATE "built on: $date"
/openssl/doc/man1/
H A Dopenssl-x509.pod.in57 [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 Dopenssl-ca.pod.in26 [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 Dopenssl-req.pod.in40 [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 Dopenssl-version.pod.in47 The date the current version of OpenSSL was built.
H A Dopenssl-crl.pod.in87 Specify the date output format. Values are: rfc_822 and iso_8601.
/openssl/test/recipes/
H A Dtconversion.pl203 "%b %d %T %Y %Z")->date;
214 "%b %d %T %Y %Z")->date;
/openssl/doc/
H A DREADME.md14 A few how-to documents; not necessarily up-to-date
/openssl/doc/man3/
H A DCMS_add1_recipient_cert.pod21 ASN1_GENERALIZEDTIME *date,
37 values B<date>, B<otherTypeId> and B<otherType> to CMS_ContentInfo enveloped
H A DOpenSSL_version.pod74 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 DX509_CRL_get0_by_serial.pod48 revocation date of I<r>.
54 X509_REVOKED_set_revocationDate() sets the revocation date of I<r> to
H A DX509_get0_notBefore.pod46 non-constant mutable references to the associated date field of
H A DCMS_get0_RecipientInfos.pod77 B<palg>, the B<keyIdentifier> field is written to B<pid>, the B<date> field if
H A DX509_STORE_CTX_get_error.pod153 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 DX509_STORE_set_verify_cb_func.pod145 period or otherwise has the latest expiration date of all matching certificates.
/openssl/.github/workflows/
H A Dstatic-analysis.yml44 --form version="`date -u -I` `git rev-parse --short HEAD`" \
/openssl/crypto/cms/
H A Dcms_local.h212 ASN1_GENERALIZEDTIME *date; member
229 ASN1_GENERALIZEDTIME *date; member
H A Dcms_env.c691 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 Dcms_asn1.c124 ASN1_OPT(CMS_RecipientKeyIdentifier, date, ASN1_GENERALIZEDTIME),
186 ASN1_OPT(CMS_KEKIdentifier, date, ASN1_GENERALIZEDTIME),
H A Dcms_kari.c136 *tm = rid->d.rKeyId->date; in CMS_RecipientEncryptedKey_get0_id()
/openssl/doc/man7/
H A DOSSL_STORE-winstore.pod51 The undocumented capability to override the certificate expiry date
/openssl/
H A DREADME-FIPS.md43 Please read the Security Policy for up to date installation instructions.
H A DREADME.md172 It contains a lot of useful information, not all of which is up-to-date.
H A DLICENSE.txt88 as of the date such litigation is filed.

Completed in 35 milliseconds

12