Searched refs:warning (Results 1 – 23 of 23) sorted by relevance
/openssl-master/doc/man3/ |
A D | SSL_alert_type_string.pod | 38 A warning alert is sent, when a non-fatal error condition occurs. The 39 "close notify" alert is sent as a warning alert. Other examples for 41 "unsupported certificate"), for which a warning alert may be sent. 43 receiving side may cancel the connection on reception of a warning 56 =item "W"/"warning" 74 The connection shall be closed. This is a warning alert. 201 by a close_notify. This message is generally a warning. 215 point. This message is always a warning.
|
A D | SSL_set_fd.pod | 51 compiler warning (conversion from 'SOCKET' to 'int', possible loss of data) when 52 passing the socket handle to SSL_set_*fd(). For the time being, this warning can
|
A D | SSL_CTX_set_tlsext_servername_callback.pod | 54 However, the handshake will continue and send a warning alert instead. The value 57 warning alerts, so if TLSv1.3 has been negotiated then this return value is
|
A D | OSSL_CMP_log_open.pod | 76 level, such that error, warning, info, debug, etc. can be treated differently.
|
A D | CONF_modules_load_file.pod | 80 applications. For example in some cases an error may simply print out a warning
|
A D | SSL_CTX_set_options.pod | 378 server with a B<no_renegotiation> warning alert if TLS v1.0 is used or a fatal
|
/openssl-master/include/internal/ |
A D | ktls.h | 16 # warning "KTLS requires Kernel Headers >= 4.13.0" 17 # warning "Skipping Compilation of KTLS" 208 # warning "KTLS requires Kernel Headers >= 4.17.0 for receiving" 209 # warning "Skipping Compilation of KTLS receive data path"
|
/openssl-master/doc/internal/man3/ |
A D | OSSL_DEPRECATED.pod | 19 deprecated, and will be displayed with the deprecation warning message, 24 with the deprecation warning along with the OpenSSL version number, for
|
A D | ossl_cmp_print_log.pod | 57 ossl_cmp_debug() output a simple alert/error/warning/info/debug message
|
A D | OPTIONS.pod | 91 By declaring the variable as an C<OPTION_CHOICE>, with the right warning
|
/openssl-master/doc/man1/ |
A D | openssl-rehash.pod.in | 69 full SHA-1 fingerprint. A warning will be displayed if a duplicate 72 A warning will also be displayed if there are files that
|
A D | openssl-dhparam.pod.in | 75 displays a warning if not.
|
A D | openssl-verification-options.pod | 629 then the SSL client bit is tolerated as an alternative but a warning is shown.
|
A D | openssl-s_server.pod.in | 449 On servername mismatch send fatal alert (default: warning alert).
|
/openssl-master/external/perl/Text-Template-1.56/ |
A D | Changes | 26 - Fix possible 'Subroutine ... redefined' warning (Github #10) 87 - A spurious warning is no longer emitted when the TYPE parameter to ->new 217 particular, Text::Template no longer generates a warning if you try to
|
/openssl-master/engines/ |
A D | e_afalg.c | 34 # warning "AFALG ENGINE requires Kernel Headers >= 4.1.0" 35 # warning "Skipping Compilation of AFALG engine"
|
/openssl-master/apps/lib/ |
A D | apps.c | 2639 static int warning = 1; in app_tminterval() local 2659 if (usertime && warning) { in app_tminterval() 2662 warning = 0; in app_tminterval() 2695 static int warning = 1; in app_tminterval() local 2697 if (usertime && warning) { in app_tminterval() 2700 warning = 0; in app_tminterval()
|
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_aes_ccm_hw_s390x.inc | 60 /* Suppress 'type-punned pointer dereference' warning. */
|
/openssl-master/test/ |
A D | README.ssltest.md | 72 `close_notify`). Warning alert expectations are not yet supported. (A warning
|
/openssl-master/include/openssl/ |
A D | cmp.h.in | 188 * -- this message contains a warning that a revocation is
|
/openssl-master/Configurations/ |
A D | descrip.mms.tmpl | 1285 # themselves. So we need to silence the warning about multiply defined 1311 @ ! fault or warning. 1314 @ ! or warning, make sure to restore the linking status.
|
/openssl-master/ |
A D | INSTALL.md | 583 is not explicitly specified, `Configure` will print a warning 1675 you can still use `no-threads` to suppress an annoying warning message
|
A D | CHANGES.md | 9116 default is a warning; it becomes fatal with the '-servername_fatal' 9823 default is a warning; it becomes fatal with the '-servername_fatal' 13023 just prints out a warning. New function OCSP_add1_basic_nonce() 15214 look it up. Finally added warning output when duplicate 16596 now gives a warning about a self signed certificate but 17505 are not present in STACK_OF. Now it just produces a warning. sk_set 18595 parameters. This was causing a warning which killed off the Win32 compile.
|
Completed in 80 milliseconds