5 次代码提交 (b0eef0aee9a9c52005a7a8421f0d1b2dc9f6b99e)

作者 SHA1 备注 提交日期
  David Benjamin a1c90a5ce1 Further tidy up cipher logic. 9 年前
  David Benjamin 9a980abaee Fold TLS1_PRF_* into SSL_HANDSHAKE_MAC_* 9 年前
  David Benjamin 8eb65e814c Remove dead field from CIPHER_ORDER. 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 5c366d62e8 Remove dead code. 9 年前
  David Benjamin 0344dafb71 Tidy cipher rule processing. 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 32fbdf2025 Remove anonymous cipher suites. 9 年前
  David Benjamin 7061e28dc2 Rename EECDH and EDH to ECDHE and DHE. 9 年前
  David Benjamin 65226257c1 Add SSL_CIPHER_get_rfc_name. 9 年前
  David Benjamin 1eed2c0e40 Fix some unchecked mallocs. 9 年前
  David Benjamin 2adb7ec286 ssl_create_cipher_list: check whether push onto cipherstack succeeds 9 年前
  David Benjamin b8a56f112f Remove dead code from EVP_CIPHER codepaths. 9 年前
  David Benjamin 044abb0aaa Implement SSLv3 ciphers with stateful AEADs. 9 年前
  David Benjamin 1f5e115ea9 Tidy up tls1_PRF a little. 9 年前
  David Benjamin ea72bd0b60 Implement all TLS ciphers with stateful AEADs. 9 年前
  Adam Langley a307dfd29f Add (void) to some macros to satisfy compiler. 9 年前
  Nick Harper 4dd053e059 Cast ca_list to (void *) to silence msvc warning 4090 9 年前
  Adam Langley fcf25833bc Reformat the rest of ssl/. 9 年前
  David Benjamin 9cf708807c Consistently order ECDHE_ECDSA over ECDHE_RSA. 9 年前
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. 10 年前
  David Benjamin 525a0fe315 Remove client-side support for ServerKeyExchange in the RSA key exchange. 10 年前
  Adam Langley 0e2a3cf98a Remove KSSL_DEBUG. 10 年前
  David Benjamin ef5c4946f3 Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL. 10 年前
  David Benjamin 37d924640a Disallow all special operators once groups are used. 10 年前
  David Benjamin 2a5ea98a46 Remove redundant check in cipher rule parsing. 10 年前
  David Benjamin 594a58e078 Remove remnants of export cipher suite selection. 10 年前
  David Benjamin d633d6303c Remove indirection in loading ciphers. 10 年前
  David Benjamin f0fd37323b Remove remnants of EVP_CIPHER-based AES_GCM cipher. 10 年前
  David Benjamin 457112e197 unifdef a bunch of OPENSSL_NO_* ifdefs. 10 年前
  David Benjamin 5213df4e9e Prefer AES-GCM when hardware support is available. 10 年前
  David Benjamin ef2116d33c Remove DSA-based cipher suites and client auth. 10 年前
  David Benjamin cff6472442 Mark some more globals as const. 10 年前
  David Benjamin 0da0e18a60 Remove ECDH_RSA, ECDH_ECDSA, DH_RSA, and DH_DSS. 10 年前
  David Benjamin d0639af978 Remove single-DES cipher suites. 10 年前
  David Benjamin ebf42b5f6f Remove remnants of now-removed cipher suites. 10 年前
  David Benjamin ede973a89a Tidy up cipher ordering. 10 年前
  David Benjamin 6f2600199c Mark all SSL_CIPHERs as const. 10 年前
  David Benjamin d4178fd9d8 Remove AES-GCM cipher indices. 10 年前
  David Benjamin b00eee1935 Trim unused cipher indices and definitions. 10 年前
  David Benjamin 335d10d201 Remove Suite B mode. 10 年前
  Adam Langley f1df2b3fbf Add SSL_CIPHER_get_kx_name. 10 年前
  Adam Langley e3142a788c Make disabling last cipher work. 10 年前
  David Benjamin 060d9d2c56 Remove support code for export cipher suites. 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 年前