mbedtls/library
2014-04-30 16:20:39 +02:00
..
.gitignore Added proper gitignores for linux compilation 2012-11-17 00:04:49 +01:00
aes.c Add missing #ifdefs in aes.h 2014-03-13 19:25:06 +01:00
aesni.c Made AES-NI bit-size specific key expansion functions static 2013-12-30 19:20:06 +01:00
arc4.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
asn1parse.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
asn1write.c Added missing MPI_CHK around mpi functions 2014-04-17 12:42:41 +02:00
base64.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
bignum.c Fix bug with mpi_fill_random() on big-endian 2014-04-30 16:20:39 +02:00
blowfish.c Make CBC an option, step 3: individual ciphers 2013-09-13 17:25:43 +02:00
camellia.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
certs.c Change RSA embedded cert to a localhost cert 2014-03-14 08:41:00 +01:00
cipher.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
cipher_wrap.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
CMakeLists.txt version_check_feature() added to check for compile-time options at run-time 2014-04-30 11:49:44 +02:00
ctr_drbg.c Removed LCOV directives from code 2014-03-26 15:33:05 +01:00
debug.c Add debug_set_threshold() and thresholding of messages 2014-04-25 16:58:16 +02:00
des.c Fix depend issues in test suites for cipher modes 2014-03-13 19:25:06 +01:00
dhm.c Added missing MPI_CHK around mpi functions 2014-04-17 12:42:41 +02:00
ecdh.c Fix length checking of various ClientKeyExchange's 2014-03-27 21:10:56 +01:00
ecdsa.c Add special return code for ecdsa length mismatch 2014-04-09 15:49:59 +02:00
ecp.c Added missing MPI_CHK around mpi functions 2014-04-17 12:42:41 +02:00
ecp_curves.c Added missing MPI_CHK around mpi functions 2014-04-17 12:42:41 +02:00
entropy.c Fixed spacing in entropy_gather() 2014-04-09 15:49:57 +02:00
entropy_poll.c Defines for UEFI environment under MSVC added 2013-10-29 14:05:38 +01:00
error.c Specific return code for PK sig length mismatch 2014-04-09 15:50:00 +02:00
gcm.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
havege.c Also compiles / runs without time-based functions in OS 2013-07-03 17:22:32 +02:00
hmac_drbg.c Removed LCOV directives from code 2014-03-26 15:33:05 +01:00
Makefile version_check_feature() added to check for compile-time options at run-time 2014-04-30 11:49:44 +02:00
md.c Renamed RMD160 to RIPEMD160 2014-01-22 14:17:31 +01:00
md2.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
md4.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
md5.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
md_wrap.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
memory_buffer_alloc.c Typo fix in memory_buffer_alloc.c 2014-02-06 13:20:19 +01:00
net.c Check setsockopt() return value in net_bind() 2014-04-17 12:43:05 +02:00
oid.c Better support for the different Attribute Types from IETF PKIX (RFC 5280) 2014-04-30 15:34:12 +02:00
padlock.c Initialize ebx and edx in padlock functions 2013-12-31 09:46:09 +01:00
pbkdf2.c PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated 2013-06-25 15:06:52 +02:00
pem.c Potential buffer overwrite in pem_write_buffer() fixed 2014-04-11 13:58:05 +02:00
pk.c Fixed typos in code 2014-04-09 15:49:57 +02:00
pk_wrap.c Specific return code for PK sig length mismatch 2014-04-09 15:50:00 +02:00
pkcs5.c Misc selftest adjustements 2014-04-04 16:33:01 +02:00
pkcs11.c Typo in PKCS#11 module 2014-04-25 11:44:12 +02:00
pkcs12.c Explicit conversions and minor changes to prevent MSVC compiler warnings 2013-10-14 15:50:40 +02:00
pkparse.c Restructured pk_parse_key_pkcs8_encrypted_der() to prevent unreachable code 2014-04-17 17:24:29 +02:00
pkwrite.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
platform.c Typo in POLARSSL_PLATFORM_STD_FPRINTF in platform.c 2014-04-25 11:27:16 +02:00
ripemd160.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
rsa.c On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings 2014-04-30 16:02:38 +02:00
sha1.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
sha256.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
sha512.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
ssl_cache.c Fix memory leak in ssl_cache 2014-03-14 08:41:01 +01:00
ssl_ciphersuites.c Add #ifs arround ssl_ciphersuite_uses_XXX() 2014-01-22 12:56:37 +01:00
ssl_cli.c Improve interop by not writing ext_len in ClientHello / ServerHello when 0 2014-04-30 10:16:16 +02:00
ssl_srv.c Improve interop by not writing ext_len in ClientHello / ServerHello when 0 2014-04-30 10:16:16 +02:00
ssl_tls.c Sanity length checks in ssl_read_record() and ssl_fetch_input() 2014-04-30 14:48:51 +02:00
threading.c Added failure stub for uninitialized POLARSSL_THREADING_ALT functions 2013-12-31 11:55:27 +01:00
timing.c Disable timing_selftest() for now 2014-04-09 15:49:51 +02:00
version.c - Fixed copyright message 2010-07-18 20:36:00 +00:00
version_features.c version_check_feature() added to check for compile-time options at run-time 2014-04-30 11:49:44 +02:00
x509.c Reject certificates with times not in UTC 2014-04-11 13:59:36 +02:00
x509_create.c Better support for the different Attribute Types from IETF PKIX (RFC 5280) 2014-04-30 15:34:12 +02:00
x509_crl.c Revert "Merged RSA-PSS support in Certificate, CSR and CRL" 2014-02-12 09:39:59 +01:00
x509_crt.c Add x509_crt_check_extended_key_usage() 2014-04-11 11:09:00 +02:00
x509_csr.c Revert "Merged RSA-PSS support in Certificate, CSR and CRL" 2014-02-12 09:39:59 +01:00
x509write_crt.c Const correctness 2013-10-28 21:19:10 +01:00
x509write_csr.c Const correctness 2013-10-28 21:19:10 +01:00
xtea.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00