- 09 Apr, 2014 2 commits
-
-
Manuel Pégourié-Gonnard authored
-
Paul Bakker authored
-
- 04 Apr, 2014 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 26 Mar, 2014 1 commit
-
-
Paul Bakker authored
-
- 13 Mar, 2014 2 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 01 Feb, 2014 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 21 Nov, 2013 1 commit
-
-
Paul Bakker authored
-
- 29 Oct, 2013 2 commits
-
-
Paul Bakker authored
-
Paul Bakker authored
-
- 27 Oct, 2013 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 14 Oct, 2013 1 commit
-
-
Paul Bakker authored
-
- 11 Oct, 2013 1 commit
-
-
Paul Bakker authored
-
- 28 Sep, 2013 1 commit
-
-
Paul Bakker authored
-
- 20 Sep, 2013 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 18 Sep, 2013 2 commits
-
-
Paul Bakker authored
-
Manuel Pégourié-Gonnard authored
-
- 17 Sep, 2013 2 commits
-
-
Paul Bakker authored
-
Paul Bakker authored
-
- 16 Sep, 2013 1 commit
-
-
Paul Bakker authored
-
- 15 Sep, 2013 2 commits
-
-
Paul Bakker authored
-
Paul Bakker authored
-
- 27 Aug, 2013 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 25 Aug, 2013 1 commit
-
-
Paul Bakker authored
-
- 20 Aug, 2013 2 commits
-
-
Manuel Pégourié-Gonnard authored
- better error codes - rm now-useless include
-
Manuel Pégourié-Gonnard authored
Also fix a const-corectness issue.
-
- 15 Aug, 2013 1 commit
-
-
Paul Bakker authored
-
- 14 Aug, 2013 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 17 Jul, 2013 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 09 Jul, 2013 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 30 Jun, 2013 2 commits
-
-
Paul Bakker authored
-
Paul Bakker authored
The SHA4 name was not clear with regards to the new SHA-3 standard. So SHA2 and SHA4 have been renamed to better represent what they are: SHA256 and SHA512 modules.
-
- 29 Jun, 2013 2 commits
-
-
Paul Bakker authored
-
Paul Bakker authored
Ability to keep old function error_strerror() as well with POLARSSL_ERROR_STRERROR_BC. Also works with POLARSSL_ERROR_STRERROR_DUMMY.
-
- 25 Jun, 2013 4 commits
-
-
Paul Bakker authored
The 3-key and 2-key Triple DES PBE functions have been replaced with a single pkcs12_pbe() function that handles both situations (and more). In addition this allows for some PASSWORD_MISMATCH checking (cherry picked from commit 14a222ce)
-
Paul Bakker authored
The error code POLARSSL_ERR_X509_PASSWORD_MISMATCH is now properly returned in case of an encryption failure in the padding. The POLARSSL_ERR_X509_PASSWORD_REQUIRED error code is only returned for PEM formatted private keys as for DER formatted ones it is impossible to distinguish if a DER blob is PKCS#8 encrypted or not. (cherry picked from commit 1fd4321b) Conflicts: include/polarssl/error.h scripts/generate_errors.pl
-
Paul Bakker authored
old PBKDF2 module. (cherry picked from commit 19bd297d) Conflicts: include/polarssl/error.h scripts/generate_errors.pl
-
Paul Bakker authored
PKCS#8 encrypted key file support has been added to x509parse_key() with support for some PCKS#12 PBE functions (pbeWithSHAAnd128BitRC4, pbeWithSHAAnd3-KeyTripleDES-CBC and pbeWithSHAAnd2-KeyTripleDES-CBC) (cherry picked from commit cf6e95d9) Conflicts: scripts/generate_errors.pl
-
- 24 Jun, 2013 2 commits
-
-
Paul Bakker authored
After header and footer are read, pem_read_buffer() is able to determine the length of input data used. This allows calling functions to skip this PEM bit if an error occurs during its parsing. (cherry picked from commit 9255e830)
-
Paul Bakker authored
(cherry picked from commit eae09db9) Conflicts: library/gcm.c
-