| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | =pod | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | =head1 NAME | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | OSSL_STORE_LOADER, | 
					
						
							|  |  |  | OSSL_STORE_LOADER_fetch, | 
					
						
							|  |  |  | OSSL_STORE_LOADER_up_ref, | 
					
						
							|  |  |  | OSSL_STORE_LOADER_free, | 
					
						
							| 
									
										
										
											
												Rename all getters to use get/get0 in name
For functions that exist in 1.1.1 provide a simple aliases via #define.
Fixes #15236
Functions with OSSL_DECODER_, OSSL_ENCODER_, OSSL_STORE_LOADER_,
EVP_KEYEXCH_, EVP_KEM_, EVP_ASYM_CIPHER_, EVP_SIGNATURE_,
EVP_KEYMGMT_, EVP_RAND_, EVP_MAC_, EVP_KDF_, EVP_PKEY_,
EVP_MD_, and EVP_CIPHER_ prefixes are renamed.
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15405)
											
										 
											2021-05-21 22:58:08 +08:00
										 |  |  | OSSL_STORE_LOADER_get0_provider, | 
					
						
							|  |  |  | OSSL_STORE_LOADER_get0_properties, | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | OSSL_STORE_LOADER_is_a, | 
					
						
							| 
									
										
										
											
												Rename all getters to use get/get0 in name
For functions that exist in 1.1.1 provide a simple aliases via #define.
Fixes #15236
Functions with OSSL_DECODER_, OSSL_ENCODER_, OSSL_STORE_LOADER_,
EVP_KEYEXCH_, EVP_KEM_, EVP_ASYM_CIPHER_, EVP_SIGNATURE_,
EVP_KEYMGMT_, EVP_RAND_, EVP_MAC_, EVP_KDF_, EVP_PKEY_,
EVP_MD_, and EVP_CIPHER_ prefixes are renamed.
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15405)
											
										 
											2021-05-21 22:58:08 +08:00
										 |  |  | OSSL_STORE_LOADER_get0_description, | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | OSSL_STORE_LOADER_do_all_provided, | 
					
						
							|  |  |  | OSSL_STORE_LOADER_names_do_all, | 
					
						
							|  |  |  | OSSL_STORE_LOADER_CTX, OSSL_STORE_LOADER_new, | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | OSSL_STORE_LOADER_get0_engine, OSSL_STORE_LOADER_get0_scheme, | 
					
						
							| 
									
										
										
										
											2020-09-24 17:42:23 +08:00
										 |  |  | OSSL_STORE_LOADER_set_open, OSSL_STORE_LOADER_set_open_ex, | 
					
						
							| 
									
										
										
										
											2020-07-26 15:21:29 +08:00
										 |  |  | OSSL_STORE_LOADER_set_attach, OSSL_STORE_LOADER_set_ctrl, | 
					
						
							|  |  |  | OSSL_STORE_LOADER_set_expect, OSSL_STORE_LOADER_set_find, | 
					
						
							|  |  |  | OSSL_STORE_LOADER_set_load, OSSL_STORE_LOADER_set_eof, | 
					
						
							|  |  |  | OSSL_STORE_LOADER_set_error, OSSL_STORE_LOADER_set_close, | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | OSSL_STORE_register_loader, OSSL_STORE_unregister_loader, | 
					
						
							| 
									
										
										
										
											2020-09-24 17:42:23 +08:00
										 |  |  | OSSL_STORE_open_fn, OSSL_STORE_open_ex_fn, | 
					
						
							| 
									
										
										
										
											2020-07-26 15:21:29 +08:00
										 |  |  | OSSL_STORE_attach_fn, OSSL_STORE_ctrl_fn, | 
					
						
							| 
									
										
										
										
											2017-07-06 01:17:40 +08:00
										 |  |  | OSSL_STORE_expect_fn, OSSL_STORE_find_fn, | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | OSSL_STORE_load_fn, OSSL_STORE_eof_fn, OSSL_STORE_error_fn, | 
					
						
							|  |  |  | OSSL_STORE_close_fn - Types and functions to manipulate, register and | 
					
						
							|  |  |  | unregister STORE loaders for different URI schemes | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | =head1 SYNOPSIS | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |  #include <openssl/store.h> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |  typedef struct ossl_store_loader_st OSSL_STORE_LOADER; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-10 13:25:56 +08:00
										 |  |  |  OSSL_STORE_LOADER *OSSL_STORE_LOADER_fetch(OSSL_LIB_CTX *libctx, | 
					
						
							|  |  |  |                                             const char *scheme, | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  |                                             const char *properties); | 
					
						
							|  |  |  |  int OSSL_STORE_LOADER_up_ref(OSSL_STORE_LOADER *loader); | 
					
						
							|  |  |  |  void OSSL_STORE_LOADER_free(OSSL_STORE_LOADER *loader); | 
					
						
							| 
									
										
										
											
												Rename all getters to use get/get0 in name
For functions that exist in 1.1.1 provide a simple aliases via #define.
Fixes #15236
Functions with OSSL_DECODER_, OSSL_ENCODER_, OSSL_STORE_LOADER_,
EVP_KEYEXCH_, EVP_KEM_, EVP_ASYM_CIPHER_, EVP_SIGNATURE_,
EVP_KEYMGMT_, EVP_RAND_, EVP_MAC_, EVP_KDF_, EVP_PKEY_,
EVP_MD_, and EVP_CIPHER_ prefixes are renamed.
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15405)
											
										 
											2021-05-21 22:58:08 +08:00
										 |  |  |  const OSSL_PROVIDER *OSSL_STORE_LOADER_get0_provider(const OSSL_STORE_LOADER * | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  |                                                  loader); | 
					
						
							| 
									
										
										
											
												Rename all getters to use get/get0 in name
For functions that exist in 1.1.1 provide a simple aliases via #define.
Fixes #15236
Functions with OSSL_DECODER_, OSSL_ENCODER_, OSSL_STORE_LOADER_,
EVP_KEYEXCH_, EVP_KEM_, EVP_ASYM_CIPHER_, EVP_SIGNATURE_,
EVP_KEYMGMT_, EVP_RAND_, EVP_MAC_, EVP_KDF_, EVP_PKEY_,
EVP_MD_, and EVP_CIPHER_ prefixes are renamed.
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15405)
											
										 
											2021-05-21 22:58:08 +08:00
										 |  |  |  const char *OSSL_STORE_LOADER_get0_properties(const OSSL_STORE_LOADER *loader); | 
					
						
							|  |  |  |  const char *OSSL_STORE_LOADER_get0_description(const OSSL_STORE_LOADER *loader); | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  |  int OSSL_STORE_LOADER_is_a(const OSSL_STORE_LOADER *loader, | 
					
						
							|  |  |  |                             const char *scheme); | 
					
						
							| 
									
										
										
										
											2020-10-15 17:55:50 +08:00
										 |  |  |  void OSSL_STORE_LOADER_do_all_provided(OSSL_LIB_CTX *libctx, | 
					
						
							| 
									
										
										
										
											2021-09-03 14:40:17 +08:00
										 |  |  |                                         void (*user_fn)(OSSL_STORE_LOADER *loader, | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  |                                                    void *arg), | 
					
						
							| 
									
										
										
										
											2021-09-03 14:40:17 +08:00
										 |  |  |                                         void *user_arg); | 
					
						
							| 
									
										
										
										
											2021-02-20 01:03:43 +08:00
										 |  |  |  int OSSL_STORE_LOADER_names_do_all(const OSSL_STORE_LOADER *loader, | 
					
						
							|  |  |  |                                     void (*fn)(const char *name, void *data), | 
					
						
							|  |  |  |                                     void *data); | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-02 19:33:49 +08:00
										 |  |  | The following functions have been deprecated since OpenSSL 3.0, and can be | 
					
						
							|  |  |  | hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value, | 
					
						
							|  |  |  | see L<openssl_user_macros(7)>: | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  |  OSSL_STORE_LOADER *OSSL_STORE_LOADER_new(ENGINE *e, const char *scheme); | 
					
						
							|  |  |  |  const ENGINE *OSSL_STORE_LOADER_get0_engine(const OSSL_STORE_LOADER | 
					
						
							|  |  |  |                                              *store_loader); | 
					
						
							|  |  |  |  const char *OSSL_STORE_LOADER_get0_scheme(const OSSL_STORE_LOADER | 
					
						
							|  |  |  |                                            *store_loader); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |  /* struct ossl_store_loader_ctx_st is defined differently by each loader */ | 
					
						
							|  |  |  |  typedef struct ossl_store_loader_ctx_st OSSL_STORE_LOADER_CTX; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-24 20:53:27 +08:00
										 |  |  |  typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_open_fn)( | 
					
						
							|  |  |  |      const char *uri, const UI_METHOD *ui_method, void *ui_data); | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  |  int OSSL_STORE_LOADER_set_open(OSSL_STORE_LOADER *store_loader, | 
					
						
							|  |  |  |                                 OSSL_STORE_open_fn store_open_function); | 
					
						
							| 
									
										
										
										
											2020-09-24 17:42:23 +08:00
										 |  |  |  typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_open_ex_fn)( | 
					
						
							| 
									
										
										
										
											2020-07-26 15:21:29 +08:00
										 |  |  |      const char *uri, const UI_METHOD *ui_method, void *ui_data); | 
					
						
							| 
									
										
										
										
											2020-09-24 17:42:23 +08:00
										 |  |  |  int OSSL_STORE_LOADER_set_open_ex | 
					
						
							| 
									
										
										
										
											2020-07-26 15:21:29 +08:00
										 |  |  |      (OSSL_STORE_LOADER *store_loader, | 
					
						
							| 
									
										
										
										
											2020-09-24 17:42:23 +08:00
										 |  |  |       OSSL_STORE_open_ex_fn store_open_ex_function); | 
					
						
							| 
									
										
										
										
											2020-07-24 20:53:27 +08:00
										 |  |  |  typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_attach_fn) | 
					
						
							|  |  |  |      (const OSSL_STORE_LOADER *loader, BIO *bio, | 
					
						
							| 
									
										
										
										
											2020-10-15 17:55:50 +08:00
										 |  |  |       OSSL_LIB_CTX *libctx, const char *propq, | 
					
						
							| 
									
										
										
										
											2020-07-24 20:53:27 +08:00
										 |  |  |       const UI_METHOD *ui_method, void *ui_data); | 
					
						
							| 
									
										
										
										
											2018-10-12 22:46:41 +08:00
										 |  |  |  int OSSL_STORE_LOADER_set_attach(OSSL_STORE_LOADER *loader, | 
					
						
							|  |  |  |                                   OSSL_STORE_attach_fn attach_function); | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  |  typedef int (*OSSL_STORE_ctrl_fn)(OSSL_STORE_LOADER_CTX *ctx, int cmd, | 
					
						
							|  |  |  |                                    va_list args); | 
					
						
							|  |  |  |  int OSSL_STORE_LOADER_set_ctrl(OSSL_STORE_LOADER *store_loader, | 
					
						
							|  |  |  |                                 OSSL_STORE_ctrl_fn store_ctrl_function); | 
					
						
							| 
									
										
										
										
											2017-07-05 22:15:48 +08:00
										 |  |  |  typedef int (*OSSL_STORE_expect_fn)(OSSL_STORE_LOADER_CTX *ctx, int expected); | 
					
						
							|  |  |  |  int OSSL_STORE_LOADER_set_expect(OSSL_STORE_LOADER *loader, | 
					
						
							|  |  |  |                                   OSSL_STORE_expect_fn expect_function); | 
					
						
							| 
									
										
										
										
											2017-07-06 01:17:40 +08:00
										 |  |  |  typedef int (*OSSL_STORE_find_fn)(OSSL_STORE_LOADER_CTX *ctx, | 
					
						
							|  |  |  |                                    OSSL_STORE_SEARCH *criteria); | 
					
						
							|  |  |  |  int OSSL_STORE_LOADER_set_find(OSSL_STORE_LOADER *loader, | 
					
						
							|  |  |  |                                 OSSL_STORE_find_fn find_function); | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  |  typedef OSSL_STORE_INFO *(*OSSL_STORE_load_fn)(OSSL_STORE_LOADER_CTX *ctx, | 
					
						
							|  |  |  |                                                 UI_METHOD *ui_method, | 
					
						
							|  |  |  |                                                 void *ui_data); | 
					
						
							|  |  |  |  int OSSL_STORE_LOADER_set_load(OSSL_STORE_LOADER *store_loader, | 
					
						
							|  |  |  |                                 OSSL_STORE_load_fn store_load_function); | 
					
						
							|  |  |  |  typedef int (*OSSL_STORE_eof_fn)(OSSL_STORE_LOADER_CTX *ctx); | 
					
						
							|  |  |  |  int OSSL_STORE_LOADER_set_eof(OSSL_STORE_LOADER *store_loader, | 
					
						
							|  |  |  |                                OSSL_STORE_eof_fn store_eof_function); | 
					
						
							|  |  |  |  typedef int (*OSSL_STORE_error_fn)(OSSL_STORE_LOADER_CTX *ctx); | 
					
						
							|  |  |  |  int OSSL_STORE_LOADER_set_error(OSSL_STORE_LOADER *store_loader, | 
					
						
							|  |  |  |                                  OSSL_STORE_error_fn store_error_function); | 
					
						
							|  |  |  |  typedef int (*OSSL_STORE_close_fn)(OSSL_STORE_LOADER_CTX *ctx); | 
					
						
							|  |  |  |  int OSSL_STORE_LOADER_set_close(OSSL_STORE_LOADER *store_loader, | 
					
						
							|  |  |  |                                  OSSL_STORE_close_fn store_close_function); | 
					
						
							| 
									
										
										
										
											2017-07-26 20:58:58 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  |  int OSSL_STORE_register_loader(OSSL_STORE_LOADER *loader); | 
					
						
							|  |  |  |  OSSL_STORE_LOADER *OSSL_STORE_unregister_loader(const char *scheme); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | =head1 DESCRIPTION | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | B<OSSL_STORE_LOADER> is a method for OSSL_STORE loaders, which implement | 
					
						
							| 
									
										
										
										
											2020-09-24 17:42:23 +08:00
										 |  |  | OSSL_STORE_open(), OSSL_STORE_open_ex(), OSSL_STORE_load(), | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | OSSL_STORE_eof(), OSSL_STORE_error() and OSSL_STORE_close() for specific | 
					
						
							|  |  |  | storage schemes. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | OSSL_STORE_LOADER_fetch() looks for an implementation for a storage | 
					
						
							| 
									
										
										
										
											2020-10-15 17:55:50 +08:00
										 |  |  | I<scheme> within the providers that has been loaded into the B<OSSL_LIB_CTX> | 
					
						
							| 
									
										
										
										
											2021-06-10 13:25:56 +08:00
										 |  |  | given by I<libctx>, and with the properties given by I<properties>. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | OSSL_STORE_LOADER_up_ref() increments the reference count for the given | 
					
						
							|  |  |  | I<loader>. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | OSSL_STORE_LOADER_free() decrements the reference count for the given | 
					
						
							|  |  |  | I<loader>, and when the count reaches zero, frees it. | 
					
						
							| 
									
										
										
										
											2024-06-25 17:58:49 +08:00
										 |  |  | If the argument is NULL, nothing is done. | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
											
												Rename all getters to use get/get0 in name
For functions that exist in 1.1.1 provide a simple aliases via #define.
Fixes #15236
Functions with OSSL_DECODER_, OSSL_ENCODER_, OSSL_STORE_LOADER_,
EVP_KEYEXCH_, EVP_KEM_, EVP_ASYM_CIPHER_, EVP_SIGNATURE_,
EVP_KEYMGMT_, EVP_RAND_, EVP_MAC_, EVP_KDF_, EVP_PKEY_,
EVP_MD_, and EVP_CIPHER_ prefixes are renamed.
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15405)
											
										 
											2021-05-21 22:58:08 +08:00
										 |  |  | OSSL_STORE_LOADER_get0_provider() returns the provider of the given | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | I<loader>. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
											
												Rename all getters to use get/get0 in name
For functions that exist in 1.1.1 provide a simple aliases via #define.
Fixes #15236
Functions with OSSL_DECODER_, OSSL_ENCODER_, OSSL_STORE_LOADER_,
EVP_KEYEXCH_, EVP_KEM_, EVP_ASYM_CIPHER_, EVP_SIGNATURE_,
EVP_KEYMGMT_, EVP_RAND_, EVP_MAC_, EVP_KDF_, EVP_PKEY_,
EVP_MD_, and EVP_CIPHER_ prefixes are renamed.
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15405)
											
										 
											2021-05-21 22:58:08 +08:00
										 |  |  | OSSL_STORE_LOADER_get0_properties() returns the property definition associated | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | with the given I<loader>. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | OSSL_STORE_LOADER_is_a() checks if I<loader> is an implementation | 
					
						
							|  |  |  | of an algorithm that's identifiable with I<scheme>. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
											
												Rename all getters to use get/get0 in name
For functions that exist in 1.1.1 provide a simple aliases via #define.
Fixes #15236
Functions with OSSL_DECODER_, OSSL_ENCODER_, OSSL_STORE_LOADER_,
EVP_KEYEXCH_, EVP_KEM_, EVP_ASYM_CIPHER_, EVP_SIGNATURE_,
EVP_KEYMGMT_, EVP_RAND_, EVP_MAC_, EVP_KDF_, EVP_PKEY_,
EVP_MD_, and EVP_CIPHER_ prefixes are renamed.
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15405)
											
										 
											2021-05-21 22:58:08 +08:00
										 |  |  | OSSL_STORE_LOADER_get0_description() returns a description of the I<loader>, meant | 
					
						
							| 
									
										
										
										
											2021-03-16 21:30:59 +08:00
										 |  |  | for display and human consumption.  The description is at the discretion of the | 
					
						
							|  |  |  | I<loader> implementation. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | OSSL_STORE_LOADER_do_all_provided() traverses all store implementations | 
					
						
							|  |  |  | by all activated providers in the library context I<libctx>, and for each | 
					
						
							| 
									
										
										
										
											2021-09-03 14:40:17 +08:00
										 |  |  | of the implementations, calls I<user_fn> with the implementation method and | 
					
						
							|  |  |  | I<user_arg> as arguments. | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | OSSL_STORE_LOADER_names_do_all() traverses all names for the given | 
					
						
							|  |  |  | I<loader>, and calls I<fn> with each name and I<data>. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-24 05:06:27 +08:00
										 |  |  | =head2 Legacy Types and Functions (deprecated) | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | These functions help applications and engines to create loaders for | 
					
						
							| 
									
										
										
										
											2020-07-24 05:06:27 +08:00
										 |  |  | schemes they support.  These are all deprecated and discouraged in favour of | 
					
						
							|  |  |  | provider implementations, see L<provider-storemgmt(7)>. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | B<OSSL_STORE_LOADER_CTX> is a type template, to be defined by each loader | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | using C<struct ossl_store_loader_ctx_st { ... }>. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-24 17:42:23 +08:00
										 |  |  | B<OSSL_STORE_open_fn>, B<OSSL_STORE_open_ex_fn>, | 
					
						
							| 
									
										
										
										
											2020-07-26 15:21:29 +08:00
										 |  |  | B<OSSL_STORE_ctrl_fn>, B<OSSL_STORE_expect_fn>, B<OSSL_STORE_find_fn>, | 
					
						
							|  |  |  | B<OSSL_STORE_load_fn>, B<OSSL_STORE_eof_fn>, and B<OSSL_STORE_close_fn> | 
					
						
							| 
									
										
										
										
											2017-07-05 22:15:48 +08:00
										 |  |  | are the function pointer types used within a STORE loader. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | The functions pointed at define the functionality of the given loader. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | =over 4 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-24 17:42:23 +08:00
										 |  |  | =item B<OSSL_STORE_open_fn> and B<OSSL_STORE_open_ex_fn> | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-24 17:42:23 +08:00
										 |  |  | B<OSSL_STORE_open_ex_fn> takes a URI and is expected to | 
					
						
							| 
									
										
										
										
											2020-07-26 15:21:29 +08:00
										 |  |  | interpret it in the best manner possible according to the scheme the | 
					
						
							|  |  |  | loader implements.  It also takes a B<UI_METHOD> and associated data, | 
					
						
							|  |  |  | to be used any time something needs to be prompted for, as well as a | 
					
						
							|  |  |  | library context I<libctx> with an associated property query I<propq>, | 
					
						
							|  |  |  | to be used when fetching necessary algorithms to perform the loads. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | Furthermore, this function is expected to initialize what needs to be | 
					
						
							| 
									
										
										
										
											2020-07-26 15:21:29 +08:00
										 |  |  | initialized, to create a private data store (B<OSSL_STORE_LOADER_CTX>, | 
					
						
							|  |  |  | see above), and to return it. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | If something goes wrong, this function is expected to return NULL. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 15:21:29 +08:00
										 |  |  | B<OSSL_STORE_open_fn> does the same thing as | 
					
						
							| 
									
										
										
										
											2020-09-24 17:42:23 +08:00
										 |  |  | B<OSSL_STORE_open_ex_fn> but uses NULL for the library | 
					
						
							| 
									
										
										
										
											2020-07-26 15:21:29 +08:00
										 |  |  | context I<libctx> and property query I<propq>. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | =item B<OSSL_STORE_attach_fn> | 
					
						
							| 
									
										
										
										
											2018-10-12 22:46:41 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 15:21:29 +08:00
										 |  |  | This function takes a B<BIO>, otherwise works like | 
					
						
							| 
									
										
										
										
											2020-09-24 17:42:23 +08:00
										 |  |  | B<OSSL_STORE_open_ex_fn>. | 
					
						
							| 
									
										
										
										
											2018-10-12 22:46:41 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | =item B<OSSL_STORE_ctrl_fn> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | This function takes a B<OSSL_STORE_LOADER_CTX> pointer, a command number | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | I<cmd> and a B<va_list> I<args> and is used to manipulate loader | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | specific parameters. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | =begin comment | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Globally known command numbers are documented in L<OSSL_STORE_ctrl(3)>, | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | along with what I<args> are expected with each of them. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | =end comment | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Loader specific command numbers must begin at B<OSSL_STORE_C_CUSTOM_START>. | 
					
						
							|  |  |  | Any number below that is reserved for future globally known command | 
					
						
							|  |  |  | numbers. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | This function is expected to return 1 on success, 0 on error. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-07-05 22:15:48 +08:00
										 |  |  | =item B<OSSL_STORE_expect_fn> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | This function takes a B<OSSL_STORE_LOADER_CTX> pointer and a B<OSSL_STORE_INFO> | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | identity I<expected>, and is used to tell the loader what object type is | 
					
						
							| 
									
										
										
										
											2017-07-05 22:15:48 +08:00
										 |  |  | expected. | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | I<expected> may be zero to signify that no specific object type is expected. | 
					
						
							| 
									
										
										
										
											2017-07-05 22:15:48 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | This function is expected to return 1 on success, 0 on error. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-07-06 01:17:40 +08:00
										 |  |  | =item B<OSSL_STORE_find_fn> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | This function takes a B<OSSL_STORE_LOADER_CTX> pointer and a | 
					
						
							|  |  |  | B<OSSL_STORE_SEARCH> search criterion, and is used to tell the loader what | 
					
						
							|  |  |  | to search for. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | When called with the loader context being NULL, this function is expected | 
					
						
							| 
									
										
										
										
											2017-07-06 01:17:40 +08:00
										 |  |  | to return 1 if the loader supports the criterion, otherwise 0. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | When called with the loader context being something other than NULL, this | 
					
						
							| 
									
										
										
										
											2017-07-06 01:17:40 +08:00
										 |  |  | function is expected to return 1 on success, 0 on error. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | =item B<OSSL_STORE_load_fn> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | This function takes a B<OSSL_STORE_LOADER_CTX> pointer and a B<UI_METHOD> | 
					
						
							|  |  |  | with associated data. | 
					
						
							|  |  |  | It's expected to load the next available data, mold it into a data | 
					
						
							|  |  |  | structure that can be wrapped in a B<OSSL_STORE_INFO> using one of the | 
					
						
							|  |  |  | L<OSSL_STORE_INFO(3)> functions. | 
					
						
							|  |  |  | If no more data is available or an error occurs, this function is | 
					
						
							|  |  |  | expected to return NULL. | 
					
						
							|  |  |  | The B<OSSL_STORE_eof_fn> and B<OSSL_STORE_error_fn> functions must indicate if | 
					
						
							| 
									
										
										
										
											2017-08-01 06:58:40 +08:00
										 |  |  | it was in fact the end of data or if an error occurred. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-01 06:58:40 +08:00
										 |  |  | Note that this function retrieves I<one> data item only. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | =item B<OSSL_STORE_eof_fn> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | This function takes a B<OSSL_STORE_LOADER_CTX> pointer and is expected to | 
					
						
							|  |  |  | return 1 to indicate that the end of available data has been reached. | 
					
						
							|  |  |  | It is otherwise expected to return 0. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | =item B<OSSL_STORE_error_fn> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | This function takes a B<OSSL_STORE_LOADER_CTX> pointer and is expected to | 
					
						
							| 
									
										
										
										
											2018-03-11 02:13:23 +08:00
										 |  |  | return 1 to indicate that an error occurred in a previous call to the | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | B<OSSL_STORE_load_fn> function. | 
					
						
							|  |  |  | It is otherwise expected to return 0. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | =item B<OSSL_STORE_close_fn> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | This function takes a B<OSSL_STORE_LOADER_CTX> pointer and is expected to | 
					
						
							|  |  |  | close or shut down what needs to be closed, and finally free the | 
					
						
							|  |  |  | contents of the B<OSSL_STORE_LOADER_CTX> pointer. | 
					
						
							|  |  |  | It returns 1 on success and 0 on error. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | =back | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | OSSL_STORE_LOADER_new() creates a new B<OSSL_STORE_LOADER>. | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | It takes an B<ENGINE> I<e> and a string I<scheme>. | 
					
						
							|  |  |  | I<scheme> must I<always> be set. | 
					
						
							|  |  |  | Both I<e> and I<scheme> are used as is and must therefore be alive as | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | long as the created loader is. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | OSSL_STORE_LOADER_get0_engine() returns the engine of the I<store_loader>. | 
					
						
							|  |  |  | OSSL_STORE_LOADER_get0_scheme() returns the scheme of the I<store_loader>. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | OSSL_STORE_LOADER_set_open() sets the opener function for the | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | I<store_loader>. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-24 17:42:23 +08:00
										 |  |  | OSSL_STORE_LOADER_set_open_ex() sets the opener with library context | 
					
						
							| 
									
										
										
										
											2020-07-26 15:21:29 +08:00
										 |  |  | function for the I<store_loader>. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-10-12 22:46:41 +08:00
										 |  |  | OSSL_STORE_LOADER_set_attach() sets the attacher function for the | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | I<store_loader>. | 
					
						
							| 
									
										
										
										
											2018-10-12 22:46:41 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | OSSL_STORE_LOADER_set_ctrl() sets the control function for the | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | I<store_loader>. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-07-05 22:15:48 +08:00
										 |  |  | OSSL_STORE_LOADER_set_expect() sets the expect function for the | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | I<store_loader>. | 
					
						
							| 
									
										
										
										
											2017-07-05 22:15:48 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | OSSL_STORE_LOADER_set_load() sets the loader function for the | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | I<store_loader>. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | OSSL_STORE_LOADER_set_eof() sets the end of file checker function for the | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | I<store_loader>. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | OSSL_STORE_LOADER_set_close() sets the closing function for the | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | I<store_loader>. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | OSSL_STORE_LOADER_free() frees the given I<store_loader>. | 
					
						
							| 
									
										
										
										
											2024-06-25 17:58:49 +08:00
										 |  |  | If the argument is NULL, nothing is done. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | OSSL_STORE_register_loader() register the given I<store_loader> and | 
					
						
							| 
									
										
										
										
											2020-07-26 15:21:29 +08:00
										 |  |  | thereby makes it available for use with OSSL_STORE_open(), | 
					
						
							| 
									
										
										
										
											2020-09-24 17:42:23 +08:00
										 |  |  | OSSL_STORE_open_ex(), OSSL_STORE_load(), OSSL_STORE_eof() | 
					
						
							| 
									
										
										
										
											2020-07-26 15:21:29 +08:00
										 |  |  | and OSSL_STORE_close(). | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | OSSL_STORE_unregister_loader() unregister the store loader for the given | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | I<scheme>. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | =head1 RETURN VALUES | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | OSSL_STORE_LOADER_fetch() returns a pointer to an OSSL_STORE_LOADER object, | 
					
						
							|  |  |  | or NULL on error. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | OSSL_STORE_LOADER_up_ref() returns 1 on success, or 0 on error. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-02-20 01:03:43 +08:00
										 |  |  | OSSL_STORE_LOADER_names_do_all() returns 1 if the callback was called for all | 
					
						
							|  |  |  | names. A return value of 0 means that the callback was not called for any names. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | OSSL_STORE_LOADER_free() doesn't return any value. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
											
												Rename all getters to use get/get0 in name
For functions that exist in 1.1.1 provide a simple aliases via #define.
Fixes #15236
Functions with OSSL_DECODER_, OSSL_ENCODER_, OSSL_STORE_LOADER_,
EVP_KEYEXCH_, EVP_KEM_, EVP_ASYM_CIPHER_, EVP_SIGNATURE_,
EVP_KEYMGMT_, EVP_RAND_, EVP_MAC_, EVP_KDF_, EVP_PKEY_,
EVP_MD_, and EVP_CIPHER_ prefixes are renamed.
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15405)
											
										 
											2021-05-21 22:58:08 +08:00
										 |  |  | OSSL_STORE_LOADER_get0_provider() returns a pointer to a provider object, or | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | NULL on error. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
											
												Rename all getters to use get/get0 in name
For functions that exist in 1.1.1 provide a simple aliases via #define.
Fixes #15236
Functions with OSSL_DECODER_, OSSL_ENCODER_, OSSL_STORE_LOADER_,
EVP_KEYEXCH_, EVP_KEM_, EVP_ASYM_CIPHER_, EVP_SIGNATURE_,
EVP_KEYMGMT_, EVP_RAND_, EVP_MAC_, EVP_KDF_, EVP_PKEY_,
EVP_MD_, and EVP_CIPHER_ prefixes are renamed.
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15405)
											
										 
											2021-05-21 22:58:08 +08:00
										 |  |  | OSSL_STORE_LOADER_get0_properties() returns a pointer to a property | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | definition string, or NULL on error. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | OSSL_STORE_LOADER_is_a() returns 1 if I<loader> was identifiable, | 
					
						
							|  |  |  | otherwise 0. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-01-03 07:00:27 +08:00
										 |  |  | OSSL_STORE_LOADER_get0_description() returns a pointer to a description, or NULL if | 
					
						
							| 
									
										
										
										
											2021-03-16 21:30:59 +08:00
										 |  |  | there isn't one. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 15:21:29 +08:00
										 |  |  | The functions with the types B<OSSL_STORE_open_fn>, | 
					
						
							| 
									
										
										
										
											2020-09-24 17:42:23 +08:00
										 |  |  | B<OSSL_STORE_open_ex_fn>, B<OSSL_STORE_ctrl_fn>, | 
					
						
							| 
									
										
										
										
											2020-07-26 15:21:29 +08:00
										 |  |  | B<OSSL_STORE_expect_fn>, B<OSSL_STORE_load_fn>, B<OSSL_STORE_eof_fn> | 
					
						
							|  |  |  | and B<OSSL_STORE_close_fn> have the same return values as OSSL_STORE_open(), | 
					
						
							| 
									
										
										
										
											2020-09-24 17:42:23 +08:00
										 |  |  | OSSL_STORE_open_ex(), OSSL_STORE_ctrl(), OSSL_STORE_expect(), | 
					
						
							| 
									
										
										
										
											2017-07-05 22:15:48 +08:00
										 |  |  | OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close(), respectively. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | OSSL_STORE_LOADER_new() returns a pointer to a B<OSSL_STORE_LOADER> on success, | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | or NULL on failure. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-24 17:42:23 +08:00
										 |  |  | OSSL_STORE_LOADER_set_open(), OSSL_STORE_LOADER_set_open_ex(), | 
					
						
							| 
									
										
										
										
											2020-07-26 15:21:29 +08:00
										 |  |  | OSSL_STORE_LOADER_set_ctrl(), OSSL_STORE_LOADER_set_load(), | 
					
						
							|  |  |  | OSSL_STORE_LOADER_set_eof() and OSSL_STORE_LOADER_set_close() return 1 | 
					
						
							|  |  |  | on success, or 0 on failure. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | OSSL_STORE_register_loader() returns 1 on success, or 0 on failure. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | OSSL_STORE_unregister_loader() returns the unregistered loader on success, | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | or NULL on failure. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | =head1 SEE ALSO | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-10-15 17:55:50 +08:00
										 |  |  | L<ossl_store(7)>, L<OSSL_STORE_open(3)>, L<OSSL_LIB_CTX(3)>, | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | L<provider-storemgmt(7)> | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | =head1 HISTORY | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | OSSL_STORE_LOADER_fetch(), OSSL_STORE_LOADER_up_ref(), | 
					
						
							| 
									
										
										
										
											2024-06-19 14:06:45 +08:00
										 |  |  | OSSL_STORE_LOADER_get0_provider(), OSSL_STORE_LOADER_get0_properties(), | 
					
						
							|  |  |  | OSSL_STORE_LOADER_get0_description(), OSSL_STORE_LOADER_is_a(), | 
					
						
							|  |  |  | OSSL_STORE_LOADER_do_all_provided() and OSSL_STORE_LOADER_names_do_all() | 
					
						
							|  |  |  | were added in OpenSSL 3.0. | 
					
						
							| 
									
										
										
										
											2020-07-23 04:54:54 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-06-19 14:06:45 +08:00
										 |  |  | B<OSSL_STORE_LOADER> and OSSL_STORE_LOADER_free() were added in OpenSSL | 
					
						
							|  |  |  | 1.1.1. | 
					
						
							| 
									
										
										
										
											2020-07-26 15:21:29 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-06-19 14:06:45 +08:00
										 |  |  | OSSL_STORE_LOADER_set_open_ex() and OSSL_STORE_open_ex_fn() were added in | 
					
						
							|  |  |  | OpenSSL 3.0, and are deprecated. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | B<OSSL_STORE_LOADER_CTX>, OSSL_STORE_LOADER_new(), | 
					
						
							| 
									
										
										
										
											2021-03-16 07:39:19 +08:00
										 |  |  | OSSL_STORE_LOADER_set0_scheme(), OSSL_STORE_LOADER_get0_scheme(), | 
					
						
							|  |  |  | OSSL_STORE_LOADER_get0_engine(), OSSL_STORE_LOADER_set_expect(), | 
					
						
							|  |  |  | OSSL_STORE_LOADER_set_find(), OSSL_STORE_LOADER_set_attach(), | 
					
						
							|  |  |  | OSSL_STORE_LOADER_set_open_ex(), OSSL_STORE_LOADER_set_open(), | 
					
						
							|  |  |  | OSSL_STORE_LOADER_set_ctrl(), | 
					
						
							|  |  |  | OSSL_STORE_LOADER_set_load(), OSSL_STORE_LOADER_set_eof(), | 
					
						
							| 
									
										
										
										
											2024-06-19 14:06:45 +08:00
										 |  |  | OSSL_STORE_LOADER_set_close(), | 
					
						
							| 
									
										
										
										
											2021-03-16 07:39:19 +08:00
										 |  |  | OSSL_STORE_register_loader(), OSSL_STORE_LOADER_set_error(), | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | OSSL_STORE_unregister_loader(), OSSL_STORE_open_fn(), OSSL_STORE_ctrl_fn(), | 
					
						
							|  |  |  | OSSL_STORE_load_fn(), OSSL_STORE_eof_fn() and OSSL_STORE_close_fn() | 
					
						
							| 
									
										
										
										
											2020-07-24 05:06:27 +08:00
										 |  |  | were added in OpenSSL 1.1.1, and became deprecated in OpenSSL 3.0. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | =head1 COPYRIGHT | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-09-03 20:50:21 +08:00
										 |  |  | Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved. | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-06 21:04:44 +08:00
										 |  |  | Licensed under the Apache License 2.0 (the "License").  You may not use | 
					
						
							| 
									
										
										
										
											2016-12-13 20:46:53 +08:00
										 |  |  | this file except in compliance with the License.  You can obtain a copy | 
					
						
							|  |  |  | in the file LICENSE in the source distribution or at | 
					
						
							|  |  |  | L<https://www.openssl.org/source/license.html>. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | =cut |