mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Use sig_opts in x509_sig_alg_gets()
This commit is contained in:
parent
f75f2f7c46
commit
9113603b6b
5 changed files with 23 additions and 20 deletions
|
|
@ -295,7 +295,8 @@ int x509_get_ext( unsigned char **p, const unsigned char *end,
|
|||
x509_buf *ext, int tag );
|
||||
int x509_load_file( const char *path, unsigned char **buf, size_t *n );
|
||||
int x509_sig_alg_gets( char *buf, size_t size, const x509_buf *sig_oid,
|
||||
pk_type_t pk_alg, const x509_buf *sig_params );
|
||||
pk_type_t pk_alg, md_type_t md_alg,
|
||||
const void *sig_opts );
|
||||
int x509_key_size_helper( char *buf, size_t size, const char *name );
|
||||
int x509_string_to_names( asn1_named_data **head, const char *name );
|
||||
int x509_set_extension( asn1_named_data **head, const char *oid, size_t oid_len,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue