Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 25 of 125) sorted by relevance

12345

/openssl-master/doc/man3/
A DX509_cmp.pod24 This set of functions are used to compare X509 objects, including X509
25 certificates, X509 CRL objects and various values in an X509 certificate.
27 The X509_cmp() function compares two B<X509> objects indicated by parameters
29 values of two B<X509> objects and the canonical (DER) encoding values.
31 The X509_NAME_cmp() function compares two B<X509_NAME> objects indicated by
33 canonical (DER) encoding values of the two objects using L<i2d_X509_NAME(3)>.
41 values in the given B<X509> objects I<a> and I<b>.
45 issuer names and subject names of the X<509> objects, or issuers of B<X509_CRL>
46 objects, respectively.
48 The X509_CRL_match() function compares two B<X509_CRL> objects. Unlike the
[all …]
A DSSL_SESSION_free.pod37 SSL_SESSION objects are allocated, when a TLS/SSL handshake operation
40 the SSL_SESSION objects are internally referenced by the SSL_CTX and
41 linked into its session cache. SSL objects may be using the SSL_SESSION object;
42 as a session may be reused, several SSL objects may be using one SSL_SESSION
52 SSL_SESSION_free() must only be called for SSL_SESSION objects, for
57 It must not be called on other SSL_SESSION objects, as this would cause
A DPEM_X509_INFO_read_bio_ex.pod6 - read PEM-encoded data structures into one or more B<X509_INFO> objects
25 PEM_X509_INFO_read_ex() loads the B<X509_INFO> objects from a file I<fp>.
27 PEM_X509_INFO_read_bio_ex() loads the B<X509_INFO> objects using a bio I<bp>.
29 Each of the loaded B<X509_INFO> objects can contain a CRL, a certificate,
49 a stack of B<X509_INFO> objects or NULL on failure.
A DOBJ_nid2obj.pod13 #include <openssl/objects.h>
105 OBJ_cleanup() releases any resources allocated by creating new objects.
110 identifier (NID) associated with them. A standard set of objects is
112 in the header file B<objects.h>.
120 New objects can be added by calling OBJ_create().
122 Table objects have certain advantages over other objects: for example
133 Some objects are used to represent algorithms which do not have a
A DX509_LOOKUP_hash_dir.pod43 file into memory cache of B<X509_STORE> objects which given B<ctx>
49 or CRL object (while PEM can contain several concatenated PEM objects)
58 Functions return number of objects loaded from file or 0 in case of
99 more objects with the same hash beyond the first missing number in the
126 objects (that behave like directories).
139 the number of loaded objects or 0 on error.
A DOSSL_STORE_INFO.pod17 - Functions to manipulate OSSL_STORE_INFO objects
60 supported objects from B<OSSL_STORE_INFO> objects and for scheme specific
66 the objects that have been retrieved by OSSL_STORE_load() and similar functions.
111 Additionally, for B<OSSL_STORE_INFO_NAME> objects,
143 used by the application to get the objects in that file.
153 for the storage where the object (or collection of objects) resides.
A DOSSL_STORE_expect.pod24 By default, no expectations on the types of objects to be loaded are made.
28 For example, if C<file:/foo/bar/store.pem> contains several objects of different
33 grained search of objects.
A DSSL_CTX_ctrl.pod5 …allback_ctrl, SSL_ctrl, SSL_callback_ctrl - internal handling functions for SSL_CTX and SSL objects
20 the SSL_CTX and SSL objects. Depending on the command B<cmd> the arguments
A Dd2i_SSL_SESSION.pod20 SSL_SESSION objects keep internal link information about the session cache
23 only be used with one SSL_CTX object (and the SSL objects created
A DSSL_CTX_set_tlsext_use_srtp.pod33 SSL_CTX_set_tlsext_use_srtp() to set its use for all SSL objects subsequently
69 of SRTP_PROTECTION_PROFILE objects. The memory pointed to in the return value of
92 SSL_get_srtp_profiles() returns a stack of SRTP_PROTECTION_PROFILE objects on
A DSSL_set_session.pod32 SSL_SESSION objects keep internal link information about the session cache
35 only be used with one SSL_CTX object (and the SSL objects created
A DSSL_CTX_set_ssl_version.pod18 SSL_CTX_set_ssl_version() sets a new default TLS/SSL B<method> for SSL objects
21 which are reset to the default values. SSL objects already created from this
A DPKCS12_SAFEBAG_get1_cert.pod10 PKCS12_SAFEBAG_get0_pkcs8 - Get objects from a PKCS#12 safeBag
45 B<X509_CRL> objects from the item in the safeBag.
A DX509_STORE_add_cert.pod75 OpenSSL represents these trusted certificates internally as B<X509> objects
79 operate on pointers to B<X509> objects, though.
82 to the B<X509_STORE>'s local storage. Untrusted objects should not be
96 B<X509_LOOKUP> functions can look up objects in that store.
A DOSSL_STORE_open.pod9 - Types and functions to read objects from a URI
44 These functions help the application to fetch supported objects (see
112 Note that it may still be meaningful to try and load more objects, unless
136 relevant for PKCS#12 objects.
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
A DX509_digest.pod12 - get digest of various objects
60 of their entire I<data> objects.
/openssl-master/doc/man7/
A Dopenssl-threads.pod18 all OpenSSL objects are thread-safe.
19 To emphasize: I<most objects are not safe for simultaneous use>.
24 Many objects within OpenSSL are reference-counted, so resources are not
34 Many objects have set and get API's to set attributes in the object.
46 met and shared objects are not modified.
67 The same API's can usually be used simultaneously on different objects
70 B<EVP_PKEY_CTX> objects.
79 A separate, although related, issue is modifying "factory" objects
80 when other objects have been created from that.
82 to create per-connection B<SSL> objects by calling L<SSL_new(3)>.
[all …]
A Dpassphrase-encoding.pod21 and stick to that throughout the lifetime of affected objects.
81 L<ossl_store(7)> acts as a general interface to access all kinds of objects,
105 This is particularly relevant for PKCS#12 objects, where human readable pass
107 For other objects, it's as legitimate to use any byte sequence (such as a
112 =head2 Creating new objects
114 For creating new pass phrase protected objects, make sure the pass phrase is
122 =head2 Opening existing objects
124 For opening pass phrase protected objects where you know what character
128 For opening pass phrase protected objects where the character encoding that was
A Dossl_store.pod18 objects from a repository of any kind, addressable as a filename or
25 The retrieved objects are returned as a wrapper type B<OSSL_STORE_INFO>,
A Dprovider-storemgmt.pod36 of objects from a container indicated by URI. These objects are given
102 OSSL_FUNC_store_eof() indicates if the end of the set of objects from the
163 Type of the input format as a hint to use when decoding the objects in the
A Dprovider-object.pod17 values that can be used to pass provider-native objects to OpenSSL library
54 objects.
152 =for comment For objects with an unknown object type (OSSL_OBJECT_PARAM_TYPE
173 For objects with the object type B<OSSL_OBJECT_NAME>, that object type
/openssl-master/crypto/objects/
A DREADME.md1 objects.txt syntax
4 To cover all the naming hacks that were previously in `objects.h` needed some
5 kind of hacks in `objects.txt`.
/openssl-master/providers/common/der/
A DNIST.asn12 -- Taken from https://csrc.nist.gov/projects/computer-security-objects-register/algorithm-registrat…
/openssl-master/util/
A Dfix-includes.sed2 …_INCLUDE_PROLOGUE.H|dso_conf.h|dso_conf.h|engine.h|lhash.h|md32_common.h|objects.h|poly1305.h|sha.…

Completed in 23 milliseconds

12345