.. |
.gitignore
|
|
|
aes.c
|
Add _init() and _free() for cipher modules
|
2014-07-09 10:19:22 +02:00 |
aesni.c
|
|
|
arc4.c
|
Add _init() and _free() for cipher modules
|
2014-07-09 10:19:22 +02:00 |
asn1parse.c
|
|
|
asn1write.c
|
|
|
base64.c
|
Fix base64_decode() to return and check length correctly
|
2014-07-04 15:01:00 +02:00 |
bignum.c
|
Fix mpi_write_string() to write "00" as hex output for empty MPI
|
2014-07-10 15:27:10 +02:00 |
blowfish.c
|
Add _init() and _free() for cipher modules
|
2014-07-09 10:19:22 +02:00 |
camellia.c
|
Add _init() and _free() for cipher modules
|
2014-07-09 10:19:22 +02:00 |
ccm.c
|
Fix dependencies and includes without FS_IO and PLATFORM_C
|
2014-07-10 15:27:10 +02:00 |
certs.c
|
|
|
cipher.c
|
Adapt cipher and MD layer with _init() and _free()
|
2014-07-09 10:19:24 +02:00 |
cipher_wrap.c
|
Fix typo causing compile error with NULL cipher
|
2014-08-14 11:34:33 +02:00 |
CMakeLists.txt
|
Make ready for release of 1.3.8 and soversion 7
|
2014-07-09 10:21:28 +02:00 |
ctr_drbg.c
|
Add ctr_drbg_free()
|
2014-07-09 10:19:23 +02:00 |
debug.c
|
|
|
des.c
|
Add _init() and _free() for cipher modules
|
2014-07-09 10:19:22 +02:00 |
dhm.c
|
Fix dhm_selftest() return value
|
2014-07-09 16:53:29 +02:00 |
ecdh.c
|
|
|
ecdsa.c
|
|
|
ecp.c
|
Save some space in ECP curve tables
|
2014-07-08 14:20:26 +02:00 |
ecp_curves.c
|
|
|
entropy.c
|
Fix dependencies and includes without FS_IO and PLATFORM_C
|
2014-07-10 15:27:10 +02:00 |
entropy_poll.c
|
|
|
error.c
|
|
|
gcm.c
|
gcm.c: remove dead store
|
2014-08-14 11:34:35 +02:00 |
havege.c
|
Adapt programs / test suites
|
2014-07-09 10:19:24 +02:00 |
hmac_drbg.c
|
Adapt cipher and MD layer with _init() and _free()
|
2014-07-09 10:19:24 +02:00 |
Makefile
|
Make ready for release of 1.3.8 and soversion 7
|
2014-07-09 10:21:28 +02:00 |
md.c
|
Adapt cipher and MD layer with _init() and _free()
|
2014-07-09 10:19:24 +02:00 |
md2.c
|
Add _init() and _free() for hash modules
|
2014-07-09 10:19:23 +02:00 |
md4.c
|
Add _init() and _free() for hash modules
|
2014-07-09 10:19:23 +02:00 |
md5.c
|
Add _init() and _free() for hash modules
|
2014-07-09 10:19:23 +02:00 |
md_wrap.c
|
Add _init() and _free() for hash modules
|
2014-07-09 10:19:23 +02:00 |
memory_buffer_alloc.c
|
Fix dependency issue in memory_buffer_alloc
|
2014-08-14 11:34:34 +02:00 |
net.c
|
Fix non-blocking sockets in net_accept()
|
2014-08-14 11:34:34 +02:00 |
oid.c
|
Rm duplicate entry in oid_md_alg
|
2014-07-08 14:20:26 +02:00 |
padlock.c
|
|
|
pbkdf2.c
|
|
|
pem.c
|
Add _init() and _free() for hash modules
|
2014-07-09 10:19:23 +02:00 |
pk.c
|
|
|
pk_wrap.c
|
|
|
pkcs5.c
|
pkcs5.c: fix dead store: return proper exit status
|
2014-08-14 11:34:34 +02:00 |
pkcs11.c
|
|
|
pkcs12.c
|
Adapt cipher and MD layer with _init() and _free()
|
2014-07-09 10:19:24 +02:00 |
pkparse.c
|
|
|
pkwrite.c
|
Fix buffer size in pk_write_*_pem()
|
2014-08-14 11:34:35 +02:00 |
platform.c
|
|
|
ripemd160.c
|
Add _init() and _free() for hash modules
|
2014-07-09 10:19:23 +02:00 |
rsa.c
|
Prevent (incorrect) compiler warning
|
2014-07-24 10:38:01 +02:00 |
sha1.c
|
Add _init() and _free() for hash modules
|
2014-07-09 10:19:23 +02:00 |
sha256.c
|
Add _init() and _free() for hash modules
|
2014-07-09 10:19:23 +02:00 |
sha512.c
|
Add _init() and _free() for hash modules
|
2014-07-09 10:19:23 +02:00 |
ssl_cache.c
|
|
|
ssl_ciphersuites.c
|
RSA-PSK key exchange requires TLS 1.x
|
2014-08-14 11:34:34 +02:00 |
ssl_cli.c
|
Adapt cipher and MD layer with _init() and _free()
|
2014-07-09 10:19:24 +02:00 |
ssl_srv.c
|
Adapt cipher and MD layer with _init() and _free()
|
2014-07-09 10:19:24 +02:00 |
ssl_tls.c
|
SHA-2 ciphersuites now require TLS 1.x
|
2014-08-14 11:34:34 +02:00 |
threading.c
|
|
|
timing.c
|
Do no test net_usleep() when not defined
|
2014-08-14 11:34:35 +02:00 |
version.c
|
|
|
version_features.c
|
Make ready for release of 1.3.8 and soversion 7
|
2014-07-09 10:21:28 +02:00 |
x509.c
|
Support escaping of commas in x509_string_to_names()
|
2014-08-11 11:59:52 +02:00 |
x509_create.c
|
Support escaping of commas in x509_string_to_names()
|
2014-08-11 11:59:52 +02:00 |
x509_crl.c
|
|
|
x509_crt.c
|
|
|
x509_csr.c
|
|
|
x509write_crt.c
|
|
|
x509write_csr.c
|
|
|
xtea.c
|
Add _init() and _free() for cipher modules
|
2014-07-09 10:19:22 +02:00 |