Home
last modified time | relevance | path

Searched refs:from (Results 101 – 125 of 784) sorted by relevance

12345678910>>...32

/openssl/doc/internal/man7/
H A Ddeprecation.pod22 explicitly removes the symbol from public view.
25 symbols from public view (with the configuration option C<no-deprecated>, or
44 two numbers (such as C<3_0>) from 3.0 and on.
59 The symbol is planned to be removed from public view, but will otherwise
70 from public view, it should be moved to an internal header file, with the
H A DVERSION.pod59 The following items in %config from F<configdata.pm> are affected:
65 These items get their values from B<MAJOR>, B<MINOR>, B<PATCH>, and
85 The minimal version number, a string composed from B<MAJOR>, B<MINOR> and
91 The fully loaded version number, a string composed from $config{version},
/openssl/doc/man3/
H A DPBMAC1_get1_pbkdf2_param.pod16 PBMAC1_get1_pbkdf2_param() retrieves a B<PBKDF2PARAM> structure from an
22 apart from B<PBKDF2> or when passed incorrect parameters and a pointer to
H A DBIO_read.pod24 BIO_read_ex() attempts to read I<dlen> bytes from BIO I<b> and places the data
28 BIO_write_ex() attempts to write I<dlen> bytes from I<data> to BIO I<b>.
32 BIO_read() attempts to read I<len> bytes from BIO I<b> and places
37 from the BIO of maximum length I<size-1>. There are exceptions to this,
45 BIO_get_line() attempts to read from BIO I<b> a line of data up to the next '\n'
53 BIO_write() attempts to write I<len> bytes from I<buf> to BIO I<b>.
H A DBIO_f_buffer.pod30 to the next BIO in the chain. Data read from a buffering BIO comes from
31 an internal buffer which is filled from the next BIO in the chain.
54 result in an internal buffer, from which bytes are given back to the
H A DBN_mod_mul_montgomery.pod17 BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from);
37 BN_MONT_CTX_set() sets up the I<mont> structure from the modulus I<m>
40 BN_MONT_CTX_copy() copies the B<BN_MONT_CTX> I<from> to I<to>.
H A DRSA_meth_new.pod41 int (*RSA_meth_get_pub_enc(const RSA_METHOD *meth))(int flen, const unsigned char *from,
44 int (*pub_enc)(int flen, const unsigned char *from,
49 (int flen, const unsigned char *from,
52 int (*pub_dec)(int flen, const unsigned char *from,
56 int (*RSA_meth_get_priv_enc(const RSA_METHOD *meth))(int flen, const unsigned char *from,
60 int (*priv_enc)(int flen, const unsigned char *from,
63 int (*RSA_meth_get_priv_dec(const RSA_METHOD *meth))(int flen, const unsigned char *from,
67 int (*priv_dec)(int flen, const unsigned char *from,
H A Ds2i_ASN1_IA5STRING.pod15 - convert objects from/to ASN.1/string representation
41 These functions convert OpenSSL objects to and from their ASN.1/string
48 So B<i2s_ASN1_IA5STRING>() converts from internal to string.
H A DPKCS12_SAFEBAG_get1_cert.pod11 PKCS12_SAFEBAG_get0_pkcs8 - Get objects from a PKCS#12 safeBag
50 B<X509_CRL> objects from the item in the safeBag. I<libctx> and I<propq> are used when
58 from a PKCS8shroudedKeyBag or a keyBag.
H A DSSL_CTX_set_ssl_version.pod21 newly created from this B<ctx>. Most of the configuration attached to the
23 which are reset to the default values. SSL objects already created from this
51 SSL object or vice versa, or change a QUIC SSL object from one QUIC method to
H A DEVP_PKEY_CTX_get_algor.pod23 - pass AlgorithmIdentifier and its params to/from algorithm implementations
39 AlgorithmIdentifier from the B<EVP_I<TYPE>> implementation, and populates
47 part of an AlgorithmIdentifier from the B<EVP_I<TYPE>> implementation, and
H A DCTLOG_STORE_new.pod24 logs). The list can be loaded from one or more files and then searched by LogID
34 CTLOG_STORE_load_file(). CTLOG_STORE_load_default_file() loads from the default
37 named B<CTLOG_FILE>. CTLOG_STORE_load_file() loads from a caller-specified file
H A DASN1_TIME_set.pod52 int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from,
124 I<from> and I<to>. If I<to> represents a time later than I<from> then
126 will be positive. If I<to> represents a time earlier than I<from> then
127 one or both of I<*pday> and I<*psec> will be negative. If I<to> and I<from>
131 in a day. If I<from> or I<to> is NULL the current time is used.
158 The B<ASN1_TIME> structure can represent years from 0000 to 9999 but no attempt
159 is made to correct ancient calendar changes (for example from Julian to
171 ASN1_TIME_adj() may change the type from B<ASN1_GENERALIZEDTIME> to
/openssl/crypto/dsa/
H A Ddsa_ameth.c243 static int dsa_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in dsa_copy_parameters() argument
250 if (!ossl_ffc_params_copy(&to->pkey.dsa->params, &from->pkey.dsa->params)) in dsa_copy_parameters()
429 static int dsa_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in dsa_pkey_export_to() argument
433 DSA *dsa = from->pkey.dsa; in dsa_pkey_export_to()
499 static int dsa_pkey_copy(EVP_PKEY *to, EVP_PKEY *from) in dsa_pkey_copy() argument
501 DSA *dsa = from->pkey.dsa; in dsa_pkey_copy()
/openssl/doc/internal/man3/
H A Dossl_rand_get_entropy.pod9 - get seed material from the operating system
38 ossl_rand_get_entropy() retrieves seeding material from the operating system.
45 except that it retrieves the seeding material from the library context's
66 that it retrieves the seeding material from the library context's DRBG
/openssl/fuzz/
H A DREADME.md10 starting from a vanilla+OpenSSH server Ubuntu install.
12 With `clang` from a package manager
79 With `clang` from source/pre-built binaries
82 You may also wish to use a pre-built binary from the [LLVM Download
83 site](http://releases.llvm.org/download.html), or to [build `clang` from
193 from each config to the minimal set.
198 When you have gathered corpus data from more than one fuzzer run
/openssl/dev/release-aux/
H A Dopenssl-announce-release.tmpl14 Specific notes on upgrading to OpenSSL $series from previous versions are
19 OpenSSL $release is available for download via HTTPS and FTP from the
/openssl/crypto/rsa/
H A Drsa_ameth.c793 static int rsa_int_export_to(const EVP_PKEY *from, int rsa_type, in rsa_int_export_to() argument
798 RSA *rsa = from->pkey.rsa; in rsa_int_export_to()
921 static int rsa_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in rsa_pkey_export_to() argument
925 return rsa_int_export_to(from, RSA_FLAG_TYPE_RSA, to_keydata, in rsa_pkey_export_to()
929 static int rsa_pss_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in rsa_pss_pkey_export_to() argument
933 return rsa_int_export_to(from, RSA_FLAG_TYPE_RSASSAPSS, to_keydata, in rsa_pss_pkey_export_to()
947 static int rsa_pkey_copy(EVP_PKEY *to, EVP_PKEY *from) in rsa_pkey_copy() argument
949 RSA *rsa = from->pkey.rsa; in rsa_pkey_copy()
959 ret = EVP_PKEY_assign(to, from->type, dupkey); in rsa_pkey_copy()
/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aria.txt14 Title = ARIA test vectors from RFC5794 (and others)
31 # Additional ARIA mode vectors from http://210.104.33.10/ARIA/doc/ARIA-testvector-e.pdf
149 Title = ARIA GCM test vectors from RFC8269
197 Title = ARIA CCM test vectors from IETF draft-ietf-avtcore-aria-srtp-02
/openssl/doc/man7/
H A Dbio.pod16 details from an application. If an application uses a BIO for its
25 A filter BIO takes data from one BIO and passes it through to
31 if it is being read from.
35 BIO and one or more filter BIOs. Data read from or written to the
/openssl/demos/certs/apps/
H A Dapps.cnf31 # Take CN from environment so it can come from a script.
/openssl/providers/common/der/
H A DDSA.asn19 -- Taken from RFC 3279, 3 ASN.1 Module
24 -- Taken from https://csrc.nist.gov/projects/computer-security-objects-register/algorithm-registrat…
H A DEC.asn19 -- Taken from RFC 3279, 3 ASN.1 Module
66 -- Taken from RFC 5758, 3.2. ECDSA Signature Algorithm
82 -- Taken from https://csrc.nist.gov/projects/computer-security-objects-register/algorithm-registrat…
/openssl/include/openssl/
H A Dcmp.h.in61 * -- the authority indicated in the request is different from the
270 /* from cmp_asn.c */
332 /* from cmp_ctx.c */
450 /* from cmp_status.c */
458 /* from cmp_hdr.c */
465 /* from cmp_msg.c */
478 /* from cmp_vfy.c */
483 /* from cmp_http.c */
489 /* from cmp_server.c */
546 /* from cmp_client.c */
[all …]
/openssl/doc/designs/quic-design/
H A Drx-depacketizer.md30 The RX depacketizer receives a packet from the QUIC Read Record Layer, and
59 be called "from above" using the following function:
69 This uses the `ossl_qrx_read_pkt()` packet reading function from
86 frames and noting those that are ACK eliciting, as determined from
97 Taken from [RFC 9000 12.4 Frames and Frame Types]
159 to be available from the lower 3 bits of the frame type).
166 must at least acknowledge their presence, so much is clear from the RFC.

Completed in 40 milliseconds

12345678910>>...32