Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-03Add checks to X509_NAME_oneline()David Benjamin
2016-03-31Remove some easy obj.h dependencies.David Benjamin
2016-03-15Align with upstream's error strings, take two.David Benjamin
2016-03-12Match upstream's error codes for the old sigalg code.David Benjamin
2016-02-27Move all signature algorithm code to crypto/x509.David Benjamin
2015-12-22Resolve a few old TODOs.David Benjamin
2015-12-16Remove the CRYPTO_EX_new callback.David Benjamin
2015-10-20Ditch remaining filename comments from public headers and ssl/David Benjamin
2015-09-01Add X509_CRL_up_ref.David Benjamin
2015-08-05Don't define typedefs twice.David Benjamin
2015-07-16Get rid of err function codes.David Benjamin
2015-06-24Restore |X509_REQ_print| and friends, from OpenSSL at ce7e647b.Matt Braithwaite
2015-05-20Convert reference counts in crypto/Adam Langley
2015-02-28Add support for reading PKCS#7 data from PEM files.Adam Langley
2015-02-27Add functions to parse and generate PKCS#7 files with CRLs.Adam Langley
2015-02-18Remove X509_get_pubkey_parameters.David Benjamin
2015-02-12Reset all the error codes.David Benjamin
2015-01-15Tag a number of globals as const.David Benjamin
2015-01-09Fix various certificate fingerprint issues.Adam Langley
2014-12-02unifdef OPENSSL_NO_BIO.David Benjamin
2014-11-11Remove i2d_X509_PKEY and d2i_X509_PKEY.David Benjamin
2014-10-29Move the X509_NAME typedef into x509.h.David Benjamin
2014-10-14Don't mix and match libraries and errors.David Benjamin
2014-10-10Remove #if-0'd ASN1_sign.David Benjamin
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-12Windows build fixes.Adam Langley
2014-08-07Add PKCS7_bundle_certificates.Adam Langley
2014-08-07Add X509_up_ref and use it internally.David Benjamin
2014-08-01Add visibility rules.Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Inital import.Adam Langley