Searched refs:period (Results 1 – 23 of 23) sorted by relevance
/openssl/crypto/asn1/ |
H A D | a_time.c | 85 const char upper_z = 0x5A, num_zero = 0x30, period = 0x2E, minus = 0x2D, plus = 0x2B; in ossl_asn1_time_to_tm() local 87 const char upper_z = 'Z', num_zero = '0', period = '.', minus = '-', plus = '+'; in ossl_asn1_time_to_tm() local 192 if (d->type == V_ASN1_GENERALIZEDTIME && a[o] == period) { in ossl_asn1_time_to_tm() 495 const char upper_z = 0x5A, period = 0x2E; in ossl_asn1_time_print_ex() local 514 if (tm->length > 15 && v[14] == period) { in ossl_asn1_time_print_ex()
|
/openssl/ |
H A D | .gitattributes | 9 # We generally avoid anything with a name starting with a period.
|
H A D | CHANGES.md | 4669 cause the client to spend an unreasonably long period of time generating a 5070 increased risk during this period of application crashes due to the lack of 6454 cause the client to spend an unreasonably long period of time generating a 14863 we allow thisUpdate and nextUpdate to fall within a certain period of
|
/openssl/doc/designs/quic-design/ |
H A D | demuxer.md | 43 buffered for short period of time (as Initial packet might arrive late)
|
H A D | connection-state-machine.md | 109 an arbitrarily long period until the handshake layer indicates the 127 an arbitrary period of time.
|
H A D | quic-io-arch.md | 90 calls to send(3) or recv(3) may block for some arbitrary period of time, meaning
|
H A D | quic-api.md | 591 operation, the shutdown process may take a period of time up to three times 1452 for a certain period of time so that any further traffic from the peer results
|
/openssl/doc/man3/ |
H A D | X509_ACERT_print_ex.pod | 59 The period of validity between the times returned from X509_ACERT_get0_notBefore()
|
H A D | X509_cmp_time.pod | 28 X509_cmp_timeframe() compares the given time period with the reference time
|
H A D | SSL_handle_events.pod | 63 will be made to the object for a substantial period of time. So long as at least
|
H A D | SSL_shutdown.pod | 81 continue sending data for some period of time before handling the local 305 for a substantial period of time after it is nominally closed. This is necessary 320 This is the default behaviour. The shutdown process may take a period of time up
|
H A D | X509_LOOKUP_hash_dir.pod | 106 period).
|
H A D | X509_STORE_set_verify_cb_func.pod | 145 period or otherwise has the latest expiration date of all matching certificates.
|
H A D | SSL_CTX_set_tlsext_ticket_key_cb.pod | 95 ticket is in a renewal period and should be replaced. The OpenSSL library will
|
H A D | X509_VERIFY_PARAM_set_flags.pod | 330 The B<X509_V_FLAG_NO_CHECK_TIME> flag suppresses checking the validity period
|
/openssl/doc/man1/ |
H A D | openssl-rehash.pod.in | 65 the period, like this: I<HHHHHHHH.>B<r>I<D>.
|
H A D | openssl-verification-options.pod | 47 OpenSSL checks the validity period of such certificates 172 the validity period as specified by the C<notBefore> and C<notAfter> fields 263 This option suppresses checking the validity period of certificates and CRLs
|
H A D | openssl-ca.pod.in | 833 certificate validity period (specified by any of B<-startdate>,
|
H A D | openssl-cmp.pod.in | 339 validity period starts from the current time (as seen by the host).
|
/openssl/doc/man7/ |
H A D | ossl-guide-quic-introduction.pod | 97 leave the QUIC connection idle for a period of time then you will need to
|
H A D | ossl-guide-tls-introduction.pod | 40 (and its predecessor SSL) have been around for a significant period of time and
|
/openssl/doc/man5/ |
H A D | config.pod | 122 leading text that is preceded with a period. For example:
|
/openssl/crypto/objects/ |
H A D | objects.txt | 849 !Cname private-key-usage-period
|
Completed in 111 milliseconds