aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/x509_test.cc
AgeCommit message (Expand)AuthorFilesLines
2017-04-05Teach crypto/x509 how to verify an Ed25519 signature.David Benjamin1-0/+74
2017-01-10ASN1_UTCTIME_print: fix, comment, test.Matthew Braithwaite1-1/+70
2016-12-21Work around language and compiler bug in memcpy, etc.David Benjamin1-3/+5
2016-12-21Add |X509_STORE_set0_additional_untrusted|.Adam Langley1-3/+28
2016-12-08Fix X509_parse_from_buffer when failing to parse.Adam Langley1-1/+46
2016-12-08Remove the remaining bssl::Main wrappers.David Benjamin1-9/+2
2016-11-09Address review comments from https://boringssl-review.googlesource.com/#/c/11...Adam Langley1-14/+19
2016-11-01Add d2i_X509_from_buffer.Adam Langley1-1/+197
2016-10-25Record kCRLTestRoot's private key in the source.David Benjamin1-1/+29
2016-10-24Use scopers a little more.David Benjamin1-7/+9
2016-10-24Correctly find all critical CRL extensions.David Benjamin1-251/+326
2016-09-27Avoid using empty initializer lists.David Benjamin1-1/+2
2016-09-26Add some sanity checks when checking CRL scores and testsSteven Valdez1-23/+202
2016-09-07Fold stack-allocated types into headers.David Benjamin1-1/+1
2016-09-01Replace Scoped* heap types with bssl::UniquePtr.Matt Braithwaite1-26/+29
2016-08-11Move remaining ScopedContext types out of scoped_types.hMartin Kreichgauer1-3/+9
2016-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley1-8/+4
2016-07-12Revert scoped_types.h change.Adam Langley1-0/+2
2016-07-11Remove scoped_types.h.Adam Langley1-2/+0
2016-07-11Move C++ helpers into |bssl| namespace.Adam Langley1-4/+8
2016-03-28Fix some malloc test failures.David Benjamin1-0/+3
2016-02-26Move X.509 signature algorithm tests to the crypto/x509 layer.David Benjamin1-13/+176
2016-02-24BIO_new_mem_buf should take const void *Steven Valdez1-1/+1
2016-01-20Fix build of x509_test.David Benjamin1-2/+3
2016-01-19Import “altchains” support.Adam Langley1-0/+305