Lines Matching refs:objects
18 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.
47 Set methods, or modifying shared objects, are generally not thread-safe
55 L<X509_cmp(3)> takes pointers to C<const> objects, but the implementation
56 uses a C cast to remove that so it can lock objects, generate and cache
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)>.
85 other objects.