Paul Bakker
|
ad7eca201d
|
- Reverted Makefile (Unmerged CMake fault)
|
2010-03-24 06:46:47 +00:00 |
|
Paul Bakker
|
2908713af1
|
- Corrected behaviour
|
2010-03-21 21:03:34 +00:00 |
|
Paul Bakker
|
fc8c4360b8
|
- Updated copyright line to 2010
|
2010-03-21 17:37:16 +00:00 |
|
Paul Bakker
|
1f3c39c194
|
- Removed copyright line for Christophe Devine for clarity
|
2010-03-21 17:30:05 +00:00 |
|
Paul Bakker
|
09d87fcd99
|
- Added release date for 0.13.0
|
2010-03-21 16:23:50 +00:00 |
|
Paul Bakker
|
7d3b661bfe
|
- Added reset functionality for HMAC context. Speed-up for some use-cases.
|
2010-03-21 16:23:13 +00:00 |
|
Paul Bakker
|
27caa8a17e
|
- Changed text for return 0 lines
|
2010-03-21 15:43:59 +00:00 |
|
Paul Bakker
|
baad6504d4
|
- Changed ARC4 to use seperate input/output buffer
|
2010-03-21 15:42:15 +00:00 |
|
Paul Bakker
|
f3ccc68100
|
- Fixed cipher interface for encrypt/decrypt functions
|
2010-03-18 21:21:02 +00:00 |
|
Paul Bakker
|
4fc45522f1
|
- Added cert_app application
|
2010-03-18 20:11:58 +00:00 |
|
Paul Bakker
|
43f7ff6906
|
- Removed debug print
|
2010-03-18 20:10:27 +00:00 |
|
Paul Bakker
|
9f335d5bc1
|
- Added attribution for fix from FrankDeB
|
2010-03-17 18:19:37 +00:00 |
|
Paul Bakker
|
27d661657b
|
- Added x509_get_sig_alg() to allow easy future X509 signature algorithm determination expansion
|
2010-03-17 06:56:01 +00:00 |
|
Paul Bakker
|
41d13f4af8
|
- Found algorithmic bug in mpi_is_prime()
|
2010-03-16 21:26:36 +00:00 |
|
Paul Bakker
|
4ed999c4b2
|
- Added fixes for compiler warnings on a Mac
|
2010-03-16 21:16:16 +00:00 |
|
Paul Bakker
|
f80d4539d1
|
- Small fix to initialize value
|
2010-03-16 21:16:04 +00:00 |
|
Paul Bakker
|
ff60ee6c2a
|
- Added const-correctness to main codebase
|
2010-03-16 21:09:09 +00:00 |
|
Paul Bakker
|
9120018f3d
|
- Added support for GeneralizedTime in X509 certificates
|
2010-02-18 21:26:15 +00:00 |
|
Paul Bakker
|
9caf2d2d38
|
- Added option parsing for ssl_client2 to select host and port
|
2010-02-18 19:37:19 +00:00 |
|
Paul Bakker
|
757e2507fd
|
- Fixed port number to ssl_server's
|
2010-02-18 19:29:00 +00:00 |
|
Paul Bakker
|
7d7f4f4ad4
|
- Added test_suite_debug to the Makefile
|
2010-02-18 18:26:04 +00:00 |
|
Paul Bakker
|
2dc766603a
|
- Added new debug suite to tests
|
2010-02-18 18:18:02 +00:00 |
|
Paul Bakker
|
1f76115340
|
- Fixed bug resulting in failure to send the last certificate in the chain in ssl_write_certificate() and ssl_write_certificate_request()
|
2010-02-18 18:16:31 +00:00 |
|
Paul Bakker
|
361e6382db
|
- Test SSL information
|
2010-02-18 16:55:49 +00:00 |
|
Paul Bakker
|
c847f070e5
|
- Added extra test cases
|
2010-01-18 21:26:30 +00:00 |
|
Paul Bakker
|
399fc00d89
|
- Moved PolarSSL Licensing to separate repository folder
|
2010-01-12 20:20:51 +00:00 |
|
Paul Bakker
|
1d4da2e123
|
- Added benchmark of 2048 and 4096 bits RSA
|
2009-10-25 12:36:53 +00:00 |
|
Paul Bakker
|
c1f3caacf2
|
- Added config.h to requirements for testing
|
2009-10-04 15:25:48 +00:00 |
|
Paul Bakker
|
5d8d64e1a6
|
- Fixed texts
|
2009-10-04 15:15:34 +00:00 |
|
Paul Bakker
|
1bbeb69e38
|
- Compile tests before programs
|
2009-10-04 15:08:01 +00:00 |
|
Paul Bakker
|
477fd326bd
|
- Removed dos newlines
|
2009-10-04 13:22:13 +00:00 |
|
Paul Bakker
|
fe1aea7877
|
- Fixed typo in MD4 define
|
2009-10-03 20:09:14 +00:00 |
|
Paul Bakker
|
1271d9df55
|
- Updated to reflect changes of 'depends_on' in testing
|
2009-10-03 20:05:57 +00:00 |
|
Paul Bakker
|
76791f7c32
|
- Rewrote sign and verify tests to handle missing algorithm definitions
|
2009-10-03 20:02:00 +00:00 |
|
Paul Bakker
|
46b8071641
|
- Added 'depends_on' for tests dependent on specific hash algorithms
|
2009-10-03 20:01:39 +00:00 |
|
Paul Bakker
|
de4d2eae95
|
- Added handling of missing POLARSSL_MD5_C define and POLARSSL_SHA1_c define
|
2009-10-03 19:58:52 +00:00 |
|
Paul Bakker
|
ccff1671ae
|
cat ../svn-commit.2.tmp
|
2009-10-03 19:57:10 +00:00 |
|
Paul Bakker
|
6506aff92d
|
- Removed MD2 and MD4 by default
|
2009-07-28 20:52:02 +00:00 |
|
Paul Bakker
|
46a6839a03
|
- Added generic 'make check' in Makefile
|
2009-07-28 20:29:34 +00:00 |
|
Paul Bakker
|
972f8e77cf
|
- Updated ChangeLog for release 0.12.0
|
2009-07-28 20:27:03 +00:00 |
|
Paul Bakker
|
d947d765e0
|
- Better implemented 'make check' in normal Makefile
|
2009-07-28 20:16:47 +00:00 |
|
Paul Bakker
|
3391b12ce3
|
- Fixed error codes. Negative when needed (SSL error codes). Non-negative if error-codes are OR'ed to other error codes (ASN1, Base64, MPI, DHM). The rest is negative by default.
|
2009-07-28 20:11:54 +00:00 |
|
Paul Bakker
|
9794cb4f03
|
- Addec 'make check' to the standard Makefile
|
2009-07-28 18:55:00 +00:00 |
|
Paul Bakker
|
77b385e91a
|
- Updated copyright messages on all relevant files
|
2009-07-28 17:23:11 +00:00 |
|
Paul Bakker
|
13e2dfecaa
|
- Cleaned up header documentation
|
2009-07-28 07:18:38 +00:00 |
|
Paul Bakker
|
c6ce838d8f
|
- Better handling of extension parsing
|
2009-07-27 21:34:45 +00:00 |
|
Paul Bakker
|
b3bb6c0c66
|
- Fixed include location of endian.h and name clash on Apples (found by Martin van Hensbergen)
|
2009-07-27 21:09:47 +00:00 |
|
Paul Bakker
|
2a1fadffd7
|
- Increased size of generated value X
|
2009-07-27 21:05:24 +00:00 |
|
Paul Bakker
|
2b222c830b
|
- Changed interface for AES and Camellia setkey functions to indicate invalid key lengths.
|
2009-07-27 21:03:45 +00:00 |
|
Paul Bakker
|
33768bf19b
|
- Created better DHM tests
|
2009-07-27 20:37:44 +00:00 |
|