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
path: root/crypto
AgeCommit message (Expand)Author
2015-01-14Replicate s3_cbc.c under crypto/cipher/internal.h.David Benjamin
2015-01-13Free more memory in cleanup functions.Adam Langley
2015-01-13Fix DER checks for DSA_check_signature and add tests.David Benjamin
2015-01-09Fix various certificate fingerprint issues.Adam Langley
2015-01-09Fix for CVE-2014-3570.Adam Langley
2015-01-06Fix a compile error on Windows.Eric Roman
2015-01-06s/comparision/comparison/.Adam Langley
2015-01-06Condition the use of UI64 on _MSC_VER.Adam Langley
2015-01-06Test which direction ERR_get_error reads from the error queue.David Benjamin
2015-01-06Set output EC_KEY to NULL when d2i_ECPrivateKey() fails.Eric Roman
2015-01-06Fix a couple of minor compiler warnings.Adam Langley
2015-01-06Add void in place of empty function arguments.Adam Langley
2015-01-06Rename hexdump to hexdump_write.Adam Langley
2014-12-19Properly handle key_len=0 for HMACNick Harper
2014-12-18Implement HKDF.Nick Harper
2014-12-16Tidy up DSA paramgen stylistically.David Benjamin
2014-12-16Consistently use RAND_bytes and check for failure.David Benjamin
2014-12-10Remove variable shadowing.Adam Langley
2014-12-09Remove EC_GROUP_set_point_conversion_formHåvard Molland
2014-12-09Remove ec hybrid point formatHåvard Molland
2014-12-05Renegerate OID outputs.David Benjamin
2014-12-05Keep the obj_mac.h license header round-tripping.David Benjamin
2014-12-05Restore obj_mac.num from upstream.David Benjamin
2014-12-05Add documentation for the OID scripts.David Benjamin
2014-12-05Don't include undef in cross reference table.David Benjamin
2014-12-04Switch crypto/bn back to _umul128 on Windows clang.David Benjamin
2014-12-02Add EVP_md5_sha1.David Benjamin
2014-12-02Don't use _umul128 for Windows clang.David Benjamin
2014-12-02Don't manually extern OPENSSL_ia32cap_P.David Benjamin
2014-12-01Fix bio_test.c build on Windows.David Benjamin
2014-11-24Cleanup of setting external bufferHåvard Molland
2014-11-19Add malloc failure tests.Adam Langley
2014-11-19Add EVP_PKEY_supports_digest.David Benjamin
2014-11-19Add zero copy read and write api for bio pairs.Håvard Molland
2014-11-14Fix garbage free on malloc failure in ec_wNAF_mul.David Benjamin
2014-11-12Fix ec_test build on Windows.David Benjamin
2014-11-11Fix ownership of error data in ERR_peek_*.David Benjamin
2014-11-11Use BN_bn2bin_padded rather than doing math to figure out leading zeros.David Benjamin
2014-11-11Compare r and s sizes to the order, not the degree.David Benjamin
2014-11-11Remove i2d_X509_PKEY and d2i_X509_PKEY.David Benjamin
2014-11-11Update constant-time operations.Adam Langley
2014-11-11aesni-x86_64.pl: make ECB subroutine Windows ABI compliant (RT 3552).Adam Langley
2014-11-11Simplify constant-time RSA padding check.Adam Langley
2014-11-11Add a few more constant-time utility functions.Adam Langley
2014-11-11perlasm/x86_64-xlate.pl: handle inter-bank movd.Adam Langley
2014-11-11Omit version for v1 certificates.Adam Langley
2014-11-11Extra return in check_issued.Adam Langley
2014-11-11Remove pkey_ctrl.Adam Langley
2014-11-11Possibly-uninit variable in pem_lib.c.Adam Langley
2014-11-11md5-x86_64.pl: work around warning.Adam Langley