.. |
.gitignore
|
|
|
aes.c
|
|
|
arc4.c
|
|
|
asn1parse.c
|
Also compiles / runs without time-based functions in OS
|
2013-07-03 17:22:32 +02:00 |
asn1write.c
|
|
|
base64.c
|
base64_decode() also forcefully returns on dst == NULL
|
2013-07-16 17:48:58 +02:00 |
bignum.c
|
Memory-allocation abstraction layer and buffer-based allocator added
|
2013-07-03 17:22:31 +02:00 |
blowfish.c
|
|
|
camellia.c
|
|
|
certs.c
|
|
|
cipher_wrap.c
|
Memory-allocation abstraction layer and buffer-based allocator added
|
2013-07-03 17:22:31 +02:00 |
cipher.c
|
|
|
CMakeLists.txt
|
Add pk_context and associated functions
|
2013-07-08 17:32:27 +02:00 |
ctr_drbg.c
|
|
|
debug.c
|
Adapt debug_print_crt() for EC keys
|
2013-07-17 15:59:42 +02:00 |
des.c
|
|
|
dhm.c
|
|
|
ecdh.c
|
|
|
ecdsa.c
|
Add ecdsa_init and ecdsa_free
|
2013-07-08 15:30:23 +02:00 |
ecp.c
|
Rename ecp_check_prvkey with a 'i' for consistency
|
2013-07-09 16:42:34 +02:00 |
entropy_poll.c
|
|
|
entropy.c
|
|
|
error.c
|
pk_set_type() cannot be used to reset key type
|
2013-07-17 15:59:39 +02:00 |
gcm.c
|
|
|
havege.c
|
Also compiles / runs without time-based functions in OS
|
2013-07-03 17:22:32 +02:00 |
Makefile
|
Add pk_context and associated functions
|
2013-07-08 17:32:27 +02:00 |
md2.c
|
|
|
md4.c
|
|
|
md5.c
|
|
|
md_wrap.c
|
Memory-allocation abstraction layer and buffer-based allocator added
|
2013-07-03 17:22:31 +02:00 |
md.c
|
|
|
memory_buffer_alloc.c
|
Updated buffer-allocator with free-block-list to speed up searches
|
2013-07-03 17:22:32 +02:00 |
memory.c
|
Memory-allocation abstraction layer and buffer-based allocator added
|
2013-07-03 17:22:31 +02:00 |
net.c
|
Also compiles / runs without time-based functions in OS
|
2013-07-03 17:22:32 +02:00 |
oid.c
|
Expand oid_get_sig_alg() for ECDSA-based algs
|
2013-07-17 15:59:40 +02:00 |
padlock.c
|
|
|
pbkdf2.c
|
|
|
pem.c
|
Simplify password check in pem_read_buffer()
|
2013-07-09 16:42:35 +02:00 |
pk.c
|
Fix warnings (enum value missing from switch/case)
|
2013-07-17 15:59:41 +02:00 |
pkcs5.c
|
Removed memory leaks in PKCS#5 functions
|
2013-07-03 17:22:31 +02:00 |
pkcs11.c
|
Memory-allocation abstraction layer and buffer-based allocator added
|
2013-07-03 17:22:31 +02:00 |
pkcs12.c
|
Removed memory leak in PKCS#12 code
|
2013-07-03 17:22:31 +02:00 |
rsa.c
|
|
|
sha1.c
|
|
|
sha256.c
|
|
|
sha512.c
|
|
|
ssl_cache.c
|
Also compiles / runs without time-based functions in OS
|
2013-07-03 17:22:32 +02:00 |
ssl_ciphersuites.c
|
|
|
ssl_cli.c
|
Fix direct uses of x509_cert.rsa, now use pk_rsa()
|
2013-07-17 15:59:42 +02:00 |
ssl_srv.c
|
Fix direct uses of x509_cert.rsa, now use pk_rsa()
|
2013-07-17 15:59:42 +02:00 |
ssl_tls.c
|
Init and free new contexts in the right place for SSL to prevent
|
2013-07-16 17:48:58 +02:00 |
timing.c
|
|
|
version.c
|
|
|
x509parse.c
|
Refactor some EC key parsing code
|
2013-07-17 15:59:43 +02:00 |
x509write.c
|
|
|
xtea.c
|
|
|