mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-30 15:32:58 +00:00
Reword function description slightly
Use of the term "dotted-decimal" improves clarity. Put a full-stop where one should have been. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
57b5d22a9e
commit
b97b689832
@ -472,9 +472,9 @@ typedef struct mbedtls_oid_descriptor_t {
|
|||||||
int mbedtls_oid_get_numeric_string(char *buf, size_t size, const mbedtls_asn1_buf *oid);
|
int mbedtls_oid_get_numeric_string(char *buf, size_t size, const mbedtls_asn1_buf *oid);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Translate a string containing a numeric representation
|
* \brief Translate a string containing a dotted-decimal
|
||||||
* of an ASN.1 OID into its encoded form
|
* representation of an ASN.1 OID into its encoded form
|
||||||
* (e.g. "1.2.840.113549" into "\x2A\x86\x48\x86\xF7\x0D")
|
* (e.g. "1.2.840.113549" into "\x2A\x86\x48\x86\xF7\x0D").
|
||||||
* On success, this function allocates oid->buf from the
|
* On success, this function allocates oid->buf from the
|
||||||
* heap. It must be freed by the caller using mbedtls_free().
|
* heap. It must be freed by the caller using mbedtls_free().
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user