Home
last modified time | relevance | path

Searched refs:unsupported (Results 1 – 23 of 23) sorted by relevance

/openssl-master/crypto/err/
A Dopenssl.txt121 ASN1_R_UNSUPPORTED_TYPE:196:unsupported type
165 BIO_R_UNSUPPORTED_METHOD:121:unsupported method
268 unsupported protection alg dhbasedmac
367 unsupported key encryption algorithm
371 CMS_R_UNSUPPORTED_TYPE:156:unsupported type
428 unsupported method for creating popo
598 EC_R_UNSUPPORTED_FIELD:131:unsupported field
746 unsupported key derivation function
750 EVP_R_UNSUPPORTED_PRF:125:unsupported prf
983 illegal or unsupported padding mode
[all …]
/openssl-master/engines/
A De_loader_attic.txt19 ATTIC_R_UNSUPPORTED_CONTENT_TYPE:108:unsupported content type
20 ATTIC_R_UNSUPPORTED_SEARCH_TYPE:109:unsupported search type
21 ATTIC_R_URI_AUTHORITY_UNSUPPORTED:110:uri authority unsupported
A De_capi.txt37 CAPI_R_UNSUPPORTED_ALGORITHM_NID:126:unsupported algorithm nid
38 CAPI_R_UNSUPPORTED_PADDING:127:unsupported padding
39 CAPI_R_UNSUPPORTED_PUBLIC_KEY_ALGORITHM:128:unsupported public key algorithm
/openssl-master/crypto/store/
A Dstore_meth.c284 int unsupported = 0; in inner_loader_fetch() local
309 unsupported = 1; in inner_loader_fetch()
343 unsupported = !methdata->flag_construct_error_occurred; in inner_loader_fetch()
347 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_loader_fetch()
349 unsupported in inner_loader_fetch()
/openssl-master/crypto/evp/
A Devp_fetch.c252 int unsupported = 0; in inner_evp_generic_fetch() local
299 unsupported = 1; in inner_evp_generic_fetch()
341 unsupported = !methdata->flag_construct_error_occurred; in inner_evp_generic_fetch()
345 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_evp_generic_fetch()
/openssl-master/crypto/encode_decode/
A Ddecoder_meth.c343 int unsupported = 0; in inner_ossl_decoder_fetch() local
367 unsupported = 1; in inner_ossl_decoder_fetch()
403 unsupported = !methdata->flag_construct_error_occurred; in inner_ossl_decoder_fetch()
407 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_ossl_decoder_fetch()
A Dencoder_meth.c353 int unsupported = 0; in inner_ossl_encoder_fetch() local
377 unsupported = 1; in inner_ossl_encoder_fetch()
412 unsupported = !methdata->flag_construct_error_occurred; in inner_ossl_encoder_fetch()
416 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_ossl_encoder_fetch()
/openssl-master/doc/man3/
A DSSL_alert_type_string.pod41 "unsupported certificate"), for which a warning alert may be sent.
109 =item "UC"/"unsupported certificate"
111 A certificate was of an unsupported type.
A DX509_STORE_CTX_get_error.pod230 =item B<X509_V_ERR_INVALID_PURPOSE: unsupported certificate purpose>
308 unsupported name constraint type>
310 An unsupported name constraint type was encountered. OpenSSL currently only
314 unsupported or invalid name constraint syntax>
368 =item B<X509_V_ERR_UNSUPPORTED_NAME_SYNTAX: unsupported or invalid name syntax>
A DSSL_CTX_dane_enable.pod82 unsupported parameters) were provided.
168 input, such as an unsupported TLSA record certificate usage, selector or
339 result of invalid or unsupported parameters.
346 or unsupported parameters) disable peer authentication by calling
A DSCT_validate.pod60 If the SCT is of an unsupported version (only v1 is currently supported), the
A DX509_get0_signature.pod76 or unsupported format).
A DPKCS12_create.pod30 GCM, CCM, XTS, and OCB are unsupported. I<iter> is the encryption algorithm
A DX509_VERIFY_PARAM_set_flags.pod293 of such a certificate is that disabled or unsupported message digests used for
/openssl-master/test/recipes/30-test_evp_data/
A Devpmd_blake.txt16 # Which is currently unsupported by OpenSSL. They were generated using the
/openssl-master/doc/internal/man3/
A Dossl_cmp_certreq_new.pod75 The I<encryption_recip> is currently unsupported.
/openssl-master/doc/man1/
A Dopenssl-x509.pod.in650 Retain default extension behaviour: attempt to print out unsupported
655 Print an error message for unsupported certificate extensions.
659 ASN1 parse unsupported extensions.
663 Hex dump unsupported extensions.
/openssl-master/include/openssl/
A Dcmp.h.in46 * -- unrecognized or unsupported Algorithm Identifier
A Dct.h.in419 * If the SCT is an unsupported version, only the SCT's 'sct' and 'sct_len'
/openssl-master/doc/man7/
A DEVP_RAND.pod49 You need to integrate a previously unsupported entropy source.
A Dmigration_guide.pod450 For example when setting an unsupported curve with
/openssl-master/doc/man5/
A Dx509v3_config.pod99 If an extension type is unsupported, then the I<arbitrary> extension syntax
/openssl-master/
A DCHANGES.md116 For example when setting an unsupported curve with
3977 * Remove various unsupported platforms:
9187 unsupported fields. Enhance extension setting code to allow setting of
12186 * Test for certificates which contain unsupported critical extensions.
14632 * Avoid coredump with unsupported or invalid public keys by checking if
15137 catch all ASN1_TYPE structure. This allows unsupported

Completed in 217 milliseconds