* https://www.openssl.org/source/license.html
*/
+#if !defined(OSSL_APPS_INCLUDE_APP_PARAMS_H)
+#define OSSL_APPS_INCLUDE_APP_PARAMS_H
+
#include <openssl/core.h>
int print_param_types(const char *thing, const OSSL_PARAM *pdefs, int indent);
void print_param_value(const OSSL_PARAM *p, int indent);
+
+#endif /* !defined(OSSL_APPS_INCLUDE_APP_PARAMS_H) */
* https://www.openssl.org/source/license.html
*/
+#if !defined(OSSL_APPS_INCLUDE_NAMES_H)
+#define OSSL_APPS_INCLUDE_NAMES_H
+
#include <openssl/safestack.h>
/* Standard comparing function for names */
void collect_names(const char *name, void *vdata);
/* Sorts and prints a stack of names to |out| */
void print_names(BIO *out, STACK_OF(OPENSSL_CSTRING) *names);
+
+#endif /* !defined(OSSL_APPS_INCLUDE_NAMES_H) */
* https://www.openssl.org/source/license.html
*/
+#if !defined(OSSL_APPS_INCLUDE_S_APPS_H)
+#define OSSL_APPS_INCLUDE_S_APPS_H
+
#include <openssl/opensslconf.h>
#include <openssl/ssl.h>
char *srpuserseed, char *srp_verifier_file);
void lookup_srp_user(srpsrvparm *srp_callback_parm, BIO *bio_s_out);
#endif /* OPENSSL_NO_SRP */
+
+#endif /* !defined(OSSL_APPS_INCLUDE_S_APPS_H) */
* https://www.openssl.org/source/license.html
*/
+#if !defined(OSSL_APPS_TESTDSA_H)
+#define OSSL_APPS_TESTDSA_H
+
#include <openssl/param_build.h>
/* used by speed.c */
EVP_PKEY_CTX_free(pctx);
return pkey;
}
+
+#endif /* !defined(OSSL_APPS_TESTDSA_H) */
* https://www.openssl.org/source/license.html
*/
+#if !defined(OSSL_APPS_TESTRSA_H)
+#define OSSL_APPS_TESTRSA_H
+
static unsigned char test512[] = {
0x30,
0x82,
0x91, 0x29, 0x6e, 0x08, 0x37, 0xd6, 0xaa, 0xd2, 0xf8, 0x4f,
0x5e, 0x00, 0x16, 0x52
};
+
+#endif /* !defined(OSSL_APPS_TESTRSA_H) */