.. |
aes.c
|
- Fixed cipher interface for encrypt/decrypt functions
|
2010-03-18 21:21:02 +00:00 |
arc4.c
|
- Changed ARC4 to use seperate input/output buffer
|
2010-03-21 15:42:15 +00:00 |
base64.c
|
- Added const-correctness to main codebase
|
2010-03-16 21:09:09 +00:00 |
bignum.c
|
- Found algorithmic bug in mpi_is_prime()
|
2010-03-16 21:26:36 +00:00 |
camellia.c
|
- Fixed cipher interface for encrypt/decrypt functions
|
2010-03-18 21:21:02 +00:00 |
certs.c
|
- Updated copyright messages on all relevant files
|
2009-07-28 17:23:11 +00:00 |
CMakeLists.txt
|
- Updated and cleaned CMakeList
|
2009-07-11 19:54:40 +00:00 |
debug.c
|
- Added fixes for compiler warnings on a Mac
|
2010-03-16 21:16:16 +00:00 |
des.c
|
- Fixed cipher interface for encrypt/decrypt functions
|
2010-03-18 21:21:02 +00:00 |
dhm.c
|
- Added const-correctness to main codebase
|
2010-03-16 21:09:09 +00:00 |
havege.c
|
- Updated copyright messages on all relevant files
|
2009-07-28 17:23:11 +00:00 |
Makefile
|
- Added const-correctness to main codebase
|
2010-03-16 21:09:09 +00:00 |
md2.c
|
- Added const-correctness to main codebase
|
2010-03-16 21:09:09 +00:00 |
md4.c
|
- Added const-correctness to main codebase
|
2010-03-16 21:09:09 +00:00 |
md5.c
|
- Added const-correctness to main codebase
|
2010-03-16 21:09:09 +00:00 |
net.c
|
- Added fixes for compiler warnings on a Mac
|
2010-03-16 21:16:16 +00:00 |
padlock.c
|
- Fixed cipher interface for encrypt/decrypt functions
|
2010-03-18 21:21:02 +00:00 |
rsa.c
|
- Added const-correctness to main codebase
|
2010-03-16 21:09:09 +00:00 |
sha1.c
|
- Added const-correctness to main codebase
|
2010-03-16 21:09:09 +00:00 |
sha2.c
|
- Added const-correctness to main codebase
|
2010-03-16 21:09:09 +00:00 |
sha4.c
|
- Added const-correctness to main codebase
|
2010-03-16 21:09:09 +00:00 |
ssl_cli.c
|
- Added const-correctness to main codebase
|
2010-03-16 21:09:09 +00:00 |
ssl_srv.c
|
- Added const-correctness to main codebase
|
2010-03-16 21:09:09 +00:00 |
ssl_tls.c
|
- Changed ARC4 to use seperate input/output buffer
|
2010-03-21 15:42:15 +00:00 |
timing.c
|
- Added const-correctness to main codebase
|
2010-03-16 21:09:09 +00:00 |
x509parse.c
|
- Added x509_get_sig_alg() to allow easy future X509 signature algorithm determination expansion
|
2010-03-17 06:56:01 +00:00 |
xtea.c
|
- Fixed cipher interface for encrypt/decrypt functions
|
2010-03-18 21:21:02 +00:00 |