196 коммитов (97718f14376a835dd8a5b5aa807a5f83ef0b84f8)

Автор SHA1 Сообщение Дата
  David Benjamin 9e68f19e1b Add SSL_get_curve_id and SSL_get_dhe_group_size. 8 лет назад
  David Benjamin b6a0a518a3 Simplify version configuration. 8 лет назад
  Steven Valdez f0451ca37d Cleaning up internal use of Signature Algorithms. 8 лет назад
  Steven Valdez 025638597a Changing representation of signature/hash to use SignatureScheme. 8 лет назад
  Steven Valdez ce902a9bcd Generalizing curves to groups in preparation for TLS 1.3. 8 лет назад
  David Benjamin 9b611e28e4 Simplify server_name extension parsing. 8 лет назад
  David Benjamin 981936791e Remove some easy obj.h dependencies. 8 лет назад
  David Benjamin 1e4ae00ac2 Add a comment about final empty extension intolerance. 8 лет назад
  David Benjamin 78f8aabe44 ssl->ctx cannot be NULL. 8 лет назад
  David Benjamin 51545ceac6 Remove a number of unnecessary stdio.h includes. 8 лет назад
  David Benjamin fde5afcd88 Remove dead comment. 8 лет назад
  Brian Smith 5ba06897be Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 8 лет назад
  David Benjamin 43946d44ae Update references to the extended master secret draft. 8 лет назад
  David Benjamin 72f7e21087 Stop allowing SHA-224 in TLS 1.2. 8 лет назад
  David Benjamin a1e9cabd8b Replace enc_flags with normalized version checks. 8 лет назад
  Adam Langley ce9d85eedd Tweaks for node.js 8 лет назад
  David Benjamin fc6e5a7372 Drop the silly 'ECDH_' prefix on X25519. 8 лет назад
  David Benjamin d2f0ce80a2 Enable X25519 by default in TLS. 8 лет назад
  David Benjamin 23b0a65df1 Move some functions to file scope. 8 лет назад
  David Benjamin baa1216ac0 Prune finished labels from SSL3_ENC_METHOD. 8 лет назад
  David Benjamin f8d807176a Remove a few unnecessary SSL3_ENC_METHOD hooks. 8 лет назад
  David Benjamin 79978df4ec Move aead_{read,write}_ctx and next_proto_negotiated into ssl->s3. 8 лет назад
  David Benjamin 57997da8ee Simplify the ChangeCipherSpec logic. 8 лет назад
  David Benjamin ef1b009344 Consider session if the client supports tickets but offered a session ID. 9 лет назад
  David Benjamin 0d56f888c3 Switch s to ssl everywhere. 8 лет назад
  David Benjamin 4298d77379 Implement draft-ietf-tls-curve25519-01 in C. 8 лет назад
  David Benjamin 64d9250e2f Completely remove P-224 from the TLS stack. 8 лет назад
  David Benjamin fc8251258d Convert ssl3_send_cert_verify to CBB. 8 лет назад
  David Benjamin a01deee96b Make CBB_len relative to its argument. 9 лет назад
  David Benjamin 5ddffbb8bc Make SSL_(CTX_)?set_tmp_ecdh call SSL_(CTX_)?set1_curves. 9 лет назад
  David Benjamin 53e5c2c225 Remove SSL_(CTX_)?set_ecdh_callback. 9 лет назад
  David Benjamin e9cddb8879 Remove SSL_OP_LEGACY_SERVER_CONNECT. 9 лет назад
  David Benjamin 3e052de5a0 Tighten SSL_OP_LEGACY_SERVER_CONNECT to align with RFC 5746. 9 лет назад
  David Benjamin 758d12732a Add get0 getters for EVP_PKEY. 9 лет назад
  David Benjamin 99fdfb9f22 Move curve check out of tls12_check_peer_sigalg. 9 лет назад
  David Benjamin 6e80765774 Add SSL_get_server_key_exchange_hash. 9 лет назад
  David Benjamin 788be4a3f4 Remove the hard-coded SHA-1 exception for sigalgs. 9 лет назад
  David Benjamin c7817d8ce2 Add SSL_CIPHER_get_min_version and tidy up SSL_TLSV1_2 logic. 9 лет назад
  Matt Braithwaite e564a5ba6e |assert| → |OPENSSL_STATIC_ASSERT| where possible. 9 лет назад
  David Benjamin 091c4b9869 Add an option to disable NPN on a per-SSL basis. 9 лет назад
  Adam Langley 10a1a9d32e Update references to the padding draft. 9 лет назад
  David Benjamin d4c2bceaab Document early callback functions. 9 лет назад
  David Benjamin 5638046cd7 Convert ssl3_send_server_hello to CBB. 9 лет назад
  David Benjamin e8d53508ca Convert ssl3_send_client_hello to CBB. 9 лет назад
  David Benjamin c7ce977fb9 Ignore all extensions but renegotiation_info in SSL 3.0. 9 лет назад
  Adam Langley d98dc1311e Upstream Android-specific things under |BORINGSSL_ANDROID_SYSTEM| 9 лет назад
  Steven Valdez 0d62f26c36 Adding more options for signing digest fallback. 9 лет назад
  Paul Lietar 62be8ac8da Skip the SCT and OCSP extensions in ServerHello when resuming sessions. 9 лет назад
  David Benjamin 9e4e01ee14 Align the SSL stack on #include style. 9 лет назад
  Paul Lietar 4fac72e638 Add server-side support for Signed Certificate Timestamps. 9 лет назад