TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/mbedtls-2.1
/
include
/
mbedtls
/
x509.h
6ad82d7
Rename time and index parameter to avoid name conflict.
by Hanno Becker
· 8 years ago
c386317
Only return VERIFY_FAILED from a single point
by Manuel Pégourié-Gonnard
· 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
e244f9f
Improve doc about length of strings written
by Manuel Pégourié-Gonnard
· 10 years ago
9a70225
Add parsing/printing for new X.509 keyUsage flags
by Manuel Pégourié-Gonnard
· 10 years ago
e7e8984
Fix and document corner-cases of time checking
by Manuel Pégourié-Gonnard
· 10 years ago
1685368
Rationalize snprintf() usage in X.509 modules
by Manuel Pégourié-Gonnard
· 10 years ago
fb317c5
Rename parameter in a x509 helper
by Manuel Pégourié-Gonnard
· 10 years ago
9505164
Create cert profile API (unimplemented yet)
by Manuel Pégourié-Gonnard
· 10 years ago
c730ed3
Rename boolean functions to be clearer
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
e6028c9
Fix some X509 macro names
by Manuel Pégourié-Gonnard
· 10 years ago
b5f48ad
manually merge 39a183a add x509_crt_verify_info()
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
4772314
Remove functions deprecated in 1.3
by Manuel Pégourié-Gonnard
· 10 years ago
7c4e60f
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
83b04de
Rename a few incidental references to PolarSSL
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/x509.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
· 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
fd6c85c
Set a compile-time limit to X.509 chain length
by Manuel Pégourié-Gonnard
· 11 years ago
8dcb2d7
Support escaping of commas in x509_string_to_names()
by Paul Bakker
· 11 years ago
d1539b1
Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT
by Manuel Pégourié-Gonnard
· 11 years ago
9113603
Use sig_opts in x509_sig_alg_gets()
by Manuel Pégourié-Gonnard
· 11 years ago
f75f2f7
Add sig_opts member to X509 structures
by Manuel Pégourié-Gonnard
· 11 years ago
78117d5
Consider trailerField a constant
by Manuel Pégourié-Gonnard
· 11 years ago
cac31ee
Factor common code for printing sig_alg
by Manuel Pégourié-Gonnard
· 12 years ago
cf975a3
Factor out some common code
by Manuel Pégourié-Gonnard
· 12 years ago
9df5c96
Fix dependencies
by Manuel Pégourié-Gonnard
· 12 years ago
e76b750
Finish parsing RSASSA-PSS parameters
by Manuel Pégourié-Gonnard
· 12 years ago
f346bab
Start parsing RSASSA-PSS parameters
by Manuel Pégourié-Gonnard
· 12 years ago
59a75d5
Basic parsing of certs signed with RSASSA-PSS
by Manuel Pégourié-Gonnard
· 12 years ago
b9e4e2c
Fix formatting: fix some 'easy' > 80 length lines
by Paul Bakker
· 11 years ago
cef4ad2
Adapt sources to configurable config.h name
by Manuel Pégourié-Gonnard
· 11 years ago
75342a6
Fixed typos in code
by Paul Bakker
· 11 years ago
7afdb88
Test and fix x509_oid functions
by Manuel Pégourié-Gonnard
· 11 years ago
b28487d
Start printing extensions in x509_crt_info()
by Manuel Pégourié-Gonnard
· 11 years ago
9533765
Reject certs and CRLs from the future
by Manuel Pégourié-Gonnard
· 11 years ago
6304f78
Add x509_time_future()
by Manuel Pégourié-Gonnard
· 11 years ago
c909308
Revert "Merged RSA-PSS support in Certificate, CSR and CRL"
by Manuel Pégourié-Gonnard
· 11 years ago
27b93ad
Factor common code for printing sig_alg
by Manuel Pégourié-Gonnard
· 12 years ago
5cac583
Factor out some common code
by Manuel Pégourié-Gonnard
· 12 years ago
ce7c6fd
Fix dependencies
by Manuel Pégourié-Gonnard
· 12 years ago
3c1e8b5
Finish parsing RSASSA-PSS parameters
by Manuel Pégourié-Gonnard
· 12 years ago
d9fd87b
Start parsing RSASSA-PSS parameters
by Manuel Pégourié-Gonnard
· 12 years ago
b1d4eb1
Basic parsing of certs signed with RSASSA-PSS
by Manuel Pégourié-Gonnard
· 12 years ago
50dc850
Const correctness
by Paul Bakker
· 12 years ago
30b95fa
Fixed cplusplus extern defines in header files
by Paul Bakker
· 12 years ago
c559c7a
Renamed x509_cert structure to x509_crt for consistency
by Paul Bakker
· 12 years ago
86d0c19
Generalized function names of x509 functions not parse-specific
by Paul Bakker
· 12 years ago
5187656
Renamed X509 / X509WRITE error codes to generic (non-cert-specific)
by Paul Bakker
· 12 years ago
d1a983f
Removed x509parse key functions and moved them to compat-1.2.h
by Paul Bakker
· 12 years ago
7c6b2c3
Split up X509 files into smaller modules
by Paul Bakker
· 12 years ago
40ce79f
Moved DHM parsing from X509 module to DHM module
by Paul Bakker
· 12 years ago
2292d1f
Fixed warnings in case POLARSSL_X509_PARSE_C is not defined
by Paul Bakker
· 12 years ago
1a7550a
Moved PK key parsing from X509 module to PK module
by Paul Bakker
· 12 years ago
0237620
Fix some dependencies declaration
by Manuel Pégourié-Gonnard
· 12 years ago
f9f377e
CSR Parsing (without attributes / extensions) implemented
by Paul Bakker
· 12 years ago
ca174fe
Merged refactored x509write module into development
by Paul Bakker
· 12 years ago
e5eae76
Generalized the x509write_csr_set_key_usage() function and key_usage storage
by Paul Bakker
· 12 years ago
5151b45
Minor comment fixes
by Manuel Pégourié-Gonnard
· 12 years ago
ef0ba55
Removed old X509 write data from x509.h
by Paul Bakker
· 12 years ago
ab2d983
Fix some ifdef's in x509parse
by Manuel Pégourié-Gonnard
· 12 years ago
991d0f5
Remove rsa member from x509_cert structure
by Manuel Pégourié-Gonnard
· 12 years ago
674b224
Prepare transition from x509_cert.rsa to pk
by Manuel Pégourié-Gonnard
· 12 years ago
788db11
Get rid of x509_cert.pkoid
by Manuel Pégourié-Gonnard
· 12 years ago
8838099
Add x509parse_{,public}_key{,file}()
by Manuel Pégourié-Gonnard
· 12 years ago
f838eed
Add x509_get_ecparams()
by Manuel Pégourié-Gonnard
· 12 years ago
5a9b82e
Make oid_get_pk_alg handle EC algorithms
by Manuel Pégourié-Gonnard
· 12 years ago
26833c2
Add stubs for x509parse_key_ec and co.
by Manuel Pégourié-Gonnard
· 12 years ago
ba4878a
Rename x509parse_key & co with _rsa suffix
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
28144de
PKCS#5 v2 PBES2 support and use in PKCS#8 encrypted certificates
by Paul Bakker
· 12 years ago
89ecb2d
ssl_parse_certificate() now calls x509parse_crt_der() directly
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
d5c2b54
Indication of x509_get_numeric_string() deprecation
by Paul Bakker
· 12 years ago
c70b982
OID functionality moved to a separate module.
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
915275b
- Revamped x509_verify() and the SSL f_vrfy callback implementations
by Paul Bakker
· 13 years ago
8d91458
- Added X509 CA Path support
by Paul Bakker
· 13 years ago
bdb912d
- Added preliminary ASN.1 buffer writing support
by Paul Bakker
· 13 years ago
a8cd239
- Added support for wildcard certificates
by Paul Bakker
· 13 years ago
69e095c
- Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it.
by Paul Bakker
· 14 years ago
6c0ceb3
- Added permissive certificate parsing to x509parse_crt() and x509parse_crtfile(). With permissive parsing the parsing does not stop on encountering a parse-error
by Paul Bakker
· 14 years ago
efc3029
- Extracted ASN.1 parsing code from the X.509 parsing code. Added new module.
by Paul Bakker
· 14 years ago
314052f
- Removed extraneous "polarssl/" in front on include directives in header files
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
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
917e754
- Added declaration of x509parse_public_key() and x509parse_public_keyfile() to
by Paul Bakker
· 14 years ago
400ff6f
- Corrected parsing of UTCTime dates before 1990 and after 1950
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
Next »