54 коммитов (ed6c5d39100fce575ef6c94b12c43f25c55d4205)

Автор SHA1 Сообщение Дата
  Steven Valdez 87eab4902d Splitting SSL session state. 8 лет назад
  David Benjamin 0aa25bd893 Don't call tls12_get_hash in the server handshake. 8 лет назад
  Steven Valdez 2b8415e8ff Move the Digest/Sign split for SignatureAlgorithms to a lower level. 8 лет назад
  David Benjamin 981936791e Remove some easy obj.h dependencies. 8 лет назад
  David Benjamin 51545ceac6 Remove a number of unnecessary stdio.h includes. 8 лет назад
  David Benjamin a565d29ce6 Remove alert mapping machinery. 8 лет назад
  David Benjamin a1e9cabd8b Replace enc_flags with normalized version checks. 8 лет назад
  David Benjamin 23b0a65df1 Move some functions to file scope. 8 лет назад
  David Benjamin 928f32a492 Add APIs to extract the SSL key block. 8 лет назад
  David Benjamin baa1216ac0 Prune finished labels from SSL3_ENC_METHOD. 8 лет назад
  David Benjamin 1db2156ce8 Move ssl3_record_sequence_update with the other record-layer bits. 8 лет назад
  David Benjamin 0d56f888c3 Switch s to ssl everywhere. 8 лет назад
  Eric Roman 8c9b8783e2 Change some "int" variables to "size_t" in ssl3_handshake_mac(). 9 лет назад
  David Benjamin 9e4e01ee14 Align the SSL stack on #include style. 9 лет назад
  David Benjamin b088331ec0 Simplify handshake hash handling. 9 лет назад
  David Benjamin 5375fd594b Switch the handshake buffer from memory BIO to BUF_MEM. 9 лет назад
  David Benjamin 9550c3ac8b Decouple the handshake buffer and digest. 9 лет назад
  David Benjamin 5055c76709 Rename algorithm2 to algorithm_prf. 9 лет назад
  David Benjamin 820731a2b0 Fix some typos in license headers. 9 лет назад
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 лет назад
  David Benjamin 2755a3eda3 Remove unnecessary NULL checks, part 5. 9 лет назад
  David Benjamin 71f0794d34 Document everything in ssl_ciph.c, now ssl_cipher.c. 9 лет назад
  David Benjamin 107db58047 Switch cipher masks to uint32_t. 9 лет назад
  David Benjamin f0ae170021 Include-what-you-use ssl/internal.h. 9 лет назад
  David Benjamin 2ee94aabf5 Rename ssl_locl.h to internal.h 9 лет назад
  David Benjamin d81e73dcbb Factor out sequence number updates. 9 лет назад
  David Benjamin fbdfefb76e Handle failures in ssl3_finish_mac. 9 лет назад
  David Benjamin efec193d27 Fix some function parameters in OPENSSL_PUT_ERROR. 9 лет назад
  David Benjamin 044abb0aaa Implement SSLv3 ciphers with stateful AEADs. 9 лет назад
  David Benjamin 41ac979211 Add the PRF to SSL3_ENC_METHOD. 9 лет назад
  David Benjamin 31b1d81354 Factor SSLv3 key derivation steps into an ssl3_PRF. 9 лет назад
  Adam Langley be2900a6a3 Reformat s3_{enc|lib}.c. 9 лет назад
  David Benjamin 4841ce49a0 Fix EVP_Cipher error-handling. 9 лет назад
  David Benjamin 129992360a Check EVP_Cipher return values. 10 лет назад
  David Benjamin ae3e487d51 Fix a couple more malloc test crashes. 10 лет назад
  Adam Langley 69a01608f3 Add malloc failure tests. 10 лет назад
  Adam Langley 7571292eac Extended master secret support. 10 лет назад
  David Benjamin d7a76e72c6 Remove key_arg and key_arg_length from SSL_SESSION. 10 лет назад
  David Benjamin 457112e197 unifdef a bunch of OPENSSL_NO_* ifdefs. 10 лет назад
  David Benjamin 854dd654d1 Refactor server-side CertificateVerify handling. 10 лет назад
  David Benjamin cff6472442 Mark some more globals as const. 10 лет назад
  David Benjamin ebf42b5f6f Remove remnants of now-removed cipher suites. 10 лет назад
  David Benjamin e712778a7b Remove rsa_md5, md5, and sha1 fields from SSL_CTX. 10 лет назад
  David Benjamin 060d9d2c56 Remove support code for export cipher suites. 10 лет назад
  Adam Langley 37a623cf29 Have BIO_get_mem_data return a size_t and uint8_t* 10 лет назад
  Alex Chernyakhovsky 2897ed3634 Remove CHARSET_EBCDIC 10 лет назад
  David Benjamin 3f6fa3db62 Remove more remnants of compression. 10 лет назад
  David Benjamin 95463b311d Remove crypto/comp and SSL_COMP support code. 10 лет назад
  Adam Langley 0fbf33a691 Fixed incorrect return code handling in ssl3_final_finish_mac. 10 лет назад
  Adam Langley 2970779684 Fallback SCSV. 10 лет назад