Richard Levitte 742496f130 SERIALIZER: add functions for serialization to file
These functions are added:

- OSSL_SERIALIZER_to_bio()
- OSSL_SERIALIZER_to_fp() (unless 'no-stdio')

OSSL_SERIALIZER_to_bio() and OSSL_SERIALIZER_to_fp() work as wrapper
functions, and call an internal "do_output" function with the given
serializer context and a BIO to output the serialized result to.

The internal "do_output" function must have intimate knowledge of the
object being output.  This will defined independently with context
creators for specific OpenSSL types.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10394)
2019-11-29 20:55:16 +01:00
..
2019-07-02 14:22:29 +02:00
2019-10-11 15:30:57 +02:00
2019-10-11 15:30:57 +02:00
2019-10-11 15:30:57 +02:00
2019-10-11 15:30:57 +02:00
2019-10-31 14:26:34 +01:00
2019-08-19 00:06:41 +02:00
2019-10-14 22:54:02 +02:00
2019-08-19 07:19:56 +02:00
2019-07-01 10:09:22 +02:00
2019-10-11 15:30:57 +02:00
2019-10-11 15:30:57 +02:00
2019-08-06 11:31:47 +01:00
2019-11-15 17:20:33 +01:00
2019-11-15 17:20:33 +01:00
2019-11-15 17:20:33 +01:00
2019-11-15 17:20:33 +01:00
2019-10-23 08:32:48 +02:00
2019-11-15 17:20:33 +01:00
2019-07-02 14:22:29 +02:00
2019-09-04 10:38:13 +02:00
2019-10-03 10:33:54 +10:00
2019-10-11 15:30:57 +02:00
2019-07-02 14:22:29 +02:00
2019-10-09 17:44:04 +02:00
2019-10-11 15:30:57 +02:00
2019-07-02 14:22:29 +02:00
2019-02-17 23:43:29 +01:00
2019-10-31 14:26:34 +01:00
2019-11-06 19:38:32 +01:00
2019-07-02 14:22:29 +02:00
2019-08-19 00:06:41 +02:00
2019-10-11 15:30:57 +02:00
2019-05-31 12:23:58 +02:00