Remove unneeded whitespaces
Delete extra whitespace in Changelog and in paramter alignment.
This commit is contained in:
parent
801faf0fa1
commit
51c4507b9c
3 changed files with 12 additions and 12 deletions
|
@ -9,7 +9,7 @@ Features
|
||||||
Contributed by Jack Lloyd and Fortanix Inc.
|
Contributed by Jack Lloyd and Fortanix Inc.
|
||||||
* Add the Wi-SUN Field Area Network (FAN) device extended key usage.
|
* Add the Wi-SUN Field Area Network (FAN) device extended key usage.
|
||||||
* Add the oid certificate policy x509 extension.
|
* Add the oid certificate policy x509 extension.
|
||||||
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
||||||
and the used tls-prf.
|
and the used tls-prf.
|
||||||
* Add public API for tls-prf function, according to requested enum.
|
* Add public API for tls-prf function, according to requested enum.
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ Bugfix
|
||||||
sni entry parameter. Reported by inestlerode in #560.
|
sni entry parameter. Reported by inestlerode in #560.
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
||||||
and the used tls-prf.
|
and the used tls-prf.
|
||||||
* Add public API for tls-prf function, according to requested enum.
|
* Add public API for tls-prf function, according to requested enum.
|
||||||
|
|
||||||
|
|
|
@ -2011,11 +2011,11 @@ int main( int argc, char *argv[] )
|
||||||
mbedtls_printf("\n");
|
mbedtls_printf("\n");
|
||||||
|
|
||||||
if( ( ret = mbedtls_ssl_tls_prf( eap_tls_keying.tls_prf_type, NULL, 0,
|
if( ( ret = mbedtls_ssl_tls_prf( eap_tls_keying.tls_prf_type, NULL, 0,
|
||||||
eap_tls_label,
|
eap_tls_label,
|
||||||
eap_tls_keying.randbytes,
|
eap_tls_keying.randbytes,
|
||||||
sizeof( eap_tls_keying.randbytes ),
|
sizeof( eap_tls_keying.randbytes ),
|
||||||
eap_tls_iv,
|
eap_tls_iv,
|
||||||
sizeof( eap_tls_iv ) ) ) != 0 )
|
sizeof( eap_tls_iv ) ) ) != 0 )
|
||||||
{
|
{
|
||||||
mbedtls_printf( " failed\n ! mbedtls_ssl_tls_prf returned -0x%x\n\n",
|
mbedtls_printf( " failed\n ! mbedtls_ssl_tls_prf returned -0x%x\n\n",
|
||||||
-ret );
|
-ret );
|
||||||
|
|
|
@ -3212,11 +3212,11 @@ handshake:
|
||||||
mbedtls_printf("\n");
|
mbedtls_printf("\n");
|
||||||
|
|
||||||
if( ( ret = mbedtls_ssl_tls_prf( eap_tls_keying.tls_prf_type, NULL, 0,
|
if( ( ret = mbedtls_ssl_tls_prf( eap_tls_keying.tls_prf_type, NULL, 0,
|
||||||
eap_tls_label,
|
eap_tls_label,
|
||||||
eap_tls_keying.randbytes,
|
eap_tls_keying.randbytes,
|
||||||
sizeof( eap_tls_keying.randbytes ),
|
sizeof( eap_tls_keying.randbytes ),
|
||||||
eap_tls_iv,
|
eap_tls_iv,
|
||||||
sizeof( eap_tls_iv ) ) ) != 0 )
|
sizeof( eap_tls_iv ) ) ) != 0 )
|
||||||
{
|
{
|
||||||
mbedtls_printf( " failed\n ! mbedtls_ssl_tls_prf returned -0x%x\n\n",
|
mbedtls_printf( " failed\n ! mbedtls_ssl_tls_prf returned -0x%x\n\n",
|
||||||
-ret );
|
-ret );
|
||||||
|
|
Loading…
Reference in a new issue