..
.gitignore
Added proper gitignores for linux compilation
2012-11-17 00:04:49 +01:00
aes.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
aesni.c
Adapt sources to configurable config.h name
2014-04-30 16:40:20 +02:00
arc4.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
asn1parse.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
asn1write.c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
base64.c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
bignum.c
Fix typo in bignum.c
2014-05-01 14:19:23 +02:00
blowfish.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
camellia.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
ccm.c
CCM operations allow input == output
2014-05-14 14:10:35 +02:00
certs.c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
cipher_wrap.c
Add AES-CCM and CAMELLIA-CCM to the cipher layer
2014-05-14 14:10:36 +02:00
cipher.c
Add AES-CCM and CAMELLIA-CCM to the cipher layer
2014-05-14 14:10:36 +02:00
CMakeLists.txt
Add (placeholder) CCM module
2014-05-06 11:28:09 +02:00
ctr_drbg.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
debug.c
Fix typo in debug_print_msg()
2014-05-06 10:29:28 +02:00
des.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
dhm.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
ecdh.c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
ecdsa.c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
ecp_curves.c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
ecp.c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
entropy_poll.c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
entropy.c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
error.c
Merge CCM cipher mode and ciphersuites
2014-05-22 15:30:31 +02:00
gcm.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
havege.c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
hmac_drbg.c
Adapt sources to configurable config.h name
2014-04-30 16:40:20 +02:00
Makefile
Add (placeholder) CCM module
2014-05-06 11:28:09 +02:00
md2.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
md4.c
Fix less-than-zero checks on unsigned numbers
2014-05-22 13:52:53 +02:00
md5.c
Fix less-than-zero checks on unsigned numbers
2014-05-22 13:52:53 +02:00
md_wrap.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
md.c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
memory_buffer_alloc.c
Enforce alignment even if buffer is not aligned
2014-05-22 13:52:49 +02:00
net.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
oid.c
Basic parsing of certs signed with RSASSA-PSS
2014-06-02 16:10:29 +02:00
padlock.c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
pbkdf2.c
Adapt sources to configurable config.h name
2014-04-30 16:40:20 +02:00
pem.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
pk_wrap.c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
pk.c
Adapt sources to configurable config.h name
2014-04-30 16:40:20 +02:00
pkcs5.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
pkcs11.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
pkcs12.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
pkparse.c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
pkwrite.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
platform.c
Adapt sources to configurable config.h name
2014-04-30 16:40:20 +02:00
ripemd160.c
Fix less-than-zero checks on unsigned numbers
2014-05-22 13:52:53 +02:00
rsa.c
Relax checks on RSA mode for public key operations
2014-06-04 12:09:08 +02:00
sha1.c
Fix less-than-zero checks on unsigned numbers
2014-05-22 13:52:53 +02:00
sha256.c
Fix less-than-zero checks on unsigned numbers
2014-05-22 13:52:53 +02:00
sha512.c
Fix less-than-zero checks on unsigned numbers
2014-05-22 13:52:53 +02:00
ssl_cache.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
ssl_ciphersuites.c
Register CCM ciphersuites (not implemented yet)
2014-05-14 14:10:36 +02:00
ssl_cli.c
Normalize "should never happen" messages/errors
2014-05-22 13:52:47 +02:00
ssl_srv.c
Stricter check on SSL ClientHello internal sizes compared to actual packet size
2014-05-22 15:12:19 +02:00
ssl_tls.c
Merge CCM cipher mode and ciphersuites
2014-05-22 15:30:31 +02:00
threading.c
Adapt sources to configurable config.h name
2014-04-30 16:40:20 +02:00
timing.c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
version_features.c
Add (placeholder) CCM module
2014-05-06 11:28:09 +02:00
version.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
x509_create.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
x509_crl.c
Factor common code for printing sig_alg
2014-06-02 16:12:46 +02:00
x509_crt.c
Add basic PSS cert verification
2014-06-04 12:09:08 +02:00
x509_csr.c
Factor common code for printing sig_alg
2014-06-02 16:12:46 +02:00
x509.c
Consider trailerField a constant
2014-06-02 16:12:46 +02:00
x509write_crt.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
x509write_csr.c
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
xtea.c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00