Paul Bakker
|
23986e5d5d
|
- Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops
|
2011-04-24 08:57:21 +00:00 |
|
Paul Bakker
|
99a03afc22
|
- Fixed possible uninitialized values
|
2011-04-01 11:39:39 +00:00 |
|
Paul Bakker
|
9dcc32236b
|
- Added support for PKCS#1 v2.1 encoding and thus support for the RSAES-OAEP and RSASSA-PSS operations (enabled by POLARSSL_PKCS1_V21)
|
2011-03-08 14:16:06 +00:00 |
|
Paul Bakker
|
e3166ce040
|
- Renamed ciphers member of ssl_context and cipher member of ssl_session to ciphersuites and ciphersuite respectively. This clarifies the difference with the generic cipher layer and is better naming altogether
- Adapted in the rest of using code as well
|
2011-01-27 17:40:50 +00:00 |
|
Paul Bakker
|
43b7e35b25
|
- Support for PKCS#11 through the use of the pkcs11-helper library
|
2011-01-18 15:27:19 +00:00 |
|
Paul Bakker
|
61c324bbdd
|
- Enabled TLSv1.1 support in server as well
|
2010-07-29 21:09:03 +00:00 |
|
Paul Bakker
|
b96f154e51
|
- Fixed copyright message
|
2010-07-18 20:36:00 +00:00 |
|
Paul Bakker
|
84f12b76fc
|
- Updated Copyright to correct entity
|
2010-07-18 10:13:04 +00:00 |
|
Paul Bakker
|
77a43580da
|
- Added support for the SSL_EDH_RSA_AES_128_SHA and SSL_EDH_RSA_CAMELLIA_128_SHA ciphersuites
|
2010-06-15 21:32:46 +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
|
ff60ee6c2a
|
- Added const-correctness to main codebase
|
2010-03-16 21:09:09 +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
|
77b385e91a
|
- Updated copyright messages on all relevant files
|
2009-07-28 17:23:11 +00:00 |
|
Paul Bakker
|
fc22c441bc
|
- Renamed RSA_RAW to SIG_RSA_RAW for consistency in the code.
|
2009-07-19 20:36:27 +00:00 |
|
Paul Bakker
|
785a9eeece
|
- Added email address to header license information
|
2009-01-25 14:15:10 +00:00 |
|
Paul Bakker
|
060c56871c
|
- Fixed possible heap overflow in pkcs1_decrypt on data larger than output
buffer after padding. For instance the premaster decryption in
ssl_parse_client_key_exchange() in ssl_serv.c (Thanks to Christophe
Devine)
|
2009-01-12 21:48:39 +00:00 |
|
Paul Bakker
|
b5ef0bada4
|
- Added SSL_RSA_CAMELLIA_128_SHA, SSL_RSA_CAMELLIA_256_SHA, SSL_EDH_RSA_CAMELLIA_256_SHA ciphersuites to SSL
|
2009-01-11 20:25:36 +00:00 |
|
Paul Bakker
|
e0ccd0a7c3
|
- Updated Copyright notices
|
2009-01-04 16:27:10 +00:00 |
|
Paul Bakker
|
40e46940df
|
- First replacement of xyssl by polarssl where needed
|
2009-01-03 21:51:57 +00:00 |
|
Paul Bakker
|
5121ce5bdb
|
- Renamed include directory to polarssl
|
2009-01-03 21:22:43 +00:00 |
|