TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
refs/heads/iotssl-784-array-entry_name-too-small-2.1
/
library
/
pkparse.c
1a886ff
Fix parsing of PKCS#8 encoded Elliptic Curve keys.
by Jethro Beekman
· 7 years ago
5e50ff8
Merge remote-tracking branch 'upstream-restricted/pr/395' into mbedtls-2.1-restricted-proposed
by Jaeden Amero
· 7 years ago
8da4f86
Merge remote-tracking branch 'upstream-public/pr/1009' into mbedtls-2.1-proposed
by Gilles Peskine
· 7 years ago
133ab2c
Ensure that mbedtls_pk_parse_key() does not allocate 0 bytes
by Andres Amaya Garcia
· 8 years ago
3fe67da
Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted
by Manuel Pégourié-Gonnard
· 8 years ago
6ddfa37
Fix build without MBEDTLS_FS_IO
by Gilles Peskine
· 8 years ago
336b7de
Merge remote-tracking branch 'upstream-restricted/pr/386' into mbedtls-2.1-restricted
by Gilles Peskine
· 8 years ago
59ce0a7
Improve documentation in pkparse.c
by Hanno Becker
· 8 years ago
0c104b1
Fix typo
by Hanno Becker
· 8 years ago
570238e
Fix typo in pkparse.c
by Hanno Becker
· 8 years ago
69f00bf
Correct parsing checks in `mbedtls_pk_parse_key`
by Hanno Becker
· 8 years ago
da8e163
Remove unreachable branches in pkparse.c
by Hanno Becker
· 8 years ago
e5d5b90
Mention in-place decryption in pk_parse_key_pkcs8_encrypted_der
by Hanno Becker
· 8 years ago
ff53295
Remove unnecessary cast
by Hanno Becker
· 8 years ago
a1d5856
Add missing calls to mbedtls_pem_free in mbedtls_pk_parse
by Hanno Becker
· 8 years ago
9f2b60b
Use in-place decryption in pk_parse_pkcs8_encrypted_der
by Hanno Becker
· 8 years ago
073a070
Add end-of-buffer check to prevent heap-buffer-overflow
by Sanne Wouda
· 8 years ago
e7c839b
Zeroize return buf on failure in pkparse.c
by Andres Amaya Garcia
· 8 years ago
e7f8dc3
Clarify Comments and Fix Typos (#651)
by Brian J Murray
· 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
c0696c2
Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen
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
7551cb9
Replace malloc with calloc
by Manuel Pégourié-Gonnard
· 10 years ago
d9e6a3a
Rename pk_init_ctx() -> pk_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
0ece0f9
Fix checks for nul-termination
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
e3a062b
Rename ecp_use_known_dp -> mbedtls_ecp_group_load()
by Manuel Pégourié-Gonnard
· 10 years ago
862d503
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
e6c8366
Fix bug in pk_parse_key()
by Manuel Pégourié-Gonnard
· 10 years ago
e1e5871
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
924cd10
Fix bug in pk_parse_key()
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
6e06437
Reverse meaning of OID_CMP
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
fe44643
Rename website and repository
by Manuel Pégourié-Gonnard
· 10 years ago
a2424a0
PKCS8 encrypted key depend on PKCS5 or PKCS12
by Manuel Pégourié-Gonnard
· 11 years ago
c531b4a
Apply the semantic patch rm-malloc-cast.cocci.
by Mansour Moufid
· 10 years ago
7f84905
Fix two warnings from armcc v5
by Manuel Pégourié-Gonnard
· 10 years ago
00ab470
cleanup library and some basic tests. Includes, add guards to includes
by Rich Evans
· 10 years ago
860b516
Fix url again
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
9439f93
Use pk_load_file() in X509
by Manuel Pégourié-Gonnard
· 11 years ago
66e20c6
Fix warning and typo->error.
by Manuel Pégourié-Gonnard
· 11 years ago
66d5d07
Fix formatting in various code to match spacing from coding style
by Paul Bakker
· 11 years ago
d8bb826
Fix code styling for return statements
by Paul Bakker
· 11 years ago
3461772
Introduce polarssl_zeroize() instead of memset() for zeroization
by Paul Bakker
· 11 years ago
9af723c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
by Paul Bakker
· 11 years ago
cef4ad2
Adapt sources to configurable config.h name
by Manuel Pégourié-Gonnard
· 11 years ago
f4cf80b
Restructured pk_parse_key_pkcs8_encrypted_der() to prevent unreachable code
by Paul Bakker
· 11 years ago
5b8c409
Fix a warning (theoretical uninitialised variable)
by Manuel Pégourié-Gonnard
· 11 years ago
6fac351
Make support for SpecifiedECDomain optional
by Manuel Pégourié-Gonnard
· 11 years ago
5246ee5
Work around compressed EC public key in some cases
by Manuel Pégourié-Gonnard
· 11 years ago
eab20d2
Implement parsing SpecifiedECParameters
by Manuel Pégourié-Gonnard
· 11 years ago
7dc4c44
Library files moved to use platform layer
by Paul Bakker
· 11 years ago
387a211
Fix some dependencies in tests
by Manuel Pégourié-Gonnard
· 12 years ago
1032c1d
Fix some dependencies and warnings in small config
by Manuel Pégourié-Gonnard
· 12 years ago
ff29f9c
Compute public key if absent when reading EC key
by Manuel Pégourié-Gonnard
· 12 years ago
da77115
Changed pk_parse_get_pubkey() to pk_parse_subpubkey()
by Paul Bakker
· 12 years ago
cff6842
POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C
by Paul Bakker
· 12 years ago
4606c73
Added POLARSSL_PK_PARSE_C and POLARSSL_PK_WRITE_C
by Paul Bakker
· 12 years ago
1a7550a
Moved PK key parsing from X509 module to PK module
by Paul Bakker
· 12 years ago