TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
655a96453968e11a6fabac882ae99bc82f81acdc
/
tests
/
suites
/
test_suite_x509parse.data
655a964
Adapt check_key_usage to new weird bits
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
d5f38b0
Fix dependencies on time on x509 test suite
by Manuel Pégourié-Gonnard
· 10 years ago
cbb1f6e
Implement cert profile checking
by Manuel Pégourié-Gonnard
· 10 years ago
9505164
Create cert profile API (unimplemented yet)
by Manuel Pégourié-Gonnard
· 10 years ago
bc7bbbc
Remove duplicated tests for x509_verify_info()
by Manuel Pégourié-Gonnard
· 10 years ago
c730ed3
Rename boolean functions to be clearer
by Manuel Pégourié-Gonnard
· 10 years ago
e6028c9
Fix some X509 macro names
by Manuel Pégourié-Gonnard
· 10 years ago
e75fa70
Merge branch 'mbedtls-1.3' into development
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
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
932e393
Fix typos & Co
by Manuel Pégourié-Gonnard
· 10 years ago
39ead3e
Add test certificate for bitstring in DN
by Manuel Pégourié-Gonnard
· 10 years ago
555fbf8
Support composite RDNs in X.509 certs parsing
by Manuel Pégourié-Gonnard
· 11 years ago
5c2aa10
Fix curve dependency issues in X.509 test suite
by Manuel Pégourié-Gonnard
· 11 years ago
57a5d60
Add tests for concatenated CRLs
by Manuel Pégourié-Gonnard
· 11 years ago
8a5e3d4
Forbid repeated X.509 extensions
by Manuel Pégourié-Gonnard
· 11 years ago
b134060
Fix memory leak with crafted X.509 certs
by Manuel Pégourié-Gonnard
· 11 years ago
0369a52
Fix uninitialised pointer dereference
by Manuel Pégourié-Gonnard
· 11 years ago
9c911da
Add tests for X.509 name encoding mismatch
by Manuel Pégourié-Gonnard
· 11 years ago
5d86185
Fix memory leak while parsing some X.509 certs
by Manuel Pégourié-Gonnard
· 11 years ago
5a5fa92
x509_crt_parse() did not increase total_failed on PEM error
by Paul Bakker
· 11 years ago
d153ef3
Missing dependencies on POLARSSL_ECP_C fixed
by Paul Bakker
· 11 years ago
237a847
Fix typos in comments
by Paul Bakker
· 11 years ago
d249b7a
Restore ability to trust non-CA selfsigned EE cert
by Manuel Pégourié-Gonnard
· 11 years ago
c4eff16
Restore ability to use v1 CA if trusted locally
by Manuel Pégourié-Gonnard
· 11 years ago
d77cd5d
Add tests for x509_csr_parse
by Manuel Pégourié-Gonnard
· 11 years ago
5873b00
Add pathological RSASSA-PSS test certificates
by Manuel Pégourié-Gonnard
· 11 years ago
97049c2
Add forgotten depends in test
by Manuel Pégourié-Gonnard
· 11 years ago
d1539b1
Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT
by Manuel Pégourié-Gonnard
· 11 years ago
8540369
Add tests for x509 rsassa_pss params parsing
by Manuel Pégourié-Gonnard
· 11 years ago
eacccb7
Add RSASSA-PSS certificate with all defaults
by Manuel Pégourié-Gonnard
· 11 years ago
5388202
Also verify CRLs signed with RSASSA-PSS
by Manuel Pégourié-Gonnard
· 11 years ago
920e1cd
Add basic PSS cert verification
by Manuel Pégourié-Gonnard
· 11 years ago
78117d5
Consider trailerField a constant
by Manuel Pégourié-Gonnard
· 11 years ago
39868ee
Parse CSRs signed with RSASSA-PSS
by Manuel Pégourié-Gonnard
· 12 years ago
2a8d7fd
Add tests for parsing CSRs
by Manuel Pégourié-Gonnard
· 12 years ago
8e42ff6
Parse CRLs signed with RSASSA-PSS
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
1ebc0c5
Fix typos
by Paul Bakker
· 11 years ago
4cdb4d9
X509 time-related tests depend on POLARSSL_HAVE_TIME
by Paul Bakker
· 11 years ago
3d41370
Fix hash dependencies in X.509 tests
by Manuel Pégourié-Gonnard
· 11 years ago
edc81ff
Fix some more curve depends in X.509 tests
by Manuel Pégourié-Gonnard
· 11 years ago
ec4d273
Fix curve dependencies in *keyusage tests
by Manuel Pégourié-Gonnard
· 11 years ago
b6487da
Fixed result for test case in test_suite_x509parse
by Paul Bakker
· 11 years ago
add05d7
Fix some dependency declarations in X.509 tests
by Manuel Pégourié-Gonnard
· 11 years ago
7afb8a0
Add x509_crt_check_extended_key_usage()
by Manuel Pégourié-Gonnard
· 11 years ago
99d4f19
Add keyUsage checking for CAs
by Manuel Pégourié-Gonnard
· 11 years ago
603116c
Add x509_crt_check_key_usage()
by Manuel Pégourié-Gonnard
· 11 years ago
7afdb88
Test and fix x509_oid functions
by Manuel Pégourié-Gonnard
· 11 years ago
7b30cfc
x509_crt_info() list output cosmectics
by Manuel Pégourié-Gonnard
· 11 years ago
f6f4ab4
Print extended key usage in x509_crt_info()
by Manuel Pégourié-Gonnard
· 11 years ago
65c2ddc
Print key_usage in x509_crt_info()
by Manuel Pégourié-Gonnard
· 11 years ago
bce2b30
Print subject alt name in x509_crt_info()
by Manuel Pégourié-Gonnard
· 11 years ago
919f8f5
Print NS Cert Type in x509_crt_info()
by Manuel Pégourié-Gonnard
· 11 years ago
b28487d
Start printing extensions in x509_crt_info()
by Manuel Pégourié-Gonnard
· 11 years ago
c7a88a9
Fix more depend issues on specific curves
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
41cae8e
Parse CSRs signed with RSASSA-PSS
by Manuel Pégourié-Gonnard
· 12 years ago
d4fd57d
Add tests for parsing CSRs
by Manuel Pégourié-Gonnard
· 12 years ago
5eeb32b
Parse CRLs signed with RSASSA-PSS
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
474c2ce
Fixed dependencies for some tests
by Paul Bakker
· 12 years ago
c680405
Removed test for empty data_files/dir0
by Paul Bakker
· 12 years ago
fbae2a1
Add tests for x509_crt_parse_path()
by Manuel Pégourié-Gonnard
· 12 years ago
420edca
Clean up config-suite-b.h thanks to new certs
by Manuel Pégourié-Gonnard
· 12 years ago
cc648d1
Adapt test cases to new certs and file names
by Manuel Pégourié-Gonnard
· 12 years ago
c27c4e2
Support faulty X509 v1 certificates with extensions
by Paul Bakker
· 12 years ago
387a211
Fix some dependencies in tests
by Manuel Pégourié-Gonnard
· 12 years ago
5187656
Renamed X509 / X509WRITE error codes to generic (non-cert-specific)
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
428b9ba
Moved POLARSSL_FS_IO check to .function from .data
by Paul Bakker
· 12 years ago
e827ce0
Fix for parse commit
by Paul Bakker
· 12 years ago
1a7550a
Moved PK key parsing from X509 module to PK module
by Paul Bakker
· 12 years ago
92cb1d3
Make CBC an option, step 3: individual ciphers
by Manuel Pégourié-Gonnard
· 12 years ago
989ed38
Make CBC an option, step 2: cipher layer
by Manuel Pégourié-Gonnard
· 12 years ago
a594385
x509_verify() now case insensitive for cn (RFC 6125 6.4)
by Paul Bakker
· 12 years ago
48377d9
Configuration option to enable/disable POLARSSL_PKCS1_V15 operations
by Paul Bakker
· 12 years ago
df0142b
Fix some dependencies in tests
by Manuel Pégourié-Gonnard
· 12 years ago
b4e9ca9
Add some more x509_verify tests
by Manuel Pégourié-Gonnard
· 12 years ago
05b9dce
Add tests for crl_info with EC CA
by Manuel Pégourié-Gonnard
· 12 years ago
6d29ff2
Add cert_info tests for EC and mixed certificates
by Manuel Pégourié-Gonnard
· 12 years ago
6009c3a
Add tests for EC cert and crl validation
by Manuel Pégourié-Gonnard
· 12 years ago
e7f64a8
Add missing depends to some x509parse tests
by Manuel Pégourié-Gonnard
· 12 years ago
5a8a62c
Fixed some x509parse tests after merge of new test framework
by Paul Bakker
· 12 years ago
898edb7
Merged the revamped test framework into development
by Paul Bakker
· 12 years ago
68a4fce
Added missing dependencies on functions and tests
by Paul Bakker
· 12 years ago
b03de8b
Add test for EC keys with all curves.
by Manuel Pégourié-Gonnard
· 12 years ago
06dab80
Fix memory error in asn1_get_bitstring_null()
by Manuel Pégourié-Gonnard
· 12 years ago
dbd443d
Adapted .function files and .data files to new test framework
by Paul Bakker
· 12 years ago
4f47538
Fix some 'depends' in tests
by Manuel Pégourié-Gonnard
· 12 years ago
Next »