Home
last modified time | relevance | path

Searched refs:feature (Results 1 – 25 of 28) sorted by relevance

12

/openssl/.github/ISSUE_TEMPLATE/
H A Dfeature_request.md3 labels: 'issue: feature request'
4 about: Propose a feature you would like to see added in the software
9 Thank you for your feature request. If this is your first one,
/openssl/dev/
H A DNEWS-FORMAT.md48 <entry for initial (feature) release of OpenSSL x.y>
67 For a feature release, the following opener paragraph is suggested:
70 OpenSSL x.y.0 is a feature release adding significant new functionality to
108 #### Listing feature additions
110 If there are any feature additions, the following block should be added:
148 The editorial conventions for this block are similar to those for feature
168 The editorial conventions for this block are similar to those for feature
/openssl/doc/man3/
H A DSSL_get_value_uint.pod85 provide control over the feature negotiation process during establishment of a
96 Values in this class do not participate in the feature negotiation process. They
107 requesting during feature negotiation. Such a request will not necessarily be
114 specified feature.
122 peer during feature negotiation. Such a request has not necessarily been
131 actually negotiated based on both local and peer input during feature
134 Attempting to read a value in this class will generally fail if the feature
137 to be used prior to completion of feature negotiation, in which case that value
138 may be returned. If an online (post-handshake) renegotiation of a feature is
163 Negotiated feature value. This configures the desired QUIC idle timeout in
[all …]
H A DSCT_print.pod26 as the CTLOG_STORE parameter to disable this feature.
H A DPEM_bytes_read_bio.pod56 functionality, which includes buffering as a feature; BIO_s_fd() is likely
H A DX509_STORE_CTX_get_error.pod331 =item B<X509_V_ERR_UNSUPPORTED_EXTENSION_FEATURE: unsupported extension feature>
333 Some feature of a certificate extension is not supported. Unused.
369 a garbage extension or some new feature not currently supported.
H A DSSL_CTX_set1_cert_comp_preference.pod38 These functions control the certificate compression feature. Certificate
H A DSSL_CTX_set_tmp_dh_callback.pod62 switches the feature on, and passing a value of 0 switches it off. The default
H A DRSA_set_method.pod165 The behaviour of RSA_flags() is a mis-feature that is left as-is for now
H A DSSL_read_early_data.pod240 protection feature will still be used even if a callback is present unless it
329 applications it is possible to turn off the built-in replay protection feature
H A DSSL_CTX_set_options.pod235 description of the replay protection feature. Anti-replay measures are required
238 functionality is not required. Those applications can turn this feature off by
/openssl/
H A DConfigure1404 foreach my $feature (@{$target{disable}}) {
1405 if (exists $deprecated_disablables{$feature}) {
1407 } elsif (!grep { $feature eq $_ } @disablables) {
1408 die "***** config $target disables unknown feature $feature\n";
1410 $disabled{$feature} = 'config';
1412 foreach my $feature (@{$target{enable}}) {
1413 if ("default" eq ($disabled{$feature} // "")) {
1414 if (exists $deprecated_disablables{$feature}) {
1416 } elsif (!grep { $feature eq $_ } @disablables) {
1417 die "***** config $target enables unknown feature $feature\n";
[all …]
H A DCONTRIBUTING.md12 To request a new feature, ask a question, or report a bug,
15 To submit a patch or implement a new feature, please open a
20 or there may be special reasons why a feature is not implemented.
H A DNOTES-VMS.md30 Please avoid using C RTL feature logical names `DECC$*` when building
H A DNEWS.md28 OpenSSL 3.5.0 is a feature release adding significant new functionality to
47 OpenSSL 3.4.0 is a feature release adding significant new functionality to
107 to save CPU time and use of this feature by the P-256 implementation
141 OpenSSL 3.3.0 is a feature release adding significant new functionality to
287 OpenSSL 3.2.0 is a feature release adding significant new functionality to
340 in a future feature release.
539 * Removed the heartbeat message in DTLS feature.
620 * Revert the DEVRANDOM_WAIT feature for Linux systems
H A DINSTALL.md569 Feature options always come in pairs, an option to enable feature
574 Whether a feature is enabled or disabled by default, depends on the feature.
576 feature `xxxx` is disabled by default then `enable-xxxx` is documented and
577 if feature `xxxx` is enabled by default then `no-xxxx` is documented.
734 This now only enables the `failed-malloc` feature.
857 Note that if this feature is enabled then GOST ciphersuites are only available
/openssl/test/
H A DREADME-dev.md85 # test feature 1
90 # test feature 2
/openssl/doc/man7/
H A Dopenssl-env.pod81 processor capabilities and run time feature enquiry. These environment
H A DEVP_RAND.pod211 The last feature has been added to support the common practice used with
H A Dossl-guide-quic-client-block.pod197 ALPN (Application-Layer Protocol Negotiation) is a feature of TLS that enables
/openssl/external/perl/Text-Template-1.56/
H A DChanges93 - This is a maintenance release. There are no feature changes.
108 - This is a maintenance release. There are no feature changes.
114 - This is a maintenance release. There are no feature changes.
/openssl/doc/internal/man3/
H A Dossl_cmp_mock_srv_new.pod79 A I<bodytype> of -1 can be used to disable this feature, which is the default.
/openssl/crypto/err/
H A Dopenssl.txt1432 SSL_R_FEATURE_NEGOTIATION_NOT_COMPLETE:417:feature negotiation not complete
1433 SSL_R_FEATURE_NOT_RENEGOTIABLE:413:feature not renegotiable
/openssl/Configurations/
H A DREADME.md44 Note: if the same feature is both enabled
/openssl/crypto/des/asm/
H A Ddes_enc.m411 ! cc compiler. The UltraSPARC load/store little endian feature is used.

Completed in 87 milliseconds

12