TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
55427964b1073e566acfa36786bc4ab3ad901b9c
/
include
/
mbedtls
/
dhm.h
874b604
Merge remote-tracking branch 'public/pr/975' into mbedtls-2.16
by Simon Butcher
· 7 years ago
ad2e0da
Merge remote-tracking branch 'public/pr/2283' into development
by Simon Butcher
· 7 years ago
6c5c45f
Document parameter preconditions in DHM module
by Hanno Becker
· 7 years ago
6d0816a
Introduce macros to deprecate constants in the API
by Hanno Becker
· 7 years ago
9924bdc
Deprecate hardware acceleration errors
by Ron Eldor
· 7 years ago
428cc52
Allow to forward declare of public structs #1215
by Dawid Drozd
· 7 years ago
fa8f635
Add `MBEDTLS_SELF_TEST` check in header files
by Ron Eldor
· 8 years ago
11999bb
Fix minor code style issues
by Darryl Green
· 7 years ago
8945343
Merge branch 'development-proposed' into development-restricted-proposed
by Jaeden Amero
· 7 years ago
fa1fe36
Update dhm.h
by Rose Zadik
· 7 years ago
ee96359
Update dhm.h
by Rose Zadik
· 7 years ago
f763f2b
Update dhm.h
by Rose Zadik
· 7 years ago
4e6d55d
Add new modules to the refactoring
by Ron Eldor
· 7 years ago
129f508
dhm: Fix typo in RFC 5114 constants
by Jaeden Amero
· 7 years ago
9564e97
Merge branch 'development' into development-restricted
by Jaeden Amero
· 7 years ago
41ad082
Improve DHM documentation
by Rose Zadik
· 7 years ago
2acbf17
Merge branch 'development' into development-restricted
by Jaeden Amero
· 7 years ago
784de59
Merge remote-tracking branch 'upstream-restricted/pr/410' into development-restricted
by Jaeden Amero
· 7 years ago
7ecab3d
Error codes for hardware accelerator failures
by Gilles Peskine
· 7 years ago
a40a101
Update Doxygen file blocks to remove copyright and license information
by Darryl Green
· 8 years ago
d569ecf
Add some corrections based on code review
by nirekh01
· 8 years ago
08ba530
Remove some extra lines
by nirekh01
· 8 years ago
1f35ca9
Added alternated Diffie-Hellman module.
by Reuven Levin
· 8 years ago
f5dce36
Don't claim ECDH parameters are nothing-up-my-sleeve numbers
by Hanno Becker
· 8 years ago
e3481ab
Improve top warning in dhm.h
by Hanno Becker
· 8 years ago
5e6b8d7
Add missing whitespace
by Hanno Becker
· 8 years ago
0482fd5
Remove reference to utility program for RFC 3526/7919 verification
by Hanno Becker
· 8 years ago
8880e75
Add new function mbedtls_dhm_set_group to DHM Group
by Hanno Becker
· 8 years ago
e2fcfa8
Stick to the use of constant-macros
by Hanno Becker
· 8 years ago
f9734b3
Change wording of warnings
by Hanno Becker
· 8 years ago
f240ea0
Expand documentation of `mbedtls_dhm_read_params`
by Hanno Becker
· 8 years ago
70da2c5
Improve documentation of `mbedtls_dhm_make_params`
by Hanno Becker
· 8 years ago
a2f6b72
Add warnings regarding the use of DHM in general
by Hanno Becker
· 8 years ago
e764324
Improve documentation in dhm.h
by Hanno Becker
· 8 years ago
4c72b00
Add const-qualifiers to prime constants
by Hanno Becker
· 8 years ago
b1d4d1f
Add description of how the primes from RFC 3526/7919 were generated
by Hanno Becker
· 8 years ago
b2bad80
Introduce Diffie-Hellman parameters from RFC 7919
by Hanno Becker
· 8 years ago
0e6dc84
Deprecate Diffie-Hellman groups from RFC 5114
by Hanno Becker
· 8 years ago
2917b9e
Clarified function param in dhm.h
by Simon Butcher
· 9 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 10 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 10 years ago
7893103
Remove 1024 bits DHM params and add one 4096 bit
by Manuel Pégourié-Gonnard
· 10 years ago
3335205
Avoid in-out length in dhm_calc_secret()
by Manuel Pégourié-Gonnard
· 10 years ago
6a8ca33
Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED
by Manuel Pégourié-Gonnard
· 10 years ago
43b37cb
Fix use of pem_read_buffer() in PK, DHM and X509
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
[Renamed from include/polarssl/dhm.h]
fe44643
Rename website and repository
by Manuel Pégourié-Gonnard
· 10 years ago
860b516
Fix url again
by Manuel Pégourié-Gonnard
· 10 years ago
085ab04
Fix website url to use https.
by Manuel Pégourié-Gonnard
· 10 years ago
9698f58
Remove maintainer line.
by Manuel Pégourié-Gonnard
· 10 years ago
19f6b5d
Remove redundant "all rights reserved"
by Manuel Pégourié-Gonnard
· 10 years ago
a658a40
Update copyright
by Manuel Pégourié-Gonnard
· 10 years ago
967a2a5
Change name to mbed TLS in the copyright notice
by Manuel Pégourié-Gonnard
· 10 years ago
8f870b0
Add dhm_init()
by Paul Bakker
· 11 years ago
5af0e5b
Document in-out param of dhm_calc_secret()
by Manuel Pégourié-Gonnard
· 11 years ago
911c5dc
Add Second Oakley Group to dhm.h
by Paul Bakker
· 11 years ago
9af723c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
by Paul Bakker
· 11 years ago
d61cc3b
Possible naming collision in dhm_context
by Paul Bakker
· 12 years ago
15d5de1
Simplify usage of DHM blinding
by Manuel Pégourié-Gonnard
· 12 years ago
40ce79f
Moved DHM parsing from X509 module to DHM module
by Paul Bakker
· 12 years ago
032c34e
Don't use DH blinding for ephemeral DH
by Manuel Pégourié-Gonnard
· 12 years ago
143b502
Implement DH blinding
by Manuel Pégourié-Gonnard
· 12 years ago
2d62764
Change dhm_calc_secret() prototype
by Manuel Pégourié-Gonnard
· 12 years ago
407a0da
Moved __cplusplus extern statement to include struct definitions as well.
by Paul Bakker
· 12 years ago
9a73632
- Merged changesets 1399 up to and including 1415 into 1.2 branch
by Paul Bakker
· 13 years ago
da7e3f2
- Added RFC 3526 2048-bit and 3072-bit MODP groups
by Paul Bakker
· 13 years ago
a864f2e
- Removed trailing semicolon
by Paul Bakker
· 13 years ago
29b6476
- Added predefined DHM groups from RFC 5114
by Paul Bakker
· 13 years ago
c9b3e1e
- Fixed typo
by Paul Bakker
· 13 years ago
84bef1d
- Fixed DHM length to correct one
by Paul Bakker
· 13 years ago
a3d195c
- Changed the used random function pointer to more flexible format. Renamed havege_rand() to havege_random() to prevent mistakes. Lots of changes as a consequence in library code and programs
by Paul Bakker
· 14 years ago
314052f
- Removed extraneous "polarssl/" in front on include directives in header files
by Paul Bakker
· 14 years ago
9d78140
- A error_strerror function() has been added to translate between error codes and their description.
by Paul Bakker
· 14 years ago
23986e5
- Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops
by Paul Bakker
· 14 years ago
f3b86c1
- Updated Doxygen documentation generation and documentation on small parts
by Paul Bakker
· 14 years ago
37ca75d
- Added Doxygen source code documentation parts (donated by Fox-IT)
by Paul Bakker
· 15 years ago
b96f154
- Fixed copyright message
by Paul Bakker
· 15 years ago
84f12b7
- Updated Copyright to correct entity
by Paul Bakker
· 15 years ago
ff7fe67
- Minor DHM code cleanup/comments
by Paul Bakker
· 15 years ago
f55ec08
- Fixed typo
by Paul Bakker
· 15 years ago
fc8c436
- Updated copyright line to 2010
by Paul Bakker
· 15 years ago
1f3c39c
- Removed copyright line for Christophe Devine for clarity
by Paul Bakker
· 15 years ago
ff60ee6
- Added const-correctness to main codebase
by Paul Bakker
· 15 years ago
77b385e
- Updated copyright messages on all relevant files
by Paul Bakker
· 16 years ago
b5bf176
- Major change: Errors are now positive numbers instead of negative.
by Paul Bakker
· 16 years ago
785a9ee
- Added email address to header license information
by Paul Bakker
· 16 years ago
e0ccd0a
- Updated Copyright notices
by Paul Bakker
· 17 years ago
40e4694
- First replacement of xyssl by polarssl where needed
by Paul Bakker
· 17 years ago
8e831ed
by Paul Bakker
· 17 years ago
5121ce5
- Renamed include directory to polarssl
by Paul Bakker
· 17 years ago