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年前