X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fcrypto%2Frsa.h;h=29256371f6580947e8903f7ade37451a6e1caefc;hp=6d2e7ffb5326258cdbe0e9ec6503e829d99d1c72;hb=d9a75107478380641b6862acac74d0bb870a5374;hpb=6df44cf65fbc7e150965149d7e681ac3e22d11d8 diff --git a/include/crypto/rsa.h b/include/crypto/rsa.h index 6d2e7ffb53..29256371f6 100644 --- a/include/crypto/rsa.h +++ b/include/crypto/rsa.h @@ -18,4 +18,8 @@ int rsa_set0_all_params(RSA *r, const STACK_OF(BIGNUM) *primes, int rsa_get0_all_params(RSA *r, STACK_OF(BIGNUM_const) *primes, STACK_OF(BIGNUM_const) *exps, STACK_OF(BIGNUM_const) *coeffs); + +int rsa_padding_check_PKCS1_type_2_TLS(unsigned char *to, size_t tlen, + const unsigned char *from, size_t flen, + int client_version, int alt_version); #endif