SERIALIZER: New API for serialization of objects through providers
[oweals/openssl.git] / doc / man7 / provider.pod
index c3405b6f2260143cddce33b83d8f0b71c48e3d58..b6c5e49f50fcb7478fb186b9aee71165a2f94860 100644 (file)
@@ -147,6 +147,14 @@ The number for this operation is B<OSSL_OP_KEYEXCH>.
 The functions the provider can offer are described in
 L<provider-keyexch(7)>
 
+=item Serialization
+
+In the OpenSSL libraries, the corresponding method object is
+B<OSSL_SERIALIZER>.
+The number for this operation is B<OSSL_OP_SERIALIZER>.
+The functions the provider can offer are described in
+L<provider-serializer(7)>
+
 =back
 
 =head2 Fetching algorithms