5725 Commits (fdb48f98612e934eab339b4871484b1c987553e2)
 

Author SHA1 Message Date
  David Benjamin 4508745861 Remove unreachable code. 6 years ago
  Adam Langley 2745ef9082 Also accept __ARM_NEON 6 years ago
  David Benjamin 76e441bd66 Remove some easy BN_CTXs. 6 years ago
  David Benjamin be11d6d8d7 Push BIGNUM out of the cmp_x_coordinate interface. 6 years ago
  David Benjamin fa3aadcd40 Push BIGNUM out of EC_METHOD's affine coordinates hook. 6 years ago
  David Benjamin adeb72b353 Fix r = p-n+epsilon ECDSA tests. 6 years ago
  David Benjamin f09df6930f Don't include openssl/ec_key.h under extern "C". 6 years ago
  David Benjamin 7d10ab594c Abstract hs_buf a little. 6 years ago
  David Benjamin 4706ea728e Inline ec_GFp_simple_group_get_degree. 6 years ago
  David Benjamin fbec517255 Better test boundary cases of ec_cmp_x_coordinate. 6 years ago
  Adam Langley 26b3fb0a77 Fix build when bcm.c is split up. 6 years ago
  Adam Langley 9edbc7ff9f Revert "Revert "Speed up ECDSA verify on x86-64."" 6 years ago
  Steven Valdez 384d0eaf19 Make SSL_get_current_cipher valid during QUIC callbacks. 6 years ago
  David Benjamin ffbf95ad41 Devirtualize ec_simple_{add,dbl}. 6 years ago
  Matthew Braithwaite 6ec9e40b28 Refresh fuzzer corpora for changes to split-handshake serialization. 6 years ago
  Matthew Braithwaite c65eb2ceda Serialize SSL curve list in handoff and check it on application. 6 years ago
  Adam Langley e907ed4c4b Revert "Speed up ECDSA verify on x86-64." 6 years ago
  David Benjamin cfd50c63a1 Route the tuned add/dbl implementations out of EC_METHOD. 6 years ago
  Nir Drucker 3d450d2844 Speed up ECDSA verify on x86-64. 6 years ago
  Adam Langley 7f7e5e231e Include details about latest FIPS certification. 6 years ago
  Matthew Braithwaite d2ed382e64 Serialize SSL configuration in handoff and check it on application. 6 years ago
  David Benjamin e62bf02a13 Don't overflow state->calls on 16TiB RAND_bytes calls. 6 years ago
  David Benjamin cc9d935256 Buffer up QUIC data within a level internally. 6 years ago
  Steven Valdez c8e0f90f83 Add an interface for QUIC integration. 6 years ago
  David Benjamin dc33220532 Remove OPENSSL_NO_THREADS. 6 years ago
  David Benjamin 32345ce6f2 Minor fixes to bytestring.h header. 6 years ago
  David Benjamin 42d723f634 Test CBC padding more aggressively. 6 years ago
  David Benjamin ad898b1fb9 Restore CHECKED_CAST. 6 years ago
  armfazh 144d924e0b Fix EVP_tls_cbc_digest_record is slow using SHA-384 and short messages 6 years ago
  David Benjamin aa8d29dbd1 Tidy up dsa_sign_setup. 6 years ago
  David Benjamin 53d9fdd548 Fix the build on glibc 2.15. 6 years ago
  David Benjamin 749d187063 Modernize OPENSSL_COMPILE_ASSERT. 6 years ago
  Robert Sloan 127a1ec080 Fix redefinition of AEAD asserts in e_aes.c. 6 years ago
  Robert Sloan b64c53fcfd Guard sys/auxv.h include on !BORINGSSL_ANDROID. 6 years ago
  Adam Langley 35fb591f24 Flatten EVP_AEAD_CTX 6 years ago
  Jeremy Apthorp c0c9001440 Implement SSL_get_tlsext_status_type 6 years ago
  David Benjamin 6f579c0e9e Fix documentation sectioning. 6 years ago
  David Benjamin cbfe4f5a8e Remove support for GCC 4.7. 6 years ago
  Adam Langley dd412c428a Print the name of the binary when blocking in getrandom. 6 years ago
  Adam Langley f8a8946841 Undo recent changes to |X509V3_EXT_conf_nid|. 6 years ago
  David Benjamin 4b968339e3 Add a compatibility EVP_CIPH_OCB_MODE value. 6 years ago
  Aaron Green 0e150027f9 [util] Mark srtp.h as an SSL header file 6 years ago
  Aaron Green 8c659c1fce [rand] Disable RandTest.Fork on Fuchsia 6 years ago
  David Benjamin 6650898e09 Remove -fsanitize-cfi-icall-generalize-pointers. 6 years ago
  David Benjamin b68b832238 Fix undefined function pointer casts in LHASH. 6 years ago
  David Benjamin 1eff9482ca Use proper functions for lh_*. 6 years ago
  Adam Langley b018908475 Better handle AVX-512 assembly syntax. 6 years ago
  David Benjamin 80aa694975 Always push errors on BIO_read_asn1 failure. 6 years ago
  David Benjamin 2d98d49cf7 Add a per-SSL TLS 1.3 downgrade enforcement option and improve tests. 6 years ago
  Yoshisato Yanagisawa e341802802 Fix div.c to divide BN_ULLONG only if BN_CAN_DIVIDE_ULLONG defined. 6 years ago