TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/sphinx-versioned-documentation
/
include
/
mbedtls
/
pem.h
449bd83
Switch to the new code style
by Gilles Peskine
· 2 years, 7 months ago
6157fee
Unify defintions of inline for MSVC (and old armcc?)
by Gilles Peskine
· 2 years, 8 months ago
72bd4e4
Add accessor to get buf from mbedtls_pem_context
by Glenn Strauss
· 3 years, 6 months ago
38d4fdd
Add missing asterisk to doxygen closures
by Andrzej Kurek
· 3 years, 7 months ago
d297157
Move MBEDTLS_ERR_xxx Doxygen comments before the definition
by Gilles Peskine
· 4 years ago
c662b36
Replace all inclusions of config.h
by Bence Szépkúti
· 4 years, 2 months ago
846f021
Run MBEDTLS_PRIVATE wrapping script on the library.
by Mateusz Starzyk
· 4 years, 2 months ago
1e14827
Update copyright notices to use Linux Foundation guidance
by Bence Szépkúti
· 5 years ago
8dd1690
Merge remote-tracking branch 'tls/development' into development
by Jaeden Amero
· 6 years ago
c49fbbf
Use mbedtls-based path for includes
by Jaeden Amero
· 6 years ago
4063ad2
Improve documentation of mbedtls_pem_write_buffer()
by Hanno Becker
· 6 years ago
c470b6b
Merge development commit 8e76332 into development-psa
by Andrzej Kurek
· 6 years ago
8b0cf2e
Include configuration file to headers
by Ron Eldor
· 7 years ago
428cc52
Allow to forward declare of public structs #1215
by Dawid Drozd
· 7 years ago
a40a101
Update Doxygen file blocks to remove copyright and license information
by Darryl Green
· 8 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
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/pem.h]
fe44643
Rename website and repository
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
· 10 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
cff6842
POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C
by Paul Bakker
· 12 years ago
77e23fb
Move *_pemify() function to PEM module
by Paul Bakker
· 12 years ago
7d4e5b7
Simplify password check in pem_read_buffer()
by Manuel Pégourié-Gonnard
· 12 years ago
f8648d5
Fix undocumented feature of pem_read_buffer()
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
b6c5d2e
Cleanup up non-prototyped functions (static) and const-correctness
by Paul Bakker
· 12 years ago
00b2860
pem_read_buffer() already update use_len after header and footer are read
by Paul Bakker
· 12 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
96743fc
- Parsing of PEM files moved to separate module (Fixes ticket #13). Also possible to remove PEM support for systems only using DER encoding
by Paul Bakker
· 14 years ago