Start parsing RSASSA-PSS parameters
diff --git a/include/polarssl/x509.h b/include/polarssl/x509.h
index c48e00a..4470255 100644
--- a/include/polarssl/x509.h
+++ b/include/polarssl/x509.h
@@ -256,6 +256,8 @@
                        x509_buf *alg );
 int x509_get_alg( unsigned char **p, const unsigned char *end,
                   x509_buf *alg, x509_buf *params );
+int x509_get_rsassa_pss_params( const x509_buf *params, md_type_t *md_alg,
+                                int *salt_len, int *trailer_field );
 int x509_get_sig( unsigned char **p, const unsigned char *end, x509_buf *sig );
 int x509_get_sig_alg( const x509_buf *sig_oid, md_type_t *md_alg,
                       pk_type_t *pk_alg );