aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/x_x509.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-21More updates following review feedbackMatt Caswell1-3/+0
2017-08-21Remove OPENSSL_assert() from crypto/x509Matt Caswell1-1/+2
2016-08-17Constify X509_get0_signature()Dr. Stephen Henson1-1/+2
2016-07-23Properly initialise the internal proxy certificate path length cacheRichard Levitte1-0/+1
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-05-11Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni1-2/+52
2016-05-02Fix i2d_X509_AUX: pp can be NULL.Dr. Stephen Henson1-2/+3
2016-04-28Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY1-1/+2
2016-04-26Ensure we check i2d_X509 return valMatt Caswell1-3/+12
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini1-1/+1
2016-03-01remove old unused oneline name fieldDr. Stephen Henson1-7/+0
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-18Drop cached certificate signature validity flagViktor Dukhovni1-1/+0
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz1-7/+0
2015-11-23Fix a few missed "if (!ptr)" cleanupsRich Salz1-3/+2
2015-10-15embed certificate serial number and signature fieldsDr. Stephen Henson1-3/+3
2015-10-03Fix more d2i cases to properly update the input pointerKurt Roeckx1-3/+1
2015-09-22header includesDr. Stephen Henson1-0/+1
2015-09-22Fix path in commentsDr. Stephen Henson1-1/+1
2015-09-22Move certificate request and CRL routines to x509 dir.Dr. Stephen Henson1-0/+227