aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/x_x509.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-27X509_parse_from_buffer: reject massive certificates.Adam Langley1-0/+6
2016-12-08Fix X509_parse_from_buffer when failing to parse.Adam Langley1-2/+2
2016-12-05Fix x509v3_cache_extensions locking.David Benjamin1-3/+3
2016-11-09Address review comments from https://boringssl-review.googlesource.com/#/c/11...Adam Langley1-1/+1
2016-11-01Add d2i_X509_from_buffer.Adam Langley1-0/+33
2016-08-11Finish aligning up_ref functions with OpenSSL 1.1.0.David Benjamin1-2/+2
2016-07-21Drop cached certificate signature validity flagDavid Benjamin1-1/+0
2016-05-13Make i2d_X509_AUX work if *pp = NULL.David Benjamin1-2/+53
2016-05-03Sync with upstream on i2d_X509_AUX.David Benjamin1-0/+3
2016-04-29Fix d2i_X509_AUX.David Benjamin1-2/+0
2016-04-26Ensure we check i2d_X509 return valSteven Valdez1-3/+13
2016-01-19OpenSSL reformat x509/, x509v3/, pem/ and asn1/.Adam Langley1-119/+120
2015-12-15Remove the CRYPTO_EX_new callback.David Benjamin1-3/+3
2015-09-28d2i: don't update input pointer on failureDavid Benjamin1-8/+7
2015-05-20Remove last references to named locks.Adam Langley1-1/+1
2015-05-20Convert reference counts in crypto/Adam Langley1-1/+1
2015-04-15Remove hash table lookups from ex_data.David Benjamin1-4/+11
2015-04-15Unexpose the generic ex_data functions.David Benjamin1-0/+2
2015-03-19Fix a failure to NULL a pointer freed on error.David Benjamin1-1/+11
2014-08-07Add X509_up_ref and use it internally.David Benjamin1-0/+6
2014-06-20Inital import.Adam Langley1-0/+203