|
@@ -264,6 +264,7 @@ extern "C" {
|
|
|
#define SSL_TXT_aGOST94 "aGOST94"
|
|
|
#define SSL_TXT_aGOST01 "aGOST01"
|
|
|
#define SSL_TXT_aGOST "aGOST"
|
|
|
+#define SSL_TXT_aSRP "aSRP"
|
|
|
|
|
|
#define SSL_TXT_DSS "DSS"
|
|
|
#define SSL_TXT_DH "DH"
|
|
@@ -2055,6 +2056,10 @@ int SSL_set_session_secret_cb(SSL *s, tls_session_secret_cb_fn tls_session_secre
|
|
|
void SSL_set_debug(SSL *s, int debug);
|
|
|
int SSL_cache_hit(SSL *s);
|
|
|
|
|
|
+#ifndef OPENSSL_NO_UNIT_TEST
|
|
|
+const struct openssl_ssl_test_functions *SSL_test_functions(void);
|
|
|
+#endif
|
|
|
+
|
|
|
/* BEGIN ERROR CODES */
|
|
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
|
|
* made after this point may be overwritten when the script is next run.
|
|
@@ -2320,6 +2325,7 @@ void ERR_load_SSL_strings(void);
|
|
|
#define SSL_R_BAD_SRP_B_LENGTH 348
|
|
|
#define SSL_R_BAD_SRP_G_LENGTH 349
|
|
|
#define SSL_R_BAD_SRP_N_LENGTH 350
|
|
|
+#define SSL_R_BAD_SRP_PARAMETERS 371
|
|
|
#define SSL_R_BAD_SRP_S_LENGTH 351
|
|
|
#define SSL_R_BAD_SRTP_MKI_VALUE 352
|
|
|
#define SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST 353
|