55 Commitit (cff0b90cbb68246b93f4894177f3ba545caf6e65)

Tekijä SHA1 Viesti Päivämäärä
  David Benjamin a07c0fc8f2 Fix SSL_get_current_cipher. 9 vuotta sitten
  David Benjamin d6e95eefba Get rid of ssl_undefined_* 9 vuotta sitten
  David Benjamin 71f0794d34 Document everything in ssl_ciph.c, now ssl_cipher.c. 9 vuotta sitten
  David Benjamin 107db58047 Switch cipher masks to uint32_t. 9 vuotta sitten
  David Benjamin f0ae170021 Include-what-you-use ssl/internal.h. 9 vuotta sitten
  David Benjamin 2ee94aabf5 Rename ssl_locl.h to internal.h 9 vuotta sitten
  David Benjamin d81e73dcbb Factor out sequence number updates. 9 vuotta sitten
  David Benjamin cfd248b7f6 Clean up SSL_export_keying_material implementation. 9 vuotta sitten
  David Benjamin b34f510b3b Don't delay-initialize legacy AEADs. 9 vuotta sitten
  David Benjamin 9d0847ae6d Add some missing error failure checks. 9 vuotta sitten
  David Benjamin afbc63fc2f Simplify DTLS epoch rewind. 9 vuotta sitten
  David Benjamin 1e52ecac4d Normalize tls1_enc return values. 9 vuotta sitten
  David Benjamin b8a56f112f Remove dead code from EVP_CIPHER codepaths. 9 vuotta sitten
  David Benjamin e95d20dcb8 Support EVP_AEAD in DTLS. 9 vuotta sitten
  David Benjamin 044abb0aaa Implement SSLv3 ciphers with stateful AEADs. 9 vuotta sitten
  David Benjamin 41ac979211 Add the PRF to SSL3_ENC_METHOD. 9 vuotta sitten
  David Benjamin 31b1d81354 Factor SSLv3 key derivation steps into an ssl3_PRF. 9 vuotta sitten
  David Benjamin 1f5e115ea9 Tidy up tls1_PRF a little. 9 vuotta sitten
  David Benjamin ea72bd0b60 Implement all TLS ciphers with stateful AEADs. 9 vuotta sitten
  David Benjamin af032d68b3 Allocate the temporary buffer in tls1_PRF internally. 9 vuotta sitten
  Adam Langley fcf25833bc Reformat the rest of ssl/. 9 vuotta sitten
  David Benjamin a6d81018f8 Consistently use RAND_bytes and check for failure. 9 vuotta sitten
  David Benjamin 4841ce49a0 Fix EVP_Cipher error-handling. 10 vuotta sitten
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. 10 vuotta sitten
  Adam Langley 69a01608f3 Add malloc failure tests. 10 vuotta sitten
  Adam Langley 0e2a3cf98a Remove KSSL_DEBUG. 10 vuotta sitten
  David Benjamin a0ca1b742f DTLS1_AD_MISSING_HANDSHAKE_MESSAGE does not exist. 10 vuotta sitten
  Adam Langley 7571292eac Extended master secret support. 10 vuotta sitten
  David Benjamin d7a76e72c6 Remove key_arg and key_arg_length from SSL_SESSION. 10 vuotta sitten
  Adam Langley 88333ef7d7 Fix switching between AEAD and non-AEAD in a renegotiation. 10 vuotta sitten
  David Benjamin fb3ff2c66c Don't compare signed vs. unsigned. 10 vuotta sitten
  David Benjamin d633d6303c Remove indirection in loading ciphers. 10 vuotta sitten
  David Benjamin c92c2d7a07 Prune some dead quirks and document the SSL_OP_ALL ones. 10 vuotta sitten
  David Benjamin f0fd37323b Remove remnants of EVP_CIPHER-based AES_GCM cipher. 10 vuotta sitten
  David Benjamin 457112e197 unifdef a bunch of OPENSSL_NO_* ifdefs. 10 vuotta sitten
  David Benjamin f9b96fa493 Fix flipped DTLS checks. 10 vuotta sitten
  David Benjamin ebf42b5f6f Remove remnants of now-removed cipher suites. 10 vuotta sitten
  David Benjamin 09bd58d1f1 Replace some DTLS version checks with SSL_IS_DTLS. 10 vuotta sitten
  David Benjamin 060d9d2c56 Remove support code for export cipher suites. 10 vuotta sitten
  David Benjamin 019c3cc64a Remove last remnants of GOST support. 10 vuotta sitten
  David Benjamin 7bf334a9ff Perform bounds checks in hmac_signctx. 10 vuotta sitten
  David Benjamin 64f4c91b89 Remove OPENSSL_FIPS blocks. 10 vuotta sitten
  David Benjamin fd76191821 Remove opaque_prf_input extension. 10 vuotta sitten
  Adam Langley 9447dff5a2 Use RC4-MD5 AEAD in ssl/ 10 vuotta sitten
  Victor Vasiliev 508c29fec9 Remove references to AEAD in non-AEAD interface codepath 10 vuotta sitten
  David Benjamin 95463b311d Remove crypto/comp and SSL_COMP support code. 10 vuotta sitten
  Adam Langley caddf1c4de Use correct digest when exporting keying material. 10 vuotta sitten
  Adam Langley 9f61d7f4a1 ssl/t1_enc.c: check EVP_MD_CTX_copy return value. 10 vuotta sitten
  Adam Langley 2970779684 Fallback SCSV. 10 vuotta sitten
  Adam Langley d493d5289d CBC record splitting. 10 vuotta sitten