Lines Matching full:objects
152 all OpenSSL objects are thread-safe.
153 To emphasize: \fImost objects are not safe for simultaneous use\fR.
158 Many objects within OpenSSL are reference-counted, so resources are not
168 Many objects have set and get \s-1API\s0's to set attributes in the object.
180 met and shared objects are not modified.
181 Set methods, or modifying shared objects, are generally not thread-safe
184 Objects are thread-safe
189 \&\fBX509_cmp\fR\|(3) takes pointers to \f(CW\*(C`const\*(C'\fR objects, but the implementation
190 uses a C cast to remove that so it can lock objects, generate and cache
201 The same \s-1API\s0's can usually be used simultaneously on different objects
204 \&\fB\s-1EVP_PKEY_CTX\s0\fR objects.
213 A separate, although related, issue is modifying \*(L"factory\*(R" objects
214 when other objects have been created from that.
216 to create per-connection \fB\s-1SSL\s0\fR objects by calling \fBSSL_new\fR\|(3).
219 other objects.