TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
fb18b6ccd2f7f33e893dbf5d299f232b51a7c41f
/
programs
/
pkey
5d96a3d
Clarify the use of ECDSA API
by Janos Follath
· 8 years ago
8c9ab6c
Add extra compilation conditions to X.509 samples
by Simon Butcher
· 9 years ago
8435f9e
Add missing stdlib.h header to rsa sample programs
by Simon Butcher
· 9 years ago
de62b6e
Fixes error and exit paths in rsa sample programs
by Simon Butcher
· 9 years ago
fa4a88a
Fix memory leaks in example programs.
by Janos Follath
· 9 years ago
8fbb5a3
Fix snprintf usage again
by Manuel Pégourié-Gonnard
· 10 years ago
c728f94
Fix snprintf usage on windows
by Manuel Pégourié-Gonnard
· 10 years ago
ee7db9c
Fix hash buffer size in pkey programs
by Manuel Pégourié-Gonnard
· 10 years ago
6432c7e
Fix memory corruption in rsa sign/verify programs
by Manuel Pégourié-Gonnard
· 10 years ago
f0dd045
Backport dh_genprime update from 2.0
by Manuel Pégourié-Gonnard
· 10 years ago
6152b02
Fixed typos
by Paul Bakker
· 10 years ago
fe44643
Rename website and repository
by Manuel Pégourié-Gonnard
· 10 years ago
ab02580
Merge remote-tracking branch 'rich/platform' into development
by Manuel Pégourié-Gonnard
· 10 years ago
f53df4f
Fix unchecked return values in mpi_demo
by Manuel Pégourié-Gonnard
· 10 years ago
b92965b
modify programs/*.c to use polarssl_snprintf
by Rich Evans
· 11 years ago
ac1f76c
Merge remote-tracking branch 'rich/platform' into development
by Manuel Pégourié-Gonnard
· 10 years ago
6c5abfa
Style: fix trailing spaces
by Manuel Pégourié-Gonnard
· 10 years ago
013bffe
Style: add spaces before line continuation
by Manuel Pégourié-Gonnard
· 10 years ago
783d9d1
modify programs/*.c to use polarssl_snprintf
by Rich Evans
· 11 years ago
85b05ec
Cleanup programs further
by Rich Evans
· 10 years ago
18b78c7
cleanup programs
by Rich Evans
· 10 years ago
1cc0a34
Fix missing includes in program
by Manuel Pégourié-Gonnard
· 10 years ago
6f60cd8
Move from SHA-1 to SHA-256 as default in programs
by Manuel Pégourié-Gonnard
· 10 years ago
860b516
Fix url again
by Manuel Pégourié-Gonnard
· 11 years ago
7c9e75a
Remove a few useless #defines
by Manuel Pégourié-Gonnard
· 11 years ago
f90016a
Use platform layer in programs for consistency.
by Rich Evans
· 11 years ago
9014b6f
Rename project in CMake
by Manuel Pégourié-Gonnard
· 11 years ago
085ab04
Fix website url to use https.
by Manuel Pégourié-Gonnard
· 11 years ago
9698f58
Remove maintainer line.
by Manuel Pégourié-Gonnard
· 11 years ago
19f6b5d
Remove redundant "all rights reserved"
by Manuel Pégourié-Gonnard
· 11 years ago
a658a40
Update copyright
by Manuel Pégourié-Gonnard
· 11 years ago
967a2a5
Change name to mbed TLS in the copyright notice
by Manuel Pégourié-Gonnard
· 11 years ago
d153ef3
Missing dependencies on POLARSSL_ECP_C fixed
by Paul Bakker
· 11 years ago
a39416f
Fix bounds and error checking in gen_key.c
by Manuel Pégourié-Gonnard
· 11 years ago
3966d71
gen_key should open file as binary for writing DER keys
by Paul Bakker
· 11 years ago
a317a98
Adapt programs / test suites
by Paul Bakker
· 11 years ago
8cfd9d8
Adapt programs / test suites to _init() and _free()
by Paul Bakker
· 11 years ago
4e3e7c2
Clarify comment in program
by Manuel Pégourié-Gonnard
· 11 years ago
f9378d8
Fix dependencies on PEM in tests and programs
by Manuel Pégourié-Gonnard
· 11 years ago
3c38f29
Fix DER output of gen_key app (found by Gergely Budai)
by Paul Bakker
· 11 years ago
cef4ad2
Adapt sources to configurable config.h name
by Manuel Pégourié-Gonnard
· 11 years ago
8a0c0a9
Check additional return values in some test cases
by Paul Bakker
· 11 years ago
0c22610
Cleaned up location of init and free for some programs to prevent memory
by Paul Bakker
· 11 years ago
cbe3d0d
Added return value checking for correctness in programs
by Paul Bakker
· 11 years ago
1cfc458
Add option 'use_dev_random' to gen_key application
by Paul Bakker
· 11 years ago
844a4c0
Fix RSASSA-PSS example programs
by Manuel Pégourié-Gonnard
· 11 years ago
247b487
Missing 'else' in gen_key
by Paul Bakker
· 11 years ago
caf0e60
Forced cast to unsigned int for %u format in the ecdsa application
by Paul Bakker
· 12 years ago
29e86ea
Removed 'z' length modifier from format in ecdsa program
by Paul Bakker
· 12 years ago
014f143
Merged EC key generation support
by Paul Bakker
· 12 years ago
6e16cdb
Allow curve selection in gen_key
by Manuel Pégourié-Gonnard
· 12 years ago
840ab20
Explicit conversions to int from size_t for MSVC (64-bit) in apps
by Paul Bakker
· 12 years ago
8c23771
Start adding EC support in gen_key
by Manuel Pégourié-Gonnard
· 12 years ago
e4c71f0
Merged Prime generation improvements
by Paul Bakker
· 12 years ago
8fc30b1
Various const fixes
by Paul Bakker
· 12 years ago
5e1e611
Insert warning about time in dh_genprime
by Manuel Pégourié-Gonnard
· 12 years ago
b0a467f
Start adding a PK test suite
by Manuel Pégourié-Gonnard
· 12 years ago
1ffefac
Introduced entropy_free()
by Paul Bakker
· 12 years ago
15b9b3a
Key generation tool
by Paul Bakker
· 12 years ago
abd6e02
Rm _CRT_SECURE_NO_DEPRECATE for programs
by Manuel Pégourié-Gonnard
· 12 years ago
a7496f0
Fix a few more warnings in small configurations
by Manuel Pégourié-Gonnard
· 12 years ago
92e5b59
Fix some dependencies/warnings in programs
by Manuel Pégourié-Gonnard
· 12 years ago
da179e4
Add ecp_curve_list(), hide ecp_supported_curves
by Manuel Pégourié-Gonnard
· 12 years ago
940f9ce
Added pk_decrypt, pk_encrypt, pk_sign, pk_verify example applications
by Paul Bakker
· 12 years ago
2e24ca7
Updated key_app.c and key_app_writer.c for EC key printing
by Paul Bakker
· 12 years ago
15d5de1
Simplify usage of DHM blinding
by Manuel Pégourié-Gonnard
· 12 years ago
568c9cf
Add ecp_supported_curves and simplify some code
by Manuel Pégourié-Gonnard
· 12 years ago
4cf0686
Remove spurious '+ 3' in ecdsa_write_signature()
by Manuel Pégourié-Gonnard
· 12 years ago
30520d1
Moved rsa_sign_pss / rsa_verify_pss to use PK for key reading
by Paul Bakker
· 12 years ago
1525495
Key app updated to support pk_context / ECP keypairs
by Paul Bakker
· 12 years ago
7c6b2c3
Split up X509 files into smaller modules
by Paul Bakker
· 12 years ago
c7bb02b
Moved PK key writing from X509 module to PK module
by Paul Bakker
· 12 years ago
1a7550a
Moved PK key parsing from X509 module to PK module
by Paul Bakker
· 12 years ago
9013af7
Merged major refactoring of x509write module into development
by Paul Bakker
· 12 years ago
26b4d45
Fix key_app_writer
by Manuel Pégourié-Gonnard
· 12 years ago
ee73179
Adapt x509write_csr prototypes for PK
by Manuel Pégourié-Gonnard
· 12 years ago
2d62764
Change dhm_calc_secret() prototype
by Manuel Pégourié-Gonnard
· 12 years ago
548957d
Refactored RSA to have random generator in every RSA operation
by Paul Bakker
· 12 years ago
f3df61a
Generalized PEM writing in x509write module for RSA keys as well
by Paul Bakker
· 12 years ago
bf3109f
Add forgotten ecdsa_free() in ecdsa example
by Manuel Pégourié-Gonnard
· 12 years ago
e09631b
Create ecp_group_copy() and use it
by Manuel Pégourié-Gonnard
· 12 years ago
aa43161
Add ecdsa example program
by Manuel Pégourié-Gonnard
· 12 years ago
ba4878a
Rename x509parse_key & co with _rsa suffix
by Manuel Pégourié-Gonnard
· 12 years ago
03a8a79
Programs adapted to use polarssl_strerror() instead of error_strerror()
by Paul Bakker
· 12 years ago
3c5ef71
Cleanup up non-prototyped functions (static) and const-correctness in programs
by Paul Bakker
· 12 years ago
ef3f8c7
Fixed const correctness issues in programs and tests
by Paul Bakker
· 12 years ago
ed27a04
More granular define selections within code to allow for smaller code sizes
by Paul Bakker
· 12 years ago
c70b982
OID functionality moved to a separate module.
by Paul Bakker
· 12 years ago
21654f3
- Smaller default values
by Paul Bakker
· 13 years ago
520ea91
- Fixed to support 4096 bit DHM params as well
by Paul Bakker
· 13 years ago
1d56958
- Updated examples to use appropriate sizes for larger RSA keys (up to 16k)
by Paul Bakker
· 13 years ago
3ad34d4
- Added key_app_writer to CMakeLists.txt
by Paul Bakker
· 13 years ago
3fad7b3
- Changed saved value to RCF 3526 2048 MODP group
by Paul Bakker
· 13 years ago
5da01ca
- Added warning about example use
by Paul Bakker
· 13 years ago
5ef9db2
- Added rsa_check_privkey() check to rsa_sign
by Paul Bakker
· 13 years ago
db2509c
- Added password and password_file options for reading private keys
by Paul Bakker
· 13 years ago
88f17b8
- Fixed for new DHM handling (TLS 1.2)
by Paul Bakker
· 13 years ago
bdb912d
- Added preliminary ASN.1 buffer writing support
by Paul Bakker
· 13 years ago
1052784
- Fixed typo
by Paul Bakker
· 14 years ago
b1dee1c
- Changed commands to lowercase where it was not the case
by Paul Bakker
· 14 years ago
Next »