Hanno Becker
|
70ded3602c
|
Minor improvements to Camellia module and documentation
|
2018-12-19 13:42:05 +00:00 |
|
Hanno Becker
|
20376d631d
|
Don't promise that passing NULL input to Blowfish works
It seems to work, but we don't test it currently,
so we shouldn't promise it.
|
2018-12-19 12:52:59 +00:00 |
|
Hanno Becker
|
3d9a3490f8
|
Improve Blowfish documentation
|
2018-12-19 12:52:59 +00:00 |
|
Hanno Becker
|
49acc64c69
|
Minor improvements to Blowfish documentation and tests
|
2018-12-19 12:52:59 +00:00 |
|
Hanno Becker
|
3b4d6c6925
|
Document parameter preconditions for Blowfish module
|
2018-12-19 12:52:59 +00:00 |
|
Hanno Becker
|
938a15e584
|
Leave behaviour on NULL input unspecified in ARIA
We allow a NULL input buffer if the input length is zero,
but we don't test it. As long as that's the case, we shouldn't
promise to support it.
|
2018-12-19 12:51:00 +00:00 |
|
Hanno Becker
|
2f87504cb7
|
Minor ARIA documentation improvements
|
2018-12-19 12:51:00 +00:00 |
|
Hanno Becker
|
02d524c05c
|
Minor ARIA documentation improvements
|
2018-12-19 12:51:00 +00:00 |
|
Hanno Becker
|
139d8313d9
|
Document parameter preconditions for the ARIA module
|
2018-12-19 12:51:00 +00:00 |
|
Hanno Becker
|
1e2f3ed08f
|
Remove merge artifact
|
2018-12-19 12:47:55 +00:00 |
|
Hanno Becker
|
bdb7cd4840
|
Don't promise that passing NULL input to Camellia works
|
2018-12-19 12:47:55 +00:00 |
|
Hanno Becker
|
c7579ecb17
|
Improve Camellia documentation
|
2018-12-19 12:47:55 +00:00 |
|
Hanno Becker
|
af4b83bb2a
|
Minor improvements to CAMELLIA documentation
|
2018-12-19 12:47:55 +00:00 |
|
Hanno Becker
|
e939de7247
|
Minor fixes to Camellia parameter validation
|
2018-12-19 12:47:55 +00:00 |
|
Hanno Becker
|
f10905a6a7
|
Use full sentences in documentation of CAMELLIA preconditions
|
2018-12-19 12:47:55 +00:00 |
|
Hanno Becker
|
b4b7fb7504
|
Implement parameter validation for CAMELLIA module
|
2018-12-19 12:47:55 +00:00 |
|
Hanno Becker
|
7a16aaddba
|
Document parameter preconditions in CAMELLIA module
|
2018-12-19 12:47:55 +00:00 |
|
Hanno Becker
|
bb186f89fc
|
Weaken preconditions for mbedtls[_internal]_sha512_process()
|
2018-12-19 10:27:24 +00:00 |
|
Hanno Becker
|
fbf67770d8
|
Improve ECJPAKE documentation
|
2018-12-19 10:14:43 +00:00 |
|
Hanno Becker
|
185e516309
|
Minor fixes to ECJPAKE parameter validation
|
2018-12-19 09:48:50 +00:00 |
|
Simon Butcher
|
54b789aa74
|
Merge remote-tracking branch 'public/pr/2298' into development
|
2018-12-19 08:08:14 +00:00 |
|
Gilles Peskine
|
a310b41ebe
|
Add null-pointer support information to init/free
|
2018-12-19 00:51:21 +01:00 |
|
Hanno Becker
|
035c6baefe
|
Fix documentation bug in ECDSA module
|
2018-12-18 23:35:53 +00:00 |
|
Hanno Becker
|
c81cfece8f
|
Minor fixes to parameter validation in ECDH module
|
2018-12-18 23:32:42 +00:00 |
|
Hanno Becker
|
3f1f4ad9bd
|
Weaken preconditions on mbedtls_[internal_]sha256_process()
|
2018-12-18 23:19:37 +00:00 |
|
Hanno Becker
|
79b9e39732
|
Weaken preconditions for mbedtls[_internal]_sha1_process()
|
2018-12-18 23:17:49 +00:00 |
|
Hanno Becker
|
d01ff493e5
|
Minor improvements in bignum documentation
|
2018-12-18 23:10:28 +00:00 |
|
Hanno Becker
|
3f2d1ef169
|
Fix typo in SHA512 documentation
|
2018-12-18 18:41:40 +00:00 |
|
Hanno Becker
|
42f783d3b7
|
Fix minor issues in SHA1 documentation
|
2018-12-18 18:39:32 +00:00 |
|
Hanno Becker
|
d73101266d
|
Don't promise that passing a NULL to mbedtls_mpi_read_string works
|
2018-12-18 18:12:13 +00:00 |
|
Hanno Becker
|
01c3c10640
|
Fix typos in documentation of bignum module
Found by doxygen.sh
|
2018-12-18 18:12:13 +00:00 |
|
Hanno Becker
|
e118504a5f
|
Numerous minor improvements to bignum documentation
|
2018-12-18 18:12:13 +00:00 |
|
Hanno Becker
|
8282c2f070
|
Minor improvements to bignum documentation
|
2018-12-18 18:12:13 +00:00 |
|
Hanno Becker
|
c23483ed8c
|
Document preconditions on parameters in public bignum API
|
2018-12-18 18:12:13 +00:00 |
|
Hanno Becker
|
974ca0d947
|
Fix documentation bug on necessity of RNG in RSA PKCS v1.5
|
2018-12-18 18:03:24 +00:00 |
|
Hanno Becker
|
2f660d047d
|
Forbid passing NULL input buffers to RSA encryption routines
|
2018-12-18 17:07:30 +00:00 |
|
Hanno Becker
|
9171c6e9ec
|
Leave behaviour on NULL buffers to SHA-1 unspecified for now
We deal correctly with NULL being passed alongside a zero length
argument, but don't have tests for it, so we shouldn't promise
that it works.
|
2018-12-18 17:01:58 +00:00 |
|
Hanno Becker
|
6c5c45f400
|
Document parameter preconditions in DHM module
|
2018-12-18 16:59:09 +00:00 |
|
Hanno Becker
|
ca6f4585c7
|
Fix parameter validation in SHA-512 module
|
2018-12-18 16:36:26 +00:00 |
|
Hanno Becker
|
fc2a0b2e67
|
Minor SHA-256 documentation improvement
|
2018-12-18 16:32:50 +00:00 |
|
Hanno Becker
|
77886af63e
|
Improve SHA-256 documentation on parameter preconditions
|
2018-12-18 16:30:36 +00:00 |
|
Hanno Becker
|
ad7581fac5
|
Minor improvements to ChaCha20/Poly1305/ChaChaPoly documentation
|
2018-12-18 15:30:30 +00:00 |
|
Hanno Becker
|
e463c42902
|
Minor improvements
|
2018-12-18 15:30:30 +00:00 |
|
Hanno Becker
|
b3c10b348b
|
Add documentation on parameter preconditions to ChaChaPoly modules
|
2018-12-18 15:30:30 +00:00 |
|
Hanno Becker
|
b5c99f5c72
|
Improve documentation of SHA-512 parameter preconditions
|
2018-12-18 15:29:32 +00:00 |
|
Andres Amaya Garcia
|
ff1052e6b0
|
Document valid function params for SHA-512 functions
|
2018-12-18 15:06:39 +00:00 |
|
Andres Amaya Garcia
|
ba519b94a5
|
Add parameter validation to SHA-512 module
|
2018-12-18 15:06:39 +00:00 |
|
Hanno Becker
|
a9020f2107
|
Clarify the need for a PRNG in various RSA operations
|
2018-12-18 14:45:45 +00:00 |
|
Hanno Becker
|
e2e509ca5d
|
Document parameter preconditions in ECDSA module
|
2018-12-18 14:31:50 +00:00 |
|
Hanno Becker
|
8ce3d939be
|
Fix typo in documentation of ECJPAKE module
|
2018-12-18 14:31:18 +00:00 |
|