| .. |
|
.gitignore
|
|
|
|
aes.c
|
Introduce polarssl_zeroize() instead of memset() for zeroization
|
2014-07-08 18:28:52 +02:00 |
|
arc4.c
|
|
|
|
asn1parse.c
|
|
|
|
asn1write.c
|
|
|
|
base64.c
|
Fix base64_decode() to return and check length correctly
|
2014-07-08 18:29:06 +02:00 |
|
bignum.c
|
Introduce polarssl_zeroize() instead of memset() for zeroization
|
2014-07-08 18:28:52 +02:00 |
|
blowfish.c
|
|
|
|
camellia.c
|
Introduce polarssl_zeroize() instead of memset() for zeroization
|
2014-07-08 18:28:52 +02:00 |
|
certs.c
|
|
|
|
cipher.c
|
Introduce polarssl_zeroize() instead of memset() for zeroization
|
2014-07-08 18:28:52 +02:00 |
|
cipher_wrap.c
|
Add static and casts to prevent compiler warnings
|
2014-07-08 20:17:07 +02:00 |
|
CMakeLists.txt
|
Updated to version 1.2.11
|
2014-07-11 11:26:03 +02:00 |
|
ctr_drbg.c
|
Add static and casts to prevent compiler warnings
|
2014-07-08 20:17:07 +02:00 |
|
debug.c
|
|
|
|
des.c
|
Introduce polarssl_zeroize() instead of memset() for zeroization
|
2014-07-08 18:28:52 +02:00 |
|
dhm.c
|
Introduce polarssl_zeroize() instead of memset() for zeroization
|
2014-07-08 18:28:52 +02:00 |
|
entropy.c
|
Add static and casts to prevent compiler warnings
|
2014-07-08 20:17:07 +02:00 |
|
entropy_poll.c
|
|
|
|
error.c
|
|
|
|
gcm.c
|
Add static and casts to prevent compiler warnings
|
2014-07-08 20:17:07 +02:00 |
|
havege.c
|
|
|
|
Makefile
|
|
|
|
md.c
|
Introduce polarssl_zeroize() instead of memset() for zeroization
|
2014-07-08 18:28:52 +02:00 |
|
md2.c
|
Introduce polarssl_zeroize() instead of memset() for zeroization
|
2014-07-08 18:28:52 +02:00 |
|
md4.c
|
Introduce polarssl_zeroize() instead of memset() for zeroization
|
2014-07-08 18:28:52 +02:00 |
|
md5.c
|
Introduce polarssl_zeroize() instead of memset() for zeroization
|
2014-07-08 18:28:52 +02:00 |
|
md_wrap.c
|
Add static and casts to prevent compiler warnings
|
2014-07-08 20:17:07 +02:00 |
|
net.c
|
Better placement of memset() to prevent compiler warning under MSVC
|
2014-07-11 11:40:35 +02:00 |
|
padlock.c
|
Padlock asm using \n\t too
|
2014-07-08 18:29:00 +02:00 |
|
pbkdf2.c
|
|
|
|
pem.c
|
Introduce polarssl_zeroize() instead of memset() for zeroization
|
2014-07-08 18:28:52 +02:00 |
|
pkcs5.c
|
|
|
|
pkcs11.c
|
|
|
|
pkcs12.c
|
|
|
|
rsa.c
|
|
|
|
sha1.c
|
Introduce polarssl_zeroize() instead of memset() for zeroization
|
2014-07-08 18:28:52 +02:00 |
|
sha2.c
|
Introduce polarssl_zeroize() instead of memset() for zeroization
|
2014-07-08 18:28:52 +02:00 |
|
sha4.c
|
Introduce polarssl_zeroize() instead of memset() for zeroization
|
2014-07-08 18:28:52 +02:00 |
|
ssl_cache.c
|
|
|
|
ssl_cli.c
|
|
|
|
ssl_srv.c
|
|
|
|
ssl_tls.c
|
Fix minlen for GCM suites
|
2014-07-09 18:03:10 +02:00 |
|
timing.c
|
|
|
|
version.c
|
|
|
|
x509parse.c
|
Fix memory leak parsing some X.509 certs
|
2014-10-23 14:53:46 +02:00 |
|
x509write.c
|
Add static and casts to prevent compiler warnings
|
2014-07-08 20:17:07 +02:00 |
|
xtea.c
|
|
|