.. |
.gitignore
|
|
|
aes.c
|
Rename len to bitlen in function parameters
|
2015-06-18 14:58:58 +02:00 |
aesni.c
|
Rename boolean functions to be clearer
|
2015-06-02 10:38:50 +01:00 |
arc4.c
|
|
|
asn1parse.c
|
|
|
asn1write.c
|
|
|
base64.c
|
Move from inttypes.h to stdint.h
|
2015-06-22 23:41:26 +02:00 |
bignum.c
|
Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen
|
2015-06-18 16:49:37 +02:00 |
blowfish.c
|
Rename relevant global symbols from size to bitlen
|
2015-06-18 16:43:38 +02:00 |
camellia.c
|
Rename len to bitlen in function parameters
|
2015-06-18 14:58:58 +02:00 |
ccm.c
|
Rename len to bitlen in function parameters
|
2015-06-18 14:58:58 +02:00 |
certs.c
|
|
|
cipher.c
|
Rename key_length in cipher_info
|
2015-06-18 15:31:10 +02:00 |
cipher_wrap.c
|
Some more init calls
|
2015-06-23 13:09:11 +02:00 |
CMakeLists.txt
|
Prepare library split
|
2015-06-24 12:05:33 +02:00 |
ctr_drbg.c
|
|
|
debug.c
|
Change SSL debug API in the library
|
2015-06-23 18:44:11 +02:00 |
des.c
|
|
|
dhm.c
|
Avoid in-out length in dhm_calc_secret()
|
2015-06-02 16:17:08 +01:00 |
ecdh.c
|
|
|
ecdsa.c
|
|
|
ecp.c
|
Rename M255 to Curve25519
|
2015-06-23 13:09:10 +02:00 |
ecp_curves.c
|
Rename M255 to Curve25519
|
2015-06-23 13:09:10 +02:00 |
entropy.c
|
Add a concept of entropy source strength.
|
2015-06-22 14:40:56 +02:00 |
entropy_poll.c
|
Fix issue with MemSan and entropy
|
2015-06-22 18:25:41 +02:00 |
error.c
|
Rationalize other snprintf() uses
|
2015-06-22 14:42:04 +02:00 |
gcm.c
|
Rename len to bitlen in function parameters
|
2015-06-18 14:58:58 +02:00 |
havege.c
|
|
|
hmac_drbg.c
|
|
|
Makefile
|
Prepare library split
|
2015-06-24 12:05:33 +02:00 |
md.c
|
Avoid fclose( NULL )
|
2015-06-24 00:09:29 +02:00 |
md2.c
|
|
|
md4.c
|
|
|
md5.c
|
|
|
md_wrap.c
|
Deduplicate SHA-2 wrappers
|
2015-06-23 13:09:11 +02:00 |
memory_buffer_alloc.c
|
|
|
net.c
|
Make 'port' a string in NET module
|
2015-06-23 13:09:11 +02:00 |
oid.c
|
Rationalize other snprintf() uses
|
2015-06-22 14:42:04 +02:00 |
padlock.c
|
Rename boolean functions to be clearer
|
2015-06-02 10:38:50 +01:00 |
pem.c
|
Avoid in-out length in base64
|
2015-06-02 16:30:35 +01:00 |
pk.c
|
Rename relevant global symbols from size to bitlen
|
2015-06-18 16:43:38 +02:00 |
pk_wrap.c
|
Internal renamings in PK
|
2015-06-18 16:06:55 +02:00 |
pkcs5.c
|
Rename key_length in cipher_info
|
2015-06-18 15:31:10 +02:00 |
pkcs11.c
|
|
|
pkcs12.c
|
Rename key_length in cipher_info
|
2015-06-18 15:31:10 +02:00 |
pkparse.c
|
Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen
|
2015-06-18 16:49:37 +02:00 |
pkwrite.c
|
|
|
platform.c
|
Include fixed snprintf for Windows in platform.c
|
2015-06-22 14:42:04 +02:00 |
ripemd160.c
|
|
|
rsa.c
|
Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen
|
2015-06-18 16:49:37 +02:00 |
sha1.c
|
|
|
sha256.c
|
|
|
sha512.c
|
|
|
ssl_cache.c
|
Rename ssl_session.length to id_len
|
2015-06-18 15:50:37 +02:00 |
ssl_ciphersuites.c
|
Fix warnings from -pedantic
|
2015-05-29 10:52:14 +02:00 |
ssl_cli.c
|
Avoid dead stores (makes scan-build happier)
|
2015-06-23 13:46:44 +02:00 |
ssl_cookie.c
|
|
|
ssl_srv.c
|
Fix uninitialized access
|
2015-06-24 10:47:33 +02:00 |
ssl_ticket.c
|
Rename relevant global symbols from size to bitlen
|
2015-06-18 16:43:38 +02:00 |
ssl_tls.c
|
Change SSL debug API in the library
|
2015-06-23 18:44:11 +02:00 |
threading.c
|
Move from gmtime_r to gmtime + mutexes
|
2015-05-29 10:18:09 +02:00 |
timing.c
|
|
|
version.c
|
|
|
version_features.c
|
Rename M255 to Curve25519
|
2015-06-23 13:09:10 +02:00 |
x509.c
|
Fix and document corner-cases of time checking
|
2015-06-22 23:41:24 +02:00 |
x509_create.c
|
|
|
x509_crl.c
|
Rationalize snprintf() usage in X.509 modules
|
2015-06-22 14:42:04 +02:00 |
x509_crt.c
|
Rm obsolete comments
|
2015-06-23 18:44:10 +02:00 |
x509_csr.c
|
Rationalize snprintf() usage in X.509 modules
|
2015-06-22 14:42:04 +02:00 |
x509write_crt.c
|
Update prototype of x509write_set_key_usage()
|
2015-06-23 13:09:10 +02:00 |
x509write_csr.c
|
|
|
xtea.c
|
|
|