339 Révisions (1f26ed767a0847ade757b24489b1b488eabbfee9)

Auteur SHA1 Message Date
  David Benjamin b16346b0ad Add SSL_set_reject_peer_renegotiations. il y a 9 ans
  David Benjamin 8f64778a39 Add some missing headers to doc.config. il y a 9 ans
  David Benjamin 0d8a758938 Start generating documentation for ssl.h. il y a 9 ans
  David Benjamin 71f0794d34 Document everything in ssl_ciph.c, now ssl_cipher.c. il y a 9 ans
  David Benjamin 087e4fa478 Fix minor stylistic issues with ssl.h. il y a 9 ans
  David Benjamin 6b38086341 Remove SSL_CIPHER::valid. il y a 9 ans
  Brian Smith c82a00d818 Replace MD5 in examples with SHA-256. il y a 9 ans
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. il y a 9 ans
  Brian Smith 6e8fbfecd0 Remove crypto/obj dependencies from low-level crypto tests. il y a 9 ans
  Brian Smith 83a82981dc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. il y a 9 ans
  Brian Smith 7d897a1bf2 Replace RC4 in examples with AES-128-GCM. il y a 9 ans
  David Benjamin e00fc887e4 Fix typo. il y a 9 ans
  David Benjamin 107db58047 Switch cipher masks to uint32_t. il y a 9 ans
  David Benjamin 2e749e8f61 Move the sys/time.h #include out of extern C. il y a 9 ans
  David Benjamin 2ee94aabf5 Rename ssl_locl.h to internal.h il y a 9 ans
  Adam Langley 0fd5639701 Fix up whitespace in headers for doc.go. il y a 9 ans
  David Benjamin 32fbdf2025 Remove anonymous cipher suites. il y a 9 ans
  Adam Langley 33672736b7 Get rid of the THREADID stuff. il y a 9 ans
  Adam Langley b9e77a0c0c Use thread-local storage for ERR. il y a 9 ans
  Adam Langley 2e0f0711dd Remove the implementation abstraction from ERR. il y a 9 ans
  David Benjamin 2f18c1babb Prune away (almost) all of asn1_mac.h il y a 9 ans
  Brian Smith 57581da626 Remove unused ex_data indexes. il y a 9 ans
  Brian Smith 5d48b02a5b Remove TODO about removing ECDSA_do_sign/ECDSA_do_verify. il y a 9 ans
  Adam Langley 7e6c4c8945 Add a couple of compatibility #defines for DH. il y a 9 ans
  Adam Langley 1049e26f6b Support several flavours of AES-192. il y a 9 ans
  Adam Langley 087930f5b5 Add OFB mode. il y a 9 ans
  Adam Langley d4a5ecd869 Add NCONF_load_bio. il y a 9 ans
  Adam Langley c004dfc3d1 Add decrepit, initially containing CAST and Blowfish. il y a 9 ans
  Adam Langley 765b66cf04 Add DSA support to EVP. il y a 9 ans
  David Benjamin ece3de95c6 Enforce that sessions are resumed at the version they're created. il y a 9 ans
  David Benjamin 4417d055e2 Remove buffered_app_data as well. il y a 9 ans
  David Benjamin 0afbcc05e6 Remove buffering out records from the next epoch. il y a 9 ans
  David Benjamin 4a3f0732fd Tidy record length check. il y a 9 ans
  David Benjamin d81e73dcbb Factor out sequence number updates. il y a 9 ans
  David Benjamin cfd248b7f6 Clean up SSL_export_keying_material implementation. il y a 9 ans
  David Benjamin 9faafdaeb8 Clean up do_ssl3_write fragment handling. il y a 9 ans
  David Benjamin 72f5911a16 Fix the standalone shared library build. il y a 9 ans
  David Benjamin c0f763b080 Simplify server-side ECDH curve selection. il y a 9 ans
  David Benjamin a5974bfae7 Convert bn_test to C++. il y a 9 ans
  Adam Langley c11e13a78b Support MIPS64. il y a 9 ans
  Adam Langley 20b64fd19d Export the PSS padding functions. il y a 9 ans
  David Benjamin 87ac295d5d Remove unused fields from EVP_PKEY. il y a 9 ans
  David Benjamin 8056343a58 Fix CRYPTO_add_lock documentation. il y a 9 ans
  David Benjamin b6d0c6db5e Remove the stats block in SSL_CTX. il y a 9 ans
  Adam Langley 32156b974d Add some more Android compatibility declarations. il y a 9 ans
  David Benjamin 7061e28dc2 Rename EECDH and EDH to ECDHE and DHE. il y a 9 ans
  Adam Langley f21645f4e3 Typo fix in comment. il y a 9 ans
  David Benjamin 067321502d Explicitly document EVP_PKEY_size vs EVP_PKEY_bits. il y a 9 ans
  Adam Langley 1df63e93f9 Fix a couple of issues with building with strict C99. il y a 9 ans
  Adam Langley 0e782a9eb3 Add AEADs for AES-CTR with HMAC-SHA256. il y a 9 ans