Searched refs:exists (Results 1 – 25 of 55) sorted by relevance
123
/openssl/apps/ |
H A D | tsget.in | 135 if (exists $ENV{TSGET}) { 144 if (!exists($options{h}) || (@ARGV == 0 && !exists($options{o})) 145 || (@ARGV > 1 && exists($options{o}))) {
|
/openssl/doc/man3/ |
H A D | SSL_CTX_add_session.pod | 19 the same session id already exists, the old session is removed by calling 28 whether a session with the same session id already exists. In this case
|
H A D | X509V3_get_d2i.pod | 98 not exist. An error is returned if the extension exists. 101 exists. 110 not exist. An error is B<not> returned if the extension exists. 219 and 0 if it fails due to a non-fatal error (extension not found, already exists,
|
H A D | SSL_CTX_has_client_custom_ext.pod | 5 SSL_CTX_has_client_custom_ext - check whether a handler exists for a particular
|
H A D | X509_get_default_cert_file.pod | 24 from a file and no other path is specified. If the file exists, CA certificates 31 specified. If a given directory in the list exists, OpenSSL attempts to lookup
|
H A D | CTLOG_STORE_get0_log_by_id.pod | 29 exists in the given CTLOG_STORE, otherwise it returns NULL.
|
H A D | EVP_PKEY_get_attr.pod | 58 An error occurs if either I<attr> is NULL, or the attribute already exists. 63 to the I<key> object's attribute list. If I<obj> already exists in the attribute
|
H A D | X509_REQ_get_attr.pod | 55 attribute list is NULL or the attribute already exists. 61 will occur. If I<obj> already exists in the attribute list then an error occurs.
|
H A D | SSL_SESSION_has_ticket.pod | 34 SSL_SESSION_has_ticket() returns 1 if session ticket exists or 0 otherwise.
|
H A D | X509_NAME_get_index_by_NID.pod | 46 B<obj>, if no such entry exists -1 is returned. At most B<len> bytes
|
H A D | ASN1_aux_cb.pod | 211 a value exists. 217 I<*exarg> if such a value exists.
|
H A D | X509_ATTRIBUTE.pod | 124 attribute type) already exists in the attribute list. 131 already exists in the attribute list then an error occurs.
|
H A D | OPENSSL_secure_malloc.pod | 83 It exists for consistency with OPENSSL_secure_malloc() , and
|
H A D | OSSL_LIB_CTX.pod | 66 context as required. If the provider already exists due to it being mirrored
|
/openssl/tools/ |
H A D | c_rehash.in | 233 while(exists $hashlist{"$hash.$crlmark$suffix"}) {
|
/openssl/doc/designs/quic-design/ |
H A D | json-encoder.md | 7 The JSON encoder exists to support qlog implementation. There is no intention to
|
/openssl/doc/man1/ |
H A D | CA.pl.pod | 90 If the F<demoCA> directory already exists then the B<-newca> command will not 93 delete the directory if it already exists.
|
/openssl/test/ssl-tests/ |
H A D | 17-renegotiate.cnf.in | 113 # exists, it won't have any real effect here
|
/openssl/doc/man7/ |
H A D | bio.pod | 41 and frequently a utility function exists to create and initialize such BIOs.
|
/openssl/doc/man5/ |
H A D | config.pod | 52 The environment variable B<OPENSSL_CONF_INCLUDE>, if it exists, 83 the value of the B<includedir> pragma, if it exists, is prepended to the 170 If this exists and has a nonzero numeric value, any error suppressing flags 341 exists, it is applied whenever an B<SSL_CTX> object is created. For example,
|
/openssl/apps/include/ |
H A D | apps.h | 233 BIGNUM *load_serial(const char *serialfile, int *exists, int create,
|
/openssl/demos/guide/ |
H A D | README.md | 62 suitable for production use and exists for test purposes only. It will be
|
/openssl/ |
H A D | NOTES-VMS.md | 111 check that this file exists:
|
/openssl/doc/internal/man3/ |
H A D | evp_generic_fetch.pod | 203 * If this method exists in legacy form, with a constant NID for the
|
/openssl/doc/designs/ddd/ |
H A D | REPORT.md | 36 This demo exists to demonstrate the simplest possible usage of OpenSSL, whether 63 This demo exists to demonstrate simple non-blocking usage. As with
|
Completed in 57 milliseconds
123