Latest update (add quic)

This commit is contained in:
2020-07-12 19:52:18 +09:00
parent 3a6d64bb68
commit e85ee33eee
501 changed files with 19166 additions and 10232 deletions
+7
View File
@@ -206,6 +206,13 @@ int ossl_statem_export_early_allowed(SSL *s)
return 1;
}
#ifndef OPENSSL_NO_QUIC
int quic_set_encryption_secrets(SSL *ssl, OSSL_ENCRYPTION_LEVEL level)
{
return 1;
}
#endif
/* End of mocked out code */
static int test_secret(SSL *s, unsigned char *prk,