368 Commity (045a0ffe358b81609e5b93e1f02e948b581304a3)

Autor SHA1 Wiadomość Data
  David Benjamin 6e96d2be3d Remove stale wpa_supplicant hacks. 8 lat temu
  David Benjamin 1be6a7e442 Add another temporary hack for wpa_supplicant. 8 lat temu
  David Benjamin 818aff01fb Add SSL_SESSION_get_master_key. 8 lat temu
  David Benjamin e4c678adda Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit." 8 lat temu
  David Benjamin 112c4dd1ff Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit. 8 lat temu
  David Benjamin baca950e8e Remove in_handshake. 8 lat temu
  David Benjamin 282511d7eb Consolidate shutdown state. 8 lat temu
  David Benjamin 22ce9b2d08 SSL_set_fd should create socket BIOs, not fd BIOs. 8 lat temu
  Tom Thorogood 66b2fe8e02 Add |SSL_CTX_set_private_key_method| to parallel |SSL_set_private_key_method| 8 lat temu
  Adam Langley 29ec5d1fda Add dummy |SSL_get_server_tmp_key|. 8 lat temu
  Adam Langley d323f4b1e1 Bring back |verify_store|. 8 lat temu
  Emily Stark 95a79eec40 Add a stub for SSL_get_shared_ciphers(). 8 lat temu
  David Benjamin a211aee545 Add SSL_CIPHER_has_SHA256_HMAC. 8 lat temu
  Steven Valdez b9824e2417 Handle SSL_shutdown while in init more appropriately 8 lat temu
  David Benjamin de94238217 Fix SSL_get_{read,write}_sequence. 8 lat temu
  David Benjamin 8f2d4e344c Fix documentation string. 8 lat temu
  David Benjamin 91b2501f02 Add functions for accessing read_sequence and write_sequence. 8 lat temu
  David Benjamin cdd0b7e775 Add SSL_CTX_set_retain_only_sha256_of_client_certs. 8 lat temu
  David Benjamin b83003ebc6 Don't initialize enc_method before version negotiation. 8 lat temu
  Adam Langley ce9d85eedd Tweaks for node.js 8 lat temu
  Adam Langley eac0ce09d8 Have doc.go parse struct comments. 8 lat temu
  David Benjamin f6494f4928 Add a SSL_get_pending_cipher API. 8 lat temu
  David Benjamin 928f32a492 Add APIs to extract the SSL key block. 8 lat temu
  David Benjamin 79978df4ec Move aead_{read,write}_ctx and next_proto_negotiated into ssl->s3. 8 lat temu
  David Benjamin 4119d42e7c Tidy up keyblock and CCS logic slightly. 8 lat temu
  David Benjamin 96ba15fc69 Add SSL_get_client_random and SSL_get_server_random. 8 lat temu
  David Benjamin fe5f7c7b56 Only reserve EVP_MAX_MD_SIZE for the Finished, not twice of it. 8 lat temu
  David Benjamin 974c7ba4ef Route DHE through the SSL_ECDH abstraction as well. 8 lat temu
  David Benjamin 4cc36adf5a Make it possible to tell what curve was used on the server. 8 lat temu
  David Benjamin 4298d77379 Implement draft-ietf-tls-curve25519-01 in C. 8 lat temu
  David Benjamin 13414b3a04 Implement draft-ietf-tls-chacha20-poly1305-04. 8 lat temu
  David Benjamin d9f0671bbe Remove |need_record_splitting| from |SSL3_STATE|. 9 lat temu
  David Benjamin cd480380fa Remove unused fields from SSL3_STATE. 9 lat temu
  David Benjamin 7fc010014c Slightly simplify SSL3_RECORD. 9 lat temu
  David Benjamin ece5ba2797 Reset ssl error codes. 9 lat temu
  David Benjamin a41280d8cb Pull ChangeCipherSpec into the handshake state machine. 9 lat temu
  David Benjamin 8fd5c23218 Simplify fragmented HelloRequest state. 9 lat temu
  David Benjamin 8a58933db0 Remove the CRYPTO_EX_new callback. 9 lat temu
  David Benjamin 5ddffbb8bc Make SSL_(CTX_)?set_tmp_ecdh call SSL_(CTX_)?set1_curves. 9 lat temu
  David Benjamin 53e5c2c225 Remove SSL_(CTX_)?set_ecdh_callback. 9 lat temu
  David Benjamin e9cddb8879 Remove SSL_OP_LEGACY_SERVER_CONNECT. 9 lat temu
  David Benjamin 03f000577f Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER. 9 lat temu
  David Benjamin ef5e515819 Remove SSL_OP_TLS_D5_BUG. 9 lat temu
  Joachim Bauch afd565ff9c Add defines for SRTP profiles using GCM ciphers from RFC 7714. 8 lat temu
  David Benjamin 9f2e2770e1 Remove strength_bits. 9 lat temu
  David Benjamin d6e9eec3f8 Remove algo_strength. 9 lat temu
  David Benjamin dcb6ef0f0b Remove algorithm_ssl. 9 lat temu
  David Benjamin d28f59c27b Switch the keylog BIO to a callback. 9 lat temu
  Adam Langley b00061cea7 Add SSL_CIPHER_is_AES[128|256]CBC. 9 lat temu
  David Benjamin 3a59611726 size_t SSL*_use_*_ASN1. 9 lat temu