/mbedtls-development/library/ |
A D | x509_crl.c | 231 mbedtls_x509_crl_entry *entry ) in x509_get_entries() argument 235 mbedtls_x509_crl_entry *cur_entry = entry; in x509_get_entries() 632 const mbedtls_x509_crl_entry *entry; in mbedtls_x509_crl_info() local 660 entry = &crl->entry; in mbedtls_x509_crl_info() 666 while( entry != NULL && entry->raw.len != 0 ) in mbedtls_x509_crl_info() 672 ret = mbedtls_x509_serial_gets( p, n, &entry->serial ); in mbedtls_x509_crl_info() 677 entry->revocation_date.year, entry->revocation_date.mon, in mbedtls_x509_crl_info() 678 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info() 679 entry->revocation_date.min, entry->revocation_date.sec ); in mbedtls_x509_crl_info() 682 entry = entry->next; in mbedtls_x509_crl_info() [all …]
|
A D | ssl_cache.c | 99 mbedtls_ssl_cache_entry *entry; in mbedtls_ssl_cache_get() local 106 ret = ssl_cache_find_entry( cache, session_id, session_id_len, &entry ); in mbedtls_ssl_cache_get() 111 entry->session, in mbedtls_ssl_cache_get() 112 entry->session_len ); in mbedtls_ssl_cache_get()
|
A D | x509_crt.c | 1629 struct dirent *entry; in mbedtls_x509_crt_parse_path() local 1646 while( ( entry = readdir( dir ) ) != NULL ) in mbedtls_x509_crt_parse_path() 1649 "%s/%s", path, entry->d_name ); in mbedtls_x509_crt_parse_path() 2314 const mbedtls_x509_crl_entry *cur = &crl->entry; in mbedtls_x509_crt_is_revoked()
|
/mbedtls-development/docs/proposed/ |
A D | psa-driver-interface.md | 101 …`"entry_points"` list either includes the entry point or includes an entry point family that inclu… 171 ### Driver entry points 173 #### Overview of driver entry points 195 …me entry points are grouped in families that must be implemented as a whole. If a driver supports … 345 …e driver with an `"allocate_key"` entry point, the content of the key data buffer on entry is the … 381 ### Entropy collection entry point 424 ### Miscellaneous driver entry points 470 This entry point has several roles: 477 ### Random generation entry points 555 #### The `"get_random"` entry point [all …]
|
A D | psa-driver-developer-guide.md | 37 …LS calls driver entry points [as specified in the PSA Cryptography Driver Interface specification]…
|
A D | psa-conditional-inclusion-c.md | 174 #### Conditional inclusion of library entry points 176 An entry point can be eliminated entirely if no algorithm requires it. 196 … key types that apply to that algorithm, no size restriction, and all the entry points that apply …
|
/mbedtls-development/ChangeLog.d/ |
A D | 00README.md | 1 # Pending changelog entry directory 6 ## What requires a changelog entry? 8 Write a changelog entry if there is a user-visible change. This includes: 27 changelog entry, but not for deciding whether to write one. 29 ## Changelog entry file format 31 A changelog entry file must have the extension `*.txt` and must have the 46 The permitted changelog entry categories are as follows: 61 ## How to write a changelog entry 63 Each entry starts with three spaces, an asterisk and a space. Continuation
|
/mbedtls-development/docs/architecture/ |
A D | psa-crypto-implementation-structure.md | 56 …enerated file corresponding to a pure software implementation. The driver entry points and their c… 73 …entry point as defined in the PSA driver interface specification are named as mbedtls_psa_<driver …
|
/mbedtls-development/scripts/ |
A D | generate_visualc_files.pl | 200 (my $entry = $tpl) =~ s/{NAME}/$name/g; 201 $entries .= $entry;
|
/mbedtls-development/include/mbedtls/ |
A D | x509_crl.h | 92 …mbedtls_x509_crl_entry entry; /**< The CRL entries containing the certificate revocation times f… member
|
A D | asn1.h | 617 void mbedtls_asn1_free_named_data( mbedtls_asn1_named_data *entry );
|
/mbedtls-development/tests/suites/ |
A D | test_suite_asn1write.function | 372 /* A new entry should have been created. */
|
A D | test_suite_psa_crypto_driver_wrappers.function | 878 /* When setup fails, it shouldn't call any further entry points */ 888 /* When setup fails, it shouldn't call any further entry points */
|
A D | test_suite_x509parse.data | 2047 X509 CRL ASN1 (TBSCertList, entries present, date in entry invalid) 2069 # 3012 entry 1 2089 X509 CRL ASN1 (TBSCertList, single empty entry at end) 2093 X509 CRL ASN1 (TBSCertList, good entry then empty entry at end) 2097 X509 CRL ASN1 (TBSCertList, missing time in entry) 2101 X509 CRL ASN1 (TBSCertList, missing time in entry at end) 2105 X509 CRL ASN1 (TBSCertList, invalid tag for time in entry)
|
A D | test_suite_psa_crypto_driver_wrappers.data | 256 Cipher driver: negative testing on all entry points
|
/mbedtls-development/ |
A D | CONTRIBUTING.md | 86 1. A [ChangeLog](https://github.com/ARMmbed/mbedtls/blob/development/ChangeLog.d/00README.md) entry…
|
A D | ChangeLog | 153 functions instead. For more information, see the migration guide entry 611 entry point, and export_public_key interface.) 656 NULL algorithm parameters entry would look identical to an array of REAL 1369 sni entry parameter. Reported by inestlerode in #560. 1812 previous entry) by using a cache attack targeting the SSL input record 3511 * ssl_cache was leaking memory when reusing a timed out entry containing a 4183 * Added a separate CRL entry extension parsing function
|
/mbedtls-development/docs/architecture/testing/ |
A D | driver-interface-test-strategy.md | 129 … a request at runtime and let another driver handle the request. For each entry point, there must …
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 565 # This will remove the Files entry from the Quick Index and from the 572 # This will remove the Namespaces entry from the Quick Index
|
/mbedtls-development/docs/ |
A D | 3.0-migration-guide.md | 8 Here's the list of breaking changes; each entry should help you answer these
|