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-11-10Add four, basic fuzz tests.Adam Langley
2015-11-10Add AArch64 Montgomery assembly.Adam Langley
2015-11-10Enable Montgomery optimisations on ARM.Adam Langley
2015-11-10Check PKCS#8 pkey field is valid before cleansing.Adam Langley
2015-11-10bssl pkcs12 shouldn't crash on missing key.David Benjamin
2015-11-07Fix build.David Benjamin
2015-11-07Add SSL_get_server_key_exchange_hash.David Benjamin
2015-11-07Remove the hard-coded SHA-1 exception for sigalgs.David Benjamin
2015-11-07Remove non-ASM version of |bn_mul_mont| in bn/generic.c.Brian Smith
2015-11-07Define BORINGSSL_201510.Adam Langley
2015-11-07Use typedef names, not struct names.David Benjamin
2015-11-07Rewrite DTLS handshake message sending logic.David Benjamin
2015-11-06Add missing state to DTLS state machine.David Benjamin
2015-11-06Allow SHA-512 unaligned data access in |OPENSSL_NO_ASM| mode.Brian Smith
2015-11-06Constify more BN_MONT_CTX parameters.David Benjamin
2015-11-06Add SSL_CIPHER_get_min_version and tidy up SSL_TLSV1_2 logic.David Benjamin
2015-11-06Remove untested, unnecessary big-endian SHA-1/SHA-256 optimizations.Brian Smith
2015-11-06Require that EC points are on the curve.Adam Langley
2015-11-06Add various functions for SSL_CIPHER.David Benjamin
2015-11-06Test that the client doesn't offer TLS 1.2 ciphers when it shouldn't.David Benjamin
2015-11-05Fix up several comments and detect problems in the future.Adam Langley
2015-11-04Add missing newline in aead.h.Adam Langley
2015-11-04Add SSL_get_ivs.Adam Langley
2015-11-04Separate CCS and handshake writing in DTLS.David Benjamin
2015-11-04Improve crypto/digest/md32_common.h mechanism.Brian Smith
2015-11-04Free BN_MONT_CTX in generic code.David Benjamin
2015-11-04Fix ASan bot.David Benjamin
2015-11-04Make it possible for a static linker to discard unused RSA functions.David Benjamin
2015-11-04Unwind DH_METHOD and DSA_METHOD.David Benjamin
2015-11-04Don't bother sampling __func__.David Benjamin
2015-11-04Fix several MSVC warnings.Adam Langley
2015-11-04(Hopefully) fix a warning on Windows.Adam Langley
2015-11-04Initialise variable before jump.Adam Langley
2015-11-04Add Intel's P-256Adam Langley
2015-11-04Add ssl_renegotiate_ignore.Adam Langley
2015-11-04Correct the spelling of "primitive".Matt Braithwaite
2015-11-03Revert "Improve crypto/digest/md32_common.h mechanism."Adam Langley
2015-11-03Improve crypto/digest/md32_common.h mechanism.Brian Smith
2015-11-03Update link to Google style guide.David Benjamin
2015-11-03Make BN_mod_exp_mont_consttime take a const context.Adam Langley
2015-11-03Add ciphers option to bssl.Adam Langley
2015-11-03Expand a comment.Adam Langley
2015-11-03Don't use ssl3_write_pending in DTLS.David Benjamin
2015-11-03Fix DTLS asynchronous write handling.David Benjamin
2015-11-03Make recordingconn emit more useful things for DTLS.David Benjamin
2015-11-03Fix documentation typo.Torbjörn Granlund
2015-10-31Fix a missing initializer that only Clang warns about.Adam Langley
2015-10-31Fix several warnings that arise in Android.Adam Langley
2015-10-31Reorganise |SSL_SESSION| and |SSL| to save a little memory.Adam Langley
2015-10-30Make the instructions for downloading the ARM compiler easier to copy and paste.Adam Langley