2998 Commits (5440fe0cd10aab3c106eadf9873bb6d61344e29f)
 

Author SHA1 Message Date
  David Benjamin 24599a89c0 Rename EncryptedExtensions in Go in preparation for TLS 1.3. 8 years ago
  David Benjamin cecee27c99 Fix the Go code to be aware of DTLS version bounds. 8 years ago
  David Benjamin 4c3ddf7ec0 Explicitly mark nearly every test at TLS 1.2. 8 years ago
  Nick Harper 60edffd2a5 Change SignatureAndHashAlgorithm to SignatureScheme in Go. 8 years ago
  Brian Smith 3d4030b5f7 Test |BN_uadd| and |BN_usub|. 8 years ago
  Brian Smith e4bf8b3e05 Test aliasing in |BN_add| and |BN_sub|. 8 years ago
  Brian Smith fe47ba2fc5 Test |BN_add_word| and |BN_sub_word|. 8 years ago
  Adam Langley 84cd159bad Add SSL_CTX_up_ref. 8 years ago
  Brian Smith b72f66f59c Test |BN_mod_exp_mont| with zero and even modulus too. 8 years ago
  Steven Valdez 2b8415e8ff Move the Digest/Sign split for SignatureAlgorithms to a lower level. 8 years ago
  David Benjamin 0ba87732c6 Group 1.3 extension constants together and remove ticket_age. 8 years ago
  David Benjamin 9e68f19e1b Add SSL_get_curve_id and SSL_get_dhe_group_size. 8 years ago
  Steven Valdez 727757694e Adding new TLS 1.3 alert/extension IDs. 8 years ago
  David Benjamin 18a3518e5a Don't allocate a group/curve ID for CECPQ1. 8 years ago
  David Benjamin d1e28ad53b Remove key_exchange_info for plain RSA. 8 years ago
  David Benjamin 929d4ee849 Don't send legacy ciphers if min_version >= TLS 1.3. 8 years ago
  David Benjamin b6a0a518a3 Simplify version configuration. 8 years ago
  Adam Langley f11f2336ef Add |tool_headers| to Bazel output of generate_build_files.py 8 years ago
  Steven Valdez f0451ca37d Cleaning up internal use of Signature Algorithms. 8 years ago
  David Benjamin 352d0a9c6c Remove a/b parameters to send_change_cipher_spec. 8 years ago
  David Benjamin 153e4367ab Add missing 'does nothing' comments for consistency. 8 years ago
  David Benjamin 784f6f91e5 Remove a bunch of unnecessary includes. 8 years ago
  Steven Valdez 57a6f3c42c Fix missing cert length prefix. 8 years ago
  David Benjamin d09f53c943 Take out a bunch of unused constants. 8 years ago
  Steven Valdez 025638597a Changing representation of signature/hash to use SignatureScheme. 8 years ago
  David Benjamin 9d632f4582 Group d1_both.c by sending and receiving handshake messages. 8 years ago
  David Benjamin 32a3780bab Move more non-bc tests down. 8 years ago
  David Benjamin dcc5531af7 Move the remaining bad modulus tests out of bc test functions. 8 years ago
  David Benjamin 96f9447e3e Fix naming of non-bc bn_tests. 8 years ago
  David Benjamin 8b66feffa2 Convert test_div, test_mod, and test_div_word to file_test. 8 years ago
  Adam Langley d42e4b2b8f initialise |n| parameter in bn_test.cc to avoid compiler warning. 8 years ago
  David Benjamin cca1c11ae8 Convert test_mul to file_test. 8 years ago
  David Benjamin e1caf3974d Convert test_sqr to file_test. 8 years ago
  David Benjamin 5e9bdc1a77 Convert test_lshift and test_rshift into file_tests. 8 years ago
  David Benjamin 04000e1e31 Add carry tests to bn_tests.txt. 8 years ago
  David Benjamin 3058103d70 Convert test_lshift1 and test_rshift1 to FileTest. 8 years ago
  David Benjamin dca125efb5 Remove compatibility 'inline' define. 8 years ago
  David Benjamin aad50db45d Stop using the word 'buffer' everywhere. 8 years ago
  David Benjamin 7583643569 Disconnect handshake message creation from init_buf. 8 years ago
  David Benjamin 80137ba1d3 Convert test_add and test_sub to file_test. 8 years ago
  David Benjamin d1fa9f970e Sync x86 perlasm drivers with upstream master. 8 years ago
  David Benjamin 66194feedd perlasm/x86_64-xlate.pl: address errors and warnings in elderly perls. 8 years ago
  David Benjamin fdd8e9c8c7 Switch perlasm calling convention. 8 years ago
  David Benjamin ac81d92968 Revert local change to x86masm.pl. 8 years ago
  David Benjamin f56dd6da66 Add a tool to diff assembly files against OpenSSL. 8 years ago
  David Benjamin 7cdab4ac84 Make OBJ_NAME_do_all more OpenSSL-compatible. 8 years ago
  David Benjamin bb076e334c Add CBB_add_u32. 8 years ago
  David Benjamin a8288dcb78 Remove pqueue. 8 years ago
  David Benjamin ec847cea9b Replace the incoming message buffer with a ring buffer. 8 years ago
  David Benjamin 778f57e511 Store only one handshake write sequence number. 8 years ago