..
aes.h
Add _init() and _free() for cipher modules
2014-07-09 10:19:22 +02:00
aesni.h
arc4.h
Add _init() and _free() for cipher modules
2014-07-09 10:19:22 +02:00
asn1.h
Finish parsing RSASSA-PSS parameters
2014-06-02 16:10:29 +02:00
asn1write.h
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
base64.h
bignum.h
Increase MPI_MAX_BYTES to allow RSA 8192
2014-10-15 22:06:46 +02:00
blowfish.h
Add _init() and _free() for cipher modules
2014-07-09 10:19:22 +02:00
bn_mul.h
Added explicit casts to prevent compiler warnings when trying to build for iOS
2014-08-21 23:48:14 +02:00
camellia.h
Add _init() and _free() for cipher modules
2014-07-09 10:19:22 +02:00
ccm.h
CCM operations allow input == output
2014-05-14 14:10:35 +02:00
certs.h
check_config.h
Add basic flags for DTLS
2014-10-21 16:30:03 +02:00
cipher_wrap.h
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
cipher.h
Adapt cipher and MD layer with _init() and _free()
2014-07-09 10:19:24 +02:00
compat-1.2.h
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
config.h
Do not use compression with DTLS
2014-10-21 16:30:13 +02:00
ctr_drbg.h
Add ctr_drbg_free()
2014-07-09 10:19:23 +02:00
debug.h
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
des.h
Add _init() and _free() for cipher modules
2014-07-09 10:19:22 +02:00
dhm.h
Add dhm_init()
2014-07-09 10:19:23 +02:00
ecdh.h
Fix typos in comments
2014-06-25 14:45:24 +02:00
ecdsa.h
Fix typos in comments
2014-06-25 14:45:24 +02:00
ecp.h
Add #endif comments for #endif more than 10 lines from #if / #else
2014-06-17 14:34:44 +02:00
entropy_poll.h
Adapt sources to configurable config.h name
2014-04-30 16:40:20 +02:00
entropy.h
Add more tests for the entropy module
2014-06-10 15:38:44 +02:00
error.h
Allow delay on renego on client
2014-08-19 12:50:30 +02:00
gcm.h
havege.h
Adapt programs / test suites
2014-07-09 10:19:24 +02:00
hmac_drbg.h
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
md2.h
Add _init() and _free() for hash modules
2014-07-09 10:19:23 +02:00
md4.h
Add _init() and _free() for hash modules
2014-07-09 10:19:23 +02:00
md5.h
Add _init() and _free() for hash modules
2014-07-09 10:19:23 +02:00
md_wrap.h
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
md.h
Adapt cipher and MD layer with _init() and _free()
2014-07-09 10:19:24 +02:00
memory_buffer_alloc.h
Adapt sources to configurable config.h name
2014-04-30 16:40:20 +02:00
memory.h
Adapt sources to configurable config.h name
2014-04-30 16:40:20 +02:00
net.h
Add UDP support to the NET module
2014-10-21 16:30:09 +02:00
oid.h
Finish parsing RSASSA-PSS parameters
2014-06-02 16:10:29 +02:00
openssl.h
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
padlock.h
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
pbkdf2.h
pem.h
pk_wrap.h
Adapt sources to configurable config.h name
2014-04-30 16:40:20 +02:00
pk.h
Clarify padding questions in the PK documentation
2014-06-25 14:04:36 +02:00
pkcs5.h
pkcs11.h
Fix formatting: fix some 'easy' > 80 length lines
2014-05-01 14:18:25 +02:00
pkcs12.h
platform.h
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
2014-05-01 13:03:14 +02:00
ripemd160.h
Add _init() and _free() for hash modules
2014-07-09 10:19:23 +02:00
rsa.h
Add rsa_rsassa_pss_verify_ext()
2014-06-05 14:02:05 +02:00
sha1.h
Add _init() and _free() for hash modules
2014-07-09 10:19:23 +02:00
sha256.h
Add _init() and _free() for hash modules
2014-07-09 10:19:23 +02:00
sha512.h
Add _init() and _free() for hash modules
2014-07-09 10:19:23 +02:00
ssl_cache.h
ssl_ciphersuites.h
Add a ciphersuite NODTLS flag
2014-10-21 16:30:03 +02:00
ssl.h
Start adding srv support for hello verify request
2014-10-21 16:30:13 +02:00
threading.h
Adapt sources to configurable config.h name
2014-04-30 16:40:20 +02:00
timing.h
Adapt sources to configurable config.h name
2014-04-30 16:40:20 +02:00
version.h
Prepare for release 1.3.9
2014-10-20 13:56:15 +02:00
x509_crl.h
Fix comments about X.509 versions
2014-06-25 11:26:12 +02:00
x509_crt.h
Fix comments about X.509 versions
2014-06-25 11:26:12 +02:00
x509_csr.h
Fix comments about X.509 versions
2014-06-25 11:26:12 +02:00
x509.h
Support escaping of commas in x509_string_to_names()
2014-08-11 11:59:52 +02:00
xtea.h
Add _init() and _free() for cipher modules
2014-07-09 10:19:22 +02:00