Home
last modified time | relevance | path

Searched refs:raw (Results 26 – 50 of 51) sorted by relevance

123

/openssl/doc/man1/
H A Dopenssl-s_server.pod.in885 Enable support for sending raw public keys (RFC7250) to the client.
886 A raw public key will be sent by the server, if solicited by the client,
888 Clients that don't support raw public keys or prefer to use X.509
895 Enable support for receiving raw public keys (RFC7250) from the client.
897 support raw public keys may elect to use them.
898 Clients that don't support raw public keys or prefer to use X.509
H A Dopenssl-sess_id.pod.in105 The cipher used this is the actual raw SSL or TLS cipher code, see the SSL
H A Dopenssl-s_client.pod.in855 Enable support for receiving raw public keys (RFC7250) from the server.
857 support raw public keys may elect to use them.
858 Servers that don't support raw public keys or prefer to use X.509
863 Enable support for sending raw public keys (RFC7250) to the server.
864 A raw public key will be sent by the client, if solicited by the server,
H A Dopenssl-pkeyutl.pod.in66 This indicates that the input data is raw data, which is not hashed by any
369 "pure" variants of these algorithms so raw data can be passed directly to them
/openssl/doc/man3/
H A DPEM_read.pod30 type B<name>, any additional B<header> information, and the raw
H A DRSA_padding_add_PKCS1_type_1.pod134 Do not remove the zero-padding from the decrypted raw RSA data
H A DSCT_new.pod120 SCT_set0_signature() or SCT_set1_signature() to set the raw signature value.
H A DEVP_PKEY_ASN1_METHOD.pod358 The set_priv_key() and set_pub_key() methods are used to set the raw private and
H A DOPENSSL_LH_COMPFUNC.pod299 the raw callbacks themselves) or use the macros to declare/implement
H A DSSL_CTX_dane_enable.pod315 printf(bio, "matched the peer raw public key\n");
H A DEVP_PKEY_CTX_ctrl.pod232 parameters for the key and then setting the raw key data to the value explicitly.
/openssl/dev/
H A DNEWS-FORMAT.md12 This makes the file more readable when read in raw form, which will commonly
/openssl/doc/man7/
H A DEVP_PKEY-RSA.pod31 This value must always be set when creating a raw key using L<EVP_PKEY_fromdata(3)>.
H A Dprovider-cipher.pod171 This should call the raw underlying cipher function without any padding.
H A Dprovider-signature.pod516 a raw message, or 0 if it verified a predigested message. A value of 0
H A Dossl-guide-migration.pod214 use of MACs through raw private keys in functionality such as
/openssl/ssl/
H A Dssl_lib.c6845 unsigned char *raw; in ssl_cache_cipherlist() local
6854 raw = OPENSSL_malloc(numciphers * TLS_CIPHER_LEN); in ssl_cache_cipherlist()
6855 s->s3.tmp.ciphers_raw = raw; in ssl_cache_cipherlist()
6856 if (raw == NULL) { in ssl_cache_cipherlist()
6862 raw += TLS_CIPHER_LEN) { in ssl_cache_cipherlist()
6865 && !PACKET_copy_bytes(&sslv2ciphers, raw, in ssl_cache_cipherlist()
/openssl/doc/designs/quic-design/
H A Dglossary.md69 frames. Stores raw frame in a queue so that it can be retransmitted if lost. See
H A Dquic-fifm.md54 - **GCR** (Generic Control Frame Retransmission): The raw bytes of
/openssl/crypto/err/
H A Dopenssl.txt744 EVP_R_GET_RAW_KEY_FAILED:182:get raw key failed
1419 SSL_R_EMPTY_RAW_PUBLIC_KEY:349:empty raw public key
1458 SSL_R_INVALID_RAW_PUBLIC_KEY:350:invalid raw public key
/openssl/Configurations/
H A Dunix-Makefile.tmpl1280 | sort | uniq > deps.raw \
1281 && cat deps.raw \
1286 && cat deps.raw | sed -f deps.sed > deps \
/openssl/include/openssl/
H A Dx509v3.h.in80 /* The following are used for raw extensions */
H A Dssl.h.in283 /* When sending a raw public key in a certificate message */
572 /* Cert pkey valid for raw public key use */
/openssl/test/
H A Dsslapitest.c183 const uint8_t *raw, in compare_hex_encoded_buffer() argument
193 sprintf(hexed, "%02x", raw[i]); in compare_hex_encoded_buffer()
/openssl/providers/fips/
H A Dself_test_data.inc35 /* used to store raw parameters for keys and algorithms */

Completed in 131 milliseconds

123