TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
4087c47043cb7b8b51e69f1de47ab6a2bccead3d
/
programs
/
pkey
e0225e4
Fixed const correctness issues in programs and tests
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
508ad5a
- Moved all examples programs to use the new entropy and CTR_DRBG
by Paul Bakker
· 14 years ago
310c25e
- Fixed minor bug by zeroizing result memory
by Paul Bakker
· 14 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
cce9d77
- Lots of minimal changes to better support WINCE as a build target
by Paul Bakker
· 14 years ago
d246ed3
- Fixed rsa_encrypt and rsa_decrypt example programs to use public key for encryption and private key for decryption (Fixes ticket #34)
by Paul Bakker
· 14 years ago
7bc05ff
- Added rsa_encrypt and rsa_decrypt example programs
by Paul Bakker
· 14 years ago
ed56b22
- Added support for PKCS#8 wrapper on reading private keys (Fixes ticket #20)
by Paul Bakker
· 14 years ago
5690efc
- Fixed a whole bunch of dependencies on defines between files, examples and tests
by Paul Bakker
· 14 years ago
6c591fa
- mpi_init() and mpi_free() only accept a single argument and do not accept variable arguments anymore. This prevents unexpected memory corruption in a number of use cases.
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
af5c85f
- Improved portability with Microsoft Visual C
by Paul Bakker
· 14 years ago
1ffc1b9
- Added rsa_sign_pss and rsa_verify_pss to CMakeLists.txt
by Paul Bakker
· 14 years ago
2291f6c
- Added test application for RSASSA-PSS signing and verification
by Paul Bakker
· 14 years ago
9dcc322
- Added support for PKCS#1 v2.1 encoding and thus support for the RSAES-OAEP and RSASSA-PSS operations (enabled by POLARSSL_PKCS1_V21)
by Paul Bakker
· 14 years ago
547f73d
- Added install targets to the CMake files
by Paul Bakker
· 15 years ago
a802e1a
- Updated to new rsa_init, rsa_gen_key prototypes
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
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
77b385e
- Updated copyright messages on all relevant files
by Paul Bakker
· 16 years ago
367dae4
- Added CMake makefiles as alternative to regular Makefiles.
by Paul Bakker
· 16 years ago
026c03b
- Made changes for better compatibility with old-style C compilers
by Paul Bakker
· 16 years ago
4593aea
- Added support for RFC4055 SHA2 and SHA4 signature algorithms for
by Paul Bakker
· 16 years ago
785a9ee
- Added email address to header license information
by Paul Bakker
· 17 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
5121ce5
- Renamed include directory to polarssl
by Paul Bakker
· 17 years ago