Deleted Added
full compact
OSSL_STORE_LOADER.pod (1.1.1.4) OSSL_STORE_LOADER.pod (1.1.1.5)
1=pod
2
3=head1 NAME
4
5OSSL_STORE_LOADER,
6OSSL_STORE_LOADER_fetch,
7OSSL_STORE_LOADER_up_ref,
8OSSL_STORE_LOADER_free,

--- 313 unchanged lines hidden (view full) ---

322NULL on error.
323
324OSSL_STORE_LOADER_get0_properties() returns a pointer to a property
325definition string, or NULL on error.
326
327OSSL_STORE_LOADER_is_a() returns 1 if I<loader> was identifiable,
328otherwise 0.
329
1=pod
2
3=head1 NAME
4
5OSSL_STORE_LOADER,
6OSSL_STORE_LOADER_fetch,
7OSSL_STORE_LOADER_up_ref,
8OSSL_STORE_LOADER_free,

--- 313 unchanged lines hidden (view full) ---

322NULL on error.
323
324OSSL_STORE_LOADER_get0_properties() returns a pointer to a property
325definition string, or NULL on error.
326
327OSSL_STORE_LOADER_is_a() returns 1 if I<loader> was identifiable,
328otherwise 0.
329
330OSSL_STORE_LOADER_get0_description() returns a pointer to a decription, or NULL if
330OSSL_STORE_LOADER_get0_description() returns a pointer to a description, or NULL if
331there isn't one.
332
333The functions with the types B<OSSL_STORE_open_fn>,
334B<OSSL_STORE_open_ex_fn>, B<OSSL_STORE_ctrl_fn>,
335B<OSSL_STORE_expect_fn>, B<OSSL_STORE_load_fn>, B<OSSL_STORE_eof_fn>
336and B<OSSL_STORE_close_fn> have the same return values as OSSL_STORE_open(),
337OSSL_STORE_open_ex(), OSSL_STORE_ctrl(), OSSL_STORE_expect(),
338OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close(), respectively.

--- 36 unchanged lines hidden (view full) ---

375OSSL_STORE_LOADER_set_close(), OSSL_STORE_LOADER_free(),
376OSSL_STORE_register_loader(), OSSL_STORE_LOADER_set_error(),
377OSSL_STORE_unregister_loader(), OSSL_STORE_open_fn(), OSSL_STORE_ctrl_fn(),
378OSSL_STORE_load_fn(), OSSL_STORE_eof_fn() and OSSL_STORE_close_fn()
379were added in OpenSSL 1.1.1, and became deprecated in OpenSSL 3.0.
380
381=head1 COPYRIGHT
382
331there isn't one.
332
333The functions with the types B<OSSL_STORE_open_fn>,
334B<OSSL_STORE_open_ex_fn>, B<OSSL_STORE_ctrl_fn>,
335B<OSSL_STORE_expect_fn>, B<OSSL_STORE_load_fn>, B<OSSL_STORE_eof_fn>
336and B<OSSL_STORE_close_fn> have the same return values as OSSL_STORE_open(),
337OSSL_STORE_open_ex(), OSSL_STORE_ctrl(), OSSL_STORE_expect(),
338OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close(), respectively.

--- 36 unchanged lines hidden (view full) ---

375OSSL_STORE_LOADER_set_close(), OSSL_STORE_LOADER_free(),
376OSSL_STORE_register_loader(), OSSL_STORE_LOADER_set_error(),
377OSSL_STORE_unregister_loader(), OSSL_STORE_open_fn(), OSSL_STORE_ctrl_fn(),
378OSSL_STORE_load_fn(), OSSL_STORE_eof_fn() and OSSL_STORE_close_fn()
379were added in OpenSSL 1.1.1, and became deprecated in OpenSSL 3.0.
380
381=head1 COPYRIGHT
382
383Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
383Copyright 2016-2023 The OpenSSL Project Authors. All Rights Reserved.
384
385Licensed under the Apache License 2.0 (the "License"). You may not use
386this file except in compliance with the License. You can obtain a copy
387in the file LICENSE in the source distribution or at
388L<https://www.openssl.org/source/license.html>.
389
390=cut
384
385Licensed under the Apache License 2.0 (the "License"). You may not use
386this file except in compliance with the License. You can obtain a copy
387in the file LICENSE in the source distribution or at
388L<https://www.openssl.org/source/license.html>.
389
390=cut