• Adam Langley's avatar
    external/boringssl: update from upstream · fad6327e
    Adam Langley authored
    BUG=24082170
    
    7104cc9 Update and fix fuzzing instructions.
    9a4beb8 Add four, basic fuzz tests.
    4ab2540 Add AArch64 Montgomery assembly.
    ad38dc7 Enable Montgomery optimisations on ARM.
    2e64f1b Check PKCS#8 pkey field is valid before cleansing.
    f606f98 bssl pkcs12 shouldn't crash on missing key.
    e348ff4 Fix build.
    6e80765 Add SSL_get_server_key_exchange_hash.
    788be4a Remove the hard-coded SHA-1 exception for sigalgs.
    5d5e39f Remove non-ASM version of |bn_mul_mont| in bn/generic.c.
    59b0fcc Define BORINGSSL_201510.
    e6d1e5a Use typedef names, not struct names.
    16285ea Rewrite DTLS handshake message sending logic.
    c81ee8b Add missing state to DTLS state machine.
    2e24b9b Allow SHA-512 unaligned data access in |OPENSSL_NO_ASM| mode.
    e82e6f6 Constify more BN_MONT_CTX parameters.
    c7817d8 Add SSL_CIPHER_get_min_version and tidy up SSL_TLSV1_2 logic.
    9d94d5e Remove untested, unnecessary big-endian SHA-1/SHA-256 optimizations.
    38feb99 Require that EC points are on the curve.
    ef...
    fad6327e