mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 04:34:41 +02:00
Enable cert copy by default for openssl extra
This commit is contained in:
@@ -3261,6 +3261,11 @@ extern void uITRON4_free(void *p) ;
|
||||
#define KEEP_PEER_CERT
|
||||
#endif
|
||||
|
||||
#if defined(OPENSSL_ALL) && !defined(WOLFSSL_NO_COPY_CERT)
|
||||
#undef WOLFSSL_COPY_CERT
|
||||
#define WOLFSSL_COPY_CERT
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Keeps the "Finished" messages after a TLS handshake for use as the so-called
|
||||
* "tls-unique" channel binding. See comment in internal.h around clientFinished
|
||||
|
Reference in New Issue
Block a user