a8cd239d6b
- Added support for wildcard certificates
...
- Added support for multi-domain certificates through the X509 Subject Alternative Name extension
2012-02-11 16:09:32 +00:00
fab5c829e7
- Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphersuites (POLARSSL_ENABLE_WEAK_CIPHERSUITES). They are disabled by default!
2012-02-06 16:45:10 +00:00
13eb9f01cf
- Added error exit code
2012-02-06 15:35:10 +00:00
e708e5c901
- Always return 0 fixed in doc for havege_random()
2012-02-03 08:13:57 +00:00
3c18a830b3
- Made changes for 1.1.1 release
2012-01-23 09:44:43 +00:00
99955bf86a
- Final changes for 1.1.1 release
2012-01-23 09:31:41 +00:00
6621987e1c
- Made better fix to issue of defined long long type for bignum code
2012-01-22 20:38:13 +00:00
17caec12af
- Changed back statement
2012-01-22 20:37:32 +00:00
e88186d2ff
- Fixed selftest for CTR_DRBG
2012-01-22 20:29:47 +00:00
2ec0a56649
- Fixed issue with Intel compiler on 64-bit platforms
2012-01-21 05:41:23 +00:00
cf0360a14e
- Fixed compiler error on 64-bit systems not using GCC
...
- t_udbl optimization now also works on platforms that did not define POLARSSL_HAVE_LONGLONG
2012-01-20 10:08:14 +00:00
ec1b9842c4
- Fixed type of length in get_pkcs_padding()
2012-01-14 18:24:43 +00:00
87e5cdad5b
- Fixed warning for t if no debugging defined
2012-01-14 18:14:15 +00:00
ed375caa3b
- Fixed signed status of ret
2012-01-14 18:10:38 +00:00
8913f82c26
- Fixed compiler warning for unreferenced ret in md_file() when POLARSSL_FS_IO not declared
2012-01-14 18:07:41 +00:00
1052784054
- Fixed typo
2012-01-14 18:00:00 +00:00
b15b851d6d
- Check for failed malloc() in ssl_set_hostname() and x509_get_entries() (Closes ticket #47 , found by Hugo Leisink)
2012-01-13 13:44:06 +00:00
8b21f7a55d
- Fixed variable doc for 'tag'
2012-01-13 13:29:05 +00:00
08a508838c
- Updated release date
2011-12-22 09:43:57 +00:00
394c56f854
- Support for FreeBSD _SOCKLEN_T_DECLARED
2011-12-20 12:19:03 +00:00
43655f46b0
- Added option to prevent default entropy sources from loading (POLARSSL_NO_DEFAULT_ENTROPY_SOURCES)
2011-12-15 20:11:16 +00:00
fb3a83f9e3
- Added appropriate error handling to ctr_drbg_init()
2011-12-15 20:05:53 +00:00
3f9b650b4b
- Fixed renumber error code for POLARSSL_ERR_CTR_DRBG_FILE_IO_ERROR
2011-12-15 19:50:22 +00:00
ccdb028629
- Fixed include with relative directory
2011-12-15 19:49:51 +00:00
28c7e7f6fa
- Added HAVEGE as a default entropy source
2011-12-15 19:49:30 +00:00
543c8e46b6
- Released 1.1.0 RC1
2011-12-11 16:36:02 +00:00
a42b3e916d
- Fixed top line for version
2011-12-11 11:48:51 +00:00
b1dee1cfd2
- Changed commands to lowercase where it was not the case
2011-12-11 11:29:51 +00:00
b3b4901295
- Fixed duplicate prefix inclusion
2011-12-11 11:28:52 +00:00
9bc2f320b8
- Added option to prevent installation of header files
2011-12-11 11:25:30 +00:00
55d3fd9aff
- Enlarged maximum size of DHM a client accepts to 512 bytes
2011-12-11 11:13:05 +00:00
69e095cc15
- Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it.
...
- As a consequence all error code that were positive were changed. A lot of MALLOC_FAILED and FILE_IO_ERROR error codes added for different modules.
- Programs and tests were adapted accordingly
2011-12-10 21:55:01 +00:00
18d32911c0
- Added internal ctr_drbg_init_entropy_len() to allow NIST determined entropy tests to work
2011-12-10 21:42:49 +00:00
bd4a9d0cda
- Changed entropy accumulator to have per-source thresholds
2011-12-10 17:02:19 +00:00
5cb9db4c5b
- Seed-size now matches required entropy for key + IV
2011-12-10 17:01:41 +00:00
c50132d4fa
- Updated version of PolarSSL to 1.1.0
2011-12-05 14:38:36 +00:00
9304880e8a
- Fixed correct printing of serial number '00'
2011-12-05 14:38:06 +00:00
b8ba90b316
- Enlarged default CRL size buffer
2011-12-05 14:34:12 +00:00
c8ffbe7706
- Corrected removal of leading '00:' in printing serial numbers in certificates and CRLs
2011-12-05 14:22:49 +00:00
6bcfc67cd2
- Prevented warning from unused parameter data
2011-12-05 13:54:00 +00:00
fc754a9178
- Addedd writing and updating of seedfiles as functions to CTR_DRBG
2011-12-05 13:23:51 +00:00
1c70d409ad
- Added better handling of missing session struct
2011-12-04 22:30:17 +00:00
00c1c428fc
- Updated VS2010 project files
2011-12-04 22:20:33 +00:00
4f229e5d83
- Fixed define for Windows time functions
2011-12-04 22:11:35 +00:00
4f5ae803fa
- Fixed MS Visual C++ name clash with int64 in sha4.h
2011-12-04 22:10:28 +00:00
c0a1a319df
- Moved test to entropy and CTR_DRBG
2011-12-04 17:12:15 +00:00
508ad5ab6d
- Moved all examples programs to use the new entropy and CTR_DRBG
2011-12-04 17:09:26 +00:00
4dc6457274
- Added public key of server1.key
2011-12-04 17:09:08 +00:00
310c25e564
- Fixed minor bug by zeroizing result memory
2011-12-04 17:06:56 +00:00
6c0ceb3f9a
- Added permissive certificate parsing to x509parse_crt() and x509parse_crtfile(). With permissive parsing the parsing does not stop on encountering a parse-error
2011-12-04 12:24:18 +00:00