aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/by_dir.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-21Work around language and compiler bug in memcpy, etc.David Benjamin1-1/+1
2016-09-20Shush a MinGW warning in crypto/x509.David Benjamin1-1/+1
2016-05-31Split unlock functions into read/write variants.David Benjamin1-5/+5
2016-01-19OpenSSL reformat x509/, x509v3/, pem/ and asn1/.Adam Langley1-393/+355
2015-11-12Become partially -Wmissing-variable-declarations-clean.David Benjamin1-1/+1
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin1-6/+6
2015-05-20Remove remaining calls to the old lock functions.Adam Langley1-9/+14
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith1-0/+1
2015-02-09Fix some unchecked mallocs.David Benjamin1-0/+6
2015-02-02Remove string.h from base.h.Adam Langley1-1/+2
2014-10-01Don't compare signed vs. unsigned.David Benjamin1-7/+8
2014-06-20Try both old and new X.509 hashes.Adam Langley1-122/+129
2014-06-20x509/by_dir.c: fix run-away pointer.Adam Langley1-4/+2
2014-06-20Inital import.Adam Langley1-0/+472