Home
last modified time | relevance | path

Searched refs:new (Results 76 – 100 of 359) sorted by relevance

12345678910>>...15

/openssl/doc/man3/
H A DHMAC.pod82 HMAC_CTX_new() creates a new HMAC_CTX in heap memory.
85 resources, making it suitable for new computations as if it was newly
131 HMAC_CTX_new() returns a pointer to a new B<HMAC_CTX> on success or
159 HMAC_CTX_new(), HMAC_CTX_free() and HMAC_CTX_get_md() are new in OpenSSL 1.1.0.
H A DEVP_PKEY_get_attr.pod57 to the I<key> attribute list. A new I<key> attribute list is created if required.
60 EVP_PKEY_add1_attr_by_OBJ() creates a new B<X509_ATTRIBUTE> using
61 X509_ATTRIBUTE_set1_object() and X509_ATTRIBUTE_set1_data() to assign a new
H A DOCSP_cert_to_id.pod32 OCSP_cert_to_id() creates and returns a new B<OCSP_CERTID> structure using
36 OCSP_cert_id_new() creates and returns a new B<OCSP_CERTID> using B<dgst> and
H A DBN_bn2bin.pod62 NULL, a new B<BIGNUM> is created. B<s> B<MUST NOT> be NULL.
66 B<ret> is NULL, a new B<BIGNUM> is created.
85 stores it in **B<a>. If *B<a> is NULL, a new B<BIGNUM> is created. If
120 case no new B<BIGNUM> will be created.
H A DDEFINE_STACK_OF.pod109 B<sk_I<TYPE>_new>() allocates a new empty stack using comparison function
113 B<sk_I<TYPE>_new_null>() allocates a new empty stack with no comparison
122 B<sk_I<TYPE>_new_reserve>() allocates a new stack. The new stack will have
152 of range the new element is appended to I<sk>. B<sk_I<TYPE>_insert>() either
153 returns the number of elements in I<sk> after the new element is inserted or
170 element. The new element value is returned or NULL if an error occurred:
203 B<sk_I<TYPE>_deep_copy>() returns a new stack where each element has been
H A DEC_KEY_new.pod71 EVP_EC_gen() generates a new EC key pair on the given I<curve>.
79 A new EC_KEY with no associated curve can be constructed by calling
92 Alternatively a new EC_KEY can be constructed by calling
112 EC_KEY_dup() creates a new EC_KEY object and copies I<ec_key> into it.
120 EC_KEY_generate_key() generates a new public and private key for the supplied
H A DSSL_clear.pod20 SSL_clear is used to prepare an SSL object for a new connection. While all
45 handshake). It only makes sense for a new connection with the exact
H A DPKCS12_newpass.pod18 and B<newpass> is the new password.
47 the result to a new file.
H A DOSSL_ESS_check_signing_certs.pod29 OSSL_ESS_signing_cert_new_init() generates a new B<ESS_SIGNING_CERT> structure
64 return a pointer to the new structure or NULL on malloc failure.
H A DSSL_CTX_set_generate_session_id.pod24 new session ids for SSL/TLS sessions for B<ctx> to be B<cb>.
27 new session ids for SSL/TLS sessions for B<ssl> to be B<cb>.
35 When a new session is established between client and server, the server
/openssl/doc/internal/man3/
H A Dossl_namemap_new.pod41 new B<OSSL_NAMEMAP>.
53 ossl_namemap_add_name() adds a new name to the namemap if it's not already
55 If the given I<number> is zero, a new number will be allocated to
H A Dossl_cmp_hdr_init.pod104 In case ctx->transactionID is NULL, it starts a new transaction
105 by creating and storing a new random valuee with 128 bits length.
109 This starts a new transaction in case ctx->transactionID is NULL.
/openssl/apps/demoSRP/
H A Dsrp_verifier.txt6 # The last value of an 'I' is used as the default group for new users.
/openssl/doc/designs/
H A Dxof.md13 xof = xof.new();
38 A decision has to be made as to whether a new API is required, as well as
57 multiple calls are allowed. This could just be a new gettable flag (having a
77 Keep EVP_DigestFinalXOF() as a one shot function and create a new API to handle
102 Create a completely new type e.g. EVP_XOF_MD to implement XOF digests
/openssl/test/
H A DREADME-dev.md12 Please note that if a test involves a new testing executable, you will need to
96 Whenever a new test involves a new test executable you need to do the
/openssl/
H A Dconfigdata.pm.in138 $tmpl = OpenSSL::Template->new(TYPE => 'FILE',
160 $tmpl = OpenSSL::Template->new(TYPE => 'FILE',
372 my $confquery = OpenSSL::Config::Query->new(info => \%unified_info,
H A DNEWS.md38 This release adds the following new features:
81 This release adds the following new features:
84 RSA-SHA2-256 including new API functions
144 This release adds the following new features:
300 This release adds the following new features:
412 * Performance enhancements and new platform support including new
1545 * Support for new platforms: linux-ia64-ecc.
1579 * Lots of new manuals.
1736 * S/MIME support in new 'smime' command
1803 * First support for new TLSv1 ciphers
[all …]
H A DCHANGES.md818 Added a new PKCS12_SAFEBAG_set0_attr, which allows for a new attr to be
4328 affect new modules.
10811 new API.
12578 migrate to the new functions. Also, the new key-generation API
13918 * Add new functions
14120 the new code.
14872 supported. Add new CRL extensions to V3 code and some new objects.
14942 handle the new API. Currently only ECB, CBC modes supported. Add new
15192 * Fix the PKCS#7 (S/MIME) code to work with new ASN1. Two new
17705 * Change names of new functions to the new get1/get0 naming
[all …]
/openssl/doc/man7/
H A DEVP_PKEY-HMAC.pod57 MAC key generation is unusual in that no new key is actually generated. Instead
58 a new provider side key object is created with the supplied raw key value. This
H A Dossl-guide-migration.pod14 This guide details the changes required to migrate to new versions of OpenSSL.
143 using the new Provider API and avoiding deprecated methods.
184 =head3 Other major new features
205 All new applications should use the new L<EVP_KDF(3)> interface.
217 All new applications should use the new L<EVP_MAC(3)> interface.
651 you need to understand some new concepts introduced in OpenSSL 3.0.
1848 new functions.
2290 of L<provider(7)>s EVP_PKEY_id() or its new equivalent
2307 L<B<openssl kdf>|openssl-kdf(1)> uses the new L<EVP_KDF(3)> API.
2308 L<B<openssl kdf>|openssl-mac(1)> uses the new L<EVP_MAC(3)> API.
[all …]
/openssl/include/internal/
H A Dquic_cc.h86 OSSL_CC_DATA *(*new)(OSSL_TIME (*now_cb)(void *arg), member
/openssl/demos/certs/
H A Dmkcerts.sh62 CN="Test Server DH Cert" opensslcmd req -config ca.cnf -new \
73 CN="Test Client DH Cert" opensslcmd req -config ca.cnf -new \
/openssl/doc/man1/
H A Dopenssl-rehash.pod.in109 This is needed when keeping new and old-style links in the same directory.
113 Generate links for both old-style (MD5) and new-style (SHA1) hashing.
119 Print messages about old links removed and new links created.
H A DCA.pl.pod66 Creates a new self signed certificate. The private key is written to the file
72 Creates a new certificate request. The private key is written to the file
83 Creates a new CA hierarchy for use with the B<ca> program (or the B<-signcert>
110 request to be in the file F<newreq.pem>. The new certificate is written to the
/openssl/demos/guide/
H A DMakefile31 openssl req -x509 -new -key pkey.pem -days 36500 -subj / -out chain.pem

Completed in 141 milliseconds

12345678910>>...15