aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-22Remove support for mis-encoded PKCS#8 DSA keys.chromium-2564David Benjamin1-53/+7
2015-11-11Remove condition which always evaluates to true (size_t >= 0).Piotr Sikora1-1/+1
2015-11-11Test for underflow before subtraction.Piotr Sikora1-1/+1
2015-11-11Remove stl_compat.h.David Benjamin16-296/+114
2015-11-11Limit DHE groups to 4096-bit.David Benjamin5-2/+32
2015-11-11Move curve check out of tls12_check_peer_sigalg.David Benjamin6-25/+32
2015-11-10Update and fix fuzzing instructions.Adam Langley2-3/+19
2015-11-10Add four, basic fuzz tests.Adam Langley604-0/+421
2015-11-10Add AArch64 Montgomery assembly.Adam Langley3-2/+1515
2015-11-09Enable Montgomery optimisations on ARM.Adam Langley1-1/+1
2015-11-09Check PKCS#8 pkey field is valid before cleansing.Adam Langley1-1/+1
2015-11-09bssl pkcs12 shouldn't crash on missing key.David Benjamin1-2/+4
2015-11-06Fix build.David Benjamin1-0/+1
2015-11-06Add SSL_get_server_key_exchange_hash.David Benjamin10-23/+70
2015-11-06Remove the hard-coded SHA-1 exception for sigalgs.David Benjamin1-2/+1
2015-11-06Remove non-ASM version of |bn_mul_mont| in bn/generic.c.Brian Smith1-106/+0
2015-11-06Define BORINGSSL_201510.Adam Langley1-0/+1
2015-11-06Use typedef names, not struct names.David Benjamin3-9/+9
2015-11-06Rewrite DTLS handshake message sending logic.David Benjamin2-127/+113
2015-11-06Add missing state to DTLS state machine.David Benjamin1-0/+1
2015-11-06Allow SHA-512 unaligned data access in |OPENSSL_NO_ASM| mode.Brian Smith1-1/+5
2015-11-06Constify more BN_MONT_CTX parameters.David Benjamin6-55/+44
2015-11-06Add SSL_CIPHER_get_min_version and tidy up SSL_TLSV1_2 logic.David Benjamin5-44/+18
2015-11-06Remove untested, unnecessary big-endian SHA-1/SHA-256 optimizations.Brian Smith2-185/+98
2015-11-06Require that EC points are on the curve.Adam Langley3-4/+87
2015-11-06Add various functions for SSL_CIPHER.David Benjamin2-0/+28
2015-11-06Test that the client doesn't offer TLS 1.2 ciphers when it shouldn't.David Benjamin1-0/+20
2015-11-05Fix up several comments and detect problems in the future.Adam Langley11-40/+60
2015-11-04Add missing newline in aead.h.Adam Langley1-0/+1
2015-11-04Add SSL_get_ivs.Adam Langley10-2/+100
2015-11-04Separate CCS and handshake writing in DTLS.David Benjamin4-133/+160
2015-11-04Improve crypto/digest/md32_common.h mechanism.Brian Smith10-215/+211
2015-11-03Free BN_MONT_CTX in generic code.David Benjamin6-54/+29
2015-11-03Fix ASan bot.David Benjamin1-1/+3
2015-11-03Make it possible for a static linker to discard unused RSA functions.David Benjamin3-42/+65
2015-11-03Unwind DH_METHOD and DSA_METHOD.David Benjamin12-1247/+856
2015-11-03Don't bother sampling __func__.David Benjamin6-88/+49
2015-11-03Fix several MSVC warnings.Adam Langley2-7/+7
2015-11-03(Hopefully) fix a warning on Windows.Adam Langley1-1/+1
2015-11-03Initialise variable before jump.Adam Langley1-1/+1
2015-11-03Add Intel's P-256Adam Langley7-26/+13360
2015-11-03Add ssl_renegotiate_ignore.Adam Langley8-2/+47
2015-11-03Correct the spelling of "primitive".Matt Braithwaite2-2/+2
2015-11-02Revert "Improve crypto/digest/md32_common.h mechanism."Adam Langley10-196/+215
2015-11-03Improve crypto/digest/md32_common.h mechanism.Brian Smith10-215/+196
2015-11-03Update link to Google style guide.David Benjamin1-1/+1
2015-11-03Make BN_mod_exp_mont_consttime take a const context.Adam Langley2-16/+16
2015-11-03Add ciphers option to bssl.Adam Langley3-0/+69
2015-11-03Expand a comment.Adam Langley1-1/+3
2015-11-02Don't use ssl3_write_pending in DTLS.David Benjamin3-28/+26