1 커밋 (6fdea2aba9b75a5be58db21fb9eda43f48d778b9)

작성자 SHA1 메시지 날짜
  Steven Valdez 908ac19e8e Moving transcript and PRF functions to SSL_TRANSCRIPT. 7 년 전
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7 년 전
  David Benjamin 4e41926774 Move key_block into SSL_HANDSHAKE. 8 년 전
  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 년 전