TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
5a8a62ce1c8323c6e0ed37daf7e45d41508a1e29
/
tests
/
suites
/
test_suite_x509parse.data
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
a2d4e64
Some more EC pubkey parsing refactoring
by Manuel Pégourié-Gonnard
· 12 years ago
a3c86c3
Certificates with EC key and/or sig parsed
by Manuel Pégourié-Gonnard
· 12 years ago
72ef0b7
Add test certificate signed with ECDSA
by Manuel Pégourié-Gonnard
· 12 years ago
244569f
Use generic x509_get_pubkey() for RSA functions
by Manuel Pégourié-Gonnard
· 12 years ago
2b9252c
Add tests for x509parse_key_ec()
by Manuel Pégourié-Gonnard
· 12 years ago
1bc6931
Add test for x509parse_public_keyfile_ec
by Manuel Pégourié-Gonnard
· 12 years ago
ba4878a
Rename x509parse_key & co with _rsa suffix
by Manuel Pégourié-Gonnard
· 12 years ago
9e36f04
SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly
by Paul Bakker
· 12 years ago
f8d018a
Made asn1_get_alg() and asn1_get_alg_null() as generic functions
by Paul Bakker
· 12 years ago
f67edd9
Made x509parse PKCS#12 and PKCS#5 tests dependent on defines
by Paul Bakker
· 12 years ago
38b50d7
Moved PKCS#12 PBE functions to cipher / md layer where possible
by Paul Bakker
· 12 years ago
a4232a7
x509parse_crt() and x509parse_crt_der() return X509 password related codes
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
f1f21fe
Parsing of PKCS#8 encrypted private key files added and PKCS#12 basis
by Paul Bakker
· 12 years ago
e2f5040
Internally split up x509parse_key()
by Paul Bakker
· 12 years ago
c70b982
OID functionality moved to a separate module.
by Paul Bakker
· 12 years ago
915275b
- Revamped x509_verify() and the SSL f_vrfy callback implementations
by Paul Bakker
· 13 years ago
1a0f552
- Fixed test for 'trust extension' change
by Paul Bakker
· 13 years ago
9195662
- Added test for no-subject certificates with altSubjectNames
by Paul Bakker
· 13 years ago
4d2c124
- Changed certificate verify behaviour to comply with RFC 6125 section 6.3 to not match CN if subjectAltName extension is present.
by Paul Bakker
· 13 years ago
57b1298
- Multi-domain certificates support wildcards as well
by Paul Bakker
· 13 years ago
a8cd239
- Added support for wildcard certificates
by Paul Bakker
· 13 years ago
fae618f
- Updated tests to reflect recent changes
by Paul Bakker
· 14 years ago
36f1b19
- Added test for PKCS#8 wrapped private and public keys
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
335db3f
- Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO
by Paul Bakker
· 14 years ago
1be81a4
- Removed test for MD2 certificate as OpenSSL does not support it anymore
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
76fd75a
- Improved certificate validation and validation against the available CRLs
by Paul Bakker
· 15 years ago
b63b0af
- Added verification callback in certificate verification chain in order to allow external blacklisting
by Paul Bakker
· 15 years ago
9120018
- Added support for GeneralizedTime in X509 certificates
by Paul Bakker
· 15 years ago
46b8071
- Added 'depends_on' for tests dependent on specific hash algorithms
by Paul Bakker
· 16 years ago
c6ce838
- Better handling of extension parsing
by Paul Bakker
· 16 years ago
e4ff413
- Added extra coverage tests
by Paul Bakker
· 16 years ago
345fb49
- Added extra coverage and regression tests
by Paul Bakker
· 16 years ago
6b0fa4f
- Added extra regression and coverage tests for ASN parsing of CRL and Key data
by Paul Bakker
· 16 years ago
c26a189
- Added extra X509 regression and coverage tests
by Paul Bakker
· 16 years ago
b2c38f5
- Added a lot of ASN1 Certificate parsing tests
by Paul Bakker
· 16 years ago
4d6b31a
- Added extra certificates and tests
by Paul Bakker
· 16 years ago
37940d9f
- Added test coverage for X509parse
by Paul Bakker
· 16 years ago