Lines Matching refs:function
76 * Fix the inline assembly for the MPI multiply helper function for i386 and
113 * Implement the HMAC-based extract-and-expand key derivation function
147 mbedtls_platform_zeroize(), which is a critical function from a security
174 function which led to an arbitrary overread of the message buffer. The
195 * Extend the public API with the function of mbedtls_net_poll() to allow user
198 * Add function mbedtls_ssl_check_pending() to the public API to allow
201 This function is necessary to determine when it is safe to idle on the
233 function which leads to a potential one byte overread of the message
252 * Harden the function mbedtls_ssl_config_free() against misuse, so that it
502 failed, the error may not be noticed by the function
541 mbedtls_sha512_starts() in the mbedtls_entropy_init() function.
630 * Fix a call to the libc function time() to call the platform abstraction
631 function mbedtls_time() instead. Found by wairua. #666
632 * Avoid shadowing of time and index functions through mbed TLS function
682 * Fix bug that caused the modular inversion function to accept the invalid
768 * Fix unused variable/function compilation warnings in pem.c, x509_crt.c and
838 mbedtls_hardware_poll() function.
863 * Fix documentation and implementation missmatch for function arguments of
906 function.
1119 * Fix unused function warning when using MBEDTLS_MDx_ALT or
1165 been split into an _init() that returns void and another function that
1166 should generally be the first function called on this context after init:
1244 waiting function.
1338 * Add an option to use macros instead of function pointers in the platform
1434 * Add function pk_check_pair() to test if public and private keys match.
1889 * Moved all OID functionality to a separate module. RSA function
2106 * Internally split up x509parse_key() into a (PEM) handler function
2248 * Added PKCS#5 PBKDF2 key derivation function
2410 * Added a separate CRL entry extension parsing function
2421 * Changed the used random function pointer to more flexible format. Renamed
2467 * A error_strerror function() has been added to translate between
2486 POLARSSL_ERR_SSL_CONN_EOF on an EOF from its f_recv() function.
2589 Now using random fuction provided to function and
2619 in a function to allow easy future expansion
2623 * Added reset function for HMAC context as speed-up
2741 * Added user-defined callback debug function (Krystian Kolodziej)