242 Комити (f01fb5dc0e9d2227a20fe33f7bf76c2160ecf9c9)

Аутор SHA1 Порука Датум
  David Benjamin 4c5ddb8047 Set rwstate consistently. пре 8 година
  David Benjamin 981936791e Remove some easy obj.h dependencies. пре 8 година
  David Benjamin e29ea166a6 Use ssl3_is_version_enabled to skip offering sessions. пре 8 година
  David Benjamin baca950e8e Remove in_handshake. пре 8 година
  David Benjamin 51545ceac6 Remove a number of unnecessary stdio.h includes. пре 8 година
  David Benjamin a5177cb319 Use a less tedious pattern for X509_NAME. пре 8 година
  David Benjamin 6b6e0b2089 Fix a memory leak in ssl3_get_certificate_request. пре 8 година
  David Benjamin 15c1488b61 Clear the error queue on entry to core SSL operations. пре 8 година
  David Benjamin df28c3acf1 Tidy up the client Certificate message skipping slightly. пре 8 година
  David Benjamin 454aa4c25e Rewrite ssl3_send_client_certificate. пре 8 година
  David Benjamin bf82aede67 Disable all TLS crypto in fuzzer mode. пре 8 година
  David Benjamin 2b07fa4b22 Fix a memory leak in an error path. пре 8 година
  David Benjamin b83003ebc6 Don't initialize enc_method before version negotiation. пре 8 година
  David Benjamin a1e9cabd8b Replace enc_flags with normalized version checks. пре 8 година
  David Benjamin b9e4fa5e02 Add a helper function to normalize the current version. пре 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 b35d68483c Minor cleanup. пре 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 0623bceb25 Fill in ssl->session->cipher when resumption is resolved. пре 8 година
  David Benjamin 0d56f888c3 Switch s to ssl everywhere. пре 8 година
  David Benjamin 974c7ba4ef Route DHE through the SSL_ECDH abstraction as well. пре 8 година
  David Benjamin 4298d77379 Implement draft-ietf-tls-curve25519-01 in C. пре 8 година
  David Benjamin fc8251258d Convert ssl3_send_cert_verify to CBB. пре 8 година
  David Benjamin ae0eaaa397 Convert ssl3_send_client_key_exchange to CBB. пре 8 година
  David Benjamin 48cce66aac Tidy up ssl3_get_server_key_exchange slightly. пре 8 година
  David Benjamin c1cc858af2 Check for EC_KEY_set_public_key error. пре 8 година
  David Benjamin a41280d8cb Pull ChangeCipherSpec into the handshake state machine. пре 9 година
  David Benjamin 758d12732a Add get0 getters for EVP_PKEY. пре 9 година
  David Benjamin d28f59c27b Switch the keylog BIO to a callback. пре 9 година
  David Benjamin af07365b49 Check for overflow when parsing a CBS with d2i_*. пре 9 година
  David Benjamin cd24a39f1b Limit DHE groups to 4096-bit. пре 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 c7817d8ce2 Add SSL_CIPHER_get_min_version and tidy up SSL_TLSV1_2 logic. пре 9 година
  Adam Langley 09d68c98c0 Expand a comment. пре 9 година
  David Benjamin 13e81fc971 Fix DTLS asynchronous write handling. пре 9 година
  Brian Smith 274341dd6e Change the type of |EC_GROUP_get_degree| and friends to |unsigned|. пре 9 година
  David Benjamin 1269ddd377 Never use the internal session cache for a client. пре 9 година
  David Benjamin dc2aea2231 Remove all the logic around custom session IDs and retrying on collisions. пре 9 година
  David Benjamin 82170248e7 Document the info callback. пре 9 година
  David Benjamin dd6fed9704 Explicitly handle empty NewSessionTickets on the client. пре 9 година
  David Benjamin 79a0589dc4 Ditch remaining filename comments from public headers and ssl/ пре 9 година
  David Benjamin 96e97b1bf1 Convert ssl3_send_channel_id to CBB. пре 9 година
  David Benjamin e97b96224c Convert ssl3_send_next_proto to CBB. пре 9 година
  David Benjamin e8d53508ca Convert ssl3_send_client_hello to CBB. пре 9 година
  David Benjamin fd8e69f26d Better document the callbacks around client certificates. пре 9 година
  Steven Valdez 0d62f26c36 Adding more options for signing digest fallback. пре 9 година
  David Benjamin 9e4e01ee14 Align the SSL stack on #include style. пре 9 година