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
2015-09-24size_t RSA_private_decrypt's input.David Benjamin
2015-09-24Upstream Android-specific things under |BORINGSSL_ANDROID_SYSTEM|Adam Langley
2015-09-24Banish more deprecated flags to the bottom.David Benjamin
2015-09-24Document certificate verification functions in SSL.David Benjamin
2015-09-24Don't pretend to account for RSA_PSK.David Benjamin
2015-09-24Document Channel ID functions and a few random extras.David Benjamin
2015-09-24Use |strtok| rather than |strtok_r|.Adam Langley
2015-09-24Adding more options for signing digest fallback.Steven Valdez
2015-09-23Work around even more Estonian ID card misissuances.David Benjamin
2015-09-19Add |SSL_CIPHER_is_RC4|.Adam Langley
2015-09-18Fix some malloc failure crashes.David Benjamin
2015-09-18Update the Estonian workaround comments.David Benjamin
2015-09-18Deprecated things are deprecated.David Benjamin
2015-09-18Group NPN functions in their own section.David Benjamin
2015-09-18Group ALPN functions into their own section.David Benjamin
2015-09-18ECDHE and DHE functions get grouped into sections.David Benjamin
2015-09-18Add method to query Extended Master Secret supportMatt Braithwaite
2015-09-18Skip the SCT and OCSP extensions in ServerHello when resuming sessions.Paul Lietar
2015-09-16Document PSK functions in ssl.h.David Benjamin
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-09-16Fix SSL and SSL_CTX ex_data variable names.David Benjamin
2015-09-16Fix minor documentation mistake.David Benjamin
2015-09-16Remove superfluous SHA-1 dependency from EVP ECDSA code.Brian Smith
2015-09-16Work around broken Estonian smart cards. Again.David Benjamin
2015-09-15Fold srtp.h into ssl.h.David Benjamin
2015-09-15Document session cache functions.David Benjamin
2015-09-15const-correct a few SSL_SESSION functions.David Benjamin
2015-09-15Reorder ssl_session.c slightly to match the header.David Benjamin
2015-09-15Move ex_data functions in ssl.h to a section.David Benjamin
2015-09-15Rename ssl_sess.c to ssl_session.c.David Benjamin
2015-09-15Document functions acting on an SSL_SESSION.David Benjamin
2015-09-15Move structs to a 'Private structures' section in ssl.h.David Benjamin
2015-09-15Replace skipPast with strings.TrimPrefix.David Benjamin
2015-09-15Move SSL_get_peer_* to Connection information.David Benjamin
2015-09-15Reorder functions in ssl_lib.c to match ssl.h.David Benjamin
2015-09-15Document a bunch of core functions in ssl.h.David Benjamin
2015-09-15No-op change to kick the documentation bot.David Benjamin
2015-09-15Run go fmt over runner.David Benjamin
2015-09-15Tidy up dtls1_hm_fragment_new and fix (unreachable) memory leak.David Benjamin
2015-09-15Initialise |supports_digest|.Adam Langley
2015-09-12Make SSL_get_client_CA_list slightly more OpenSSL-compatible.David Benjamin
2015-09-12Restore the NULL-SHA ciphersuite. (Alas.)Matt Braithwaite
2015-09-12Add server-side support for Signed Certificate Timestamps.Paul Lietar
2015-09-12Generate stable URL fragments.David Benjamin
2015-09-11Deprecated functions get their own sections.David Benjamin
2015-09-11Some documentation fixes.David Benjamin
2015-09-09Fix SSL_CIPHER_is_AESGCM.David Benjamin
2015-09-09Move large stack buffer in bssl_shim to heap.Adam Langley
2015-09-09Drop urandom_test.Adam Langley
2015-09-09Fold ssl_algs.c into ssl_lib.c.David Benjamin