89 커밋 (95eeb191c0d8a5ec375a4927a81dad19354d3c0a)

작성자 SHA1 메시지 날짜
  David Benjamin 8b8c006564 Fix DTLS_ANY_VERSION and add tests. 10 년 전
  David Benjamin 0f1e64bf7f Remove method swap in SSL_set_session. 10 년 전
  David Benjamin d1681e614f Remove SSL_set_session_secret_cb (EAP-FAST) 10 년 전
  Adam Langley 69a01608f3 Add malloc failure tests. 10 년 전
  David Benjamin ec2f27dee1 Account for EVP_PKEY capabilities in selecting hash functions. 10 년 전
  David Benjamin bdf5e72f50 Don't resume sessions if the negotiated version doesn't match. 10 년 전
  David Benjamin d0297db108 Remove TODO about DTLS cookie lengths. 10 년 전
  David Benjamin 688d8dfe48 Remove psk_identity_hint from SSL_SESSION. 10 년 전
  Adam Langley af6e45bde5 Simplify constant-time RSA padding check. 10 년 전
  David Benjamin e2793a7189 Remove redundant s->s3 check. 10 년 전
  David Benjamin fd617a5030 Port ssl3_{get,send}_server_key_exchange to EVP_Digest{Verify,Sign}*. 10 년 전
  David Benjamin 8f1ef1d554 Fix double-frees on malloc failure in ssl3_get_client_key_exchange. 10 년 전
  David Benjamin 3cac450af5 Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION. 10 년 전
  Adam Langley 7571292eac Extended master secret support. 10 년 전
  David Benjamin 9f2c0d7a94 Remove T** parameter to ssl_bytes_to_cipher_list. 10 년 전
  David Benjamin 180d1eb04c Remove SSL_get_shared_ciphers. 10 년 전
  David Benjamin fb3ff2c66c Don't compare signed vs. unsigned. 10 년 전
  David Benjamin 5b33a5e0dd Merge the get_ssl_method hooks between TLS and SSLv3. 10 년 전
  David Benjamin 00075b80ca Merge IMPLEMENT_tls_meth_func and IMPLEMENT_ssl3_meth_func. 10 년 전
  David Benjamin 6c7aed048c Client-side OCSP stapling support. 10 년 전
  David Benjamin 457112e197 unifdef a bunch of OPENSSL_NO_* ifdefs. 10 년 전
  David Benjamin 854dd654d1 Refactor server-side CertificateVerify handling. 10 년 전
  David Benjamin 880b14e98c Compute the Channel ID hash after ssl_get_message. 10 년 전
  David Benjamin 590cbe970c Introduce a hash_message parameter to ssl_get_message. 10 년 전
  David Benjamin 8da990677b Rename some message functions for consistency. 10 년 전
  David Benjamin ef86550537 Remove logic for non-signing client certificates. 10 년 전
  David Benjamin 3a66e2838c Update ssl3_get_channel_id for the simpler ECDSA_do_verify. 10 년 전
  David Benjamin 92909a6206 Remove MS SGC support on the the server. 10 년 전
  David Benjamin b52e3dded2 Move common code between two branches. 10 년 전
  David Benjamin ef2116d33c Remove DSA-based cipher suites and client auth. 10 년 전
  David Benjamin 0da0e18a60 Remove ECDH_RSA, ECDH_ECDSA, DH_RSA, and DH_DSS. 10 년 전
  David Benjamin bd30f8e34a Remove support on both sides for *_fixed_(ec)dh client auth. 10 년 전
  David Benjamin e712778a7b Remove rsa_md5, md5, and sha1 fields from SSL_CTX. 10 년 전
  David Benjamin cc23df53da Remove SSL_OP_CISCO_ANYCONNECT. 10 년 전
  David Benjamin 6f2600199c Mark all SSL_CIPHERs as const. 10 년 전
  David Benjamin fb4ea28bb8 Tidy DTLS cookie callback types. 10 년 전
  David Benjamin 335d10d201 Remove Suite B mode. 10 년 전
  David Benjamin a8e3e0e936 Remove SSL_OP_TLS_ROLLBACK_BUG. 10 년 전
  David Benjamin 734fca0890 Fix memory leak in ssl3_get_cert_verify. 10 년 전
  David Benjamin 95fcaa4f4b Fix server-side ClientHello state machine. 10 년 전
  Adam Langley 887b1c3d49 Don't limit message sizes in ssl3_get_cert_verify. 10 년 전
  David Benjamin 0aa0767340 Improve constant-time padding check in RSA key exchange. 10 년 전
  David Benjamin 86271ee9f8 Change CCS_OK to EXPECT_CCS. 10 년 전
  David Benjamin 84ec49e914 Consolidate CCS_OK codepaths in s3_srvr.c. 10 년 전
  David Benjamin 77a942b7fe Don't use the RSA key exchange with a signing-only key. 10 년 전
  David Benjamin 060d9d2c56 Remove support code for export cipher suites. 10 년 전
  David Benjamin 5ffeb7c22f Remove two more quirks. 10 년 전
  David Benjamin b9cc33a4d6 Remove SSL_OP_EPHEMERAL_RSA quirk. 10 년 전
  David Benjamin ff175b4a46 unifdef OPENSSL_NO_PSK. 10 년 전
  David Benjamin 019c3cc64a Remove last remnants of GOST support. 10 년 전