cryptography/tests
Paul Kehrer 5ff3167531 Merge branch 'master' into urandom-engine
* master: (108 commits)
  PBKDF2HMAC requires a PBKDF2HMACBackend provider.
  one more replacement
  simplify hmac supported and hash supported calls for commoncrypto
  simplify check for algorithm
  a bit more language work + changelog changes for pbkdf2hmac
  one more style fix
  a few typo fixes, capitalization, etc
  switch to private attributes in pbkdf2hmac
  expand docs to talk more about the purposes of KDFs
  update docs re: PBKDF2HMAC iterations
  add test for null char replacement
  Added installation section to index.rst
  called -> used
  quotes inside, diff examples
  Expose this method because probably someone will need it eventually
  fix spacing, remove versionadded since HashAlgorithm was in 0.1
  document HashAlgorithm
  Added canonical installation document with details about various platforms, fixes #519
  update docs for pbkdf2
  Add bindings for X509_REQ_get_extensions.
  ...

Conflicts:
	cryptography/hazmat/bindings/openssl/binding.py
	docs/hazmat/backends/openssl.rst
2014-01-29 21:18:06 -06:00
..
hazmat Merge branch 'master' into urandom-engine 2014-01-29 21:18:06 -06:00
vectors/fernet Started working on the invalid cases 2013-10-31 14:50:00 -07:00
__init__.py Less code, more tests. 2013-08-07 10:04:32 -07:00
conftest.py okay this time really finish the rename. Up example iterations to 100k 2014-01-28 17:09:59 -06:00
test_fernet.py add test marks to fernet so backends without cipher (or AES/CBC) will skip 2014-01-09 22:21:14 -06:00
test_utils.py add test for null char replacement 2014-01-29 13:44:07 -06:00
utils.py PBKDF2 support for OpenSSL backend 2014-01-28 11:18:26 -06:00