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-03-31Remove some easy obj.h dependencies.David Benjamin
2015-12-17Remove the stitched RC4-MD5 code and use the generic one.David Benjamin
2015-11-04Add SSL_get_ivs.Adam Langley
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-05-11Check max_out against in_len, not plaintext_len in RC4/MD5 AEAD.David Benjamin
2015-03-18Add SSL_get_rc4_state.Adam Langley
2015-03-06Don't delay-initialize legacy AEADs.David Benjamin
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-14Implement all TLS ciphers with stateful AEADs.David Benjamin
2014-12-02Don't manually extern OPENSSL_ia32cap_P.David Benjamin
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin
2014-07-01Add stitched RC4-MD5 as an AEAD.Adam Langley
2014-06-21Inital import.Adam Langley