aboutsummaryrefslogtreecommitdiff
path: root/oauth2client/crypt.py
AgeCommit message (Expand)Author
2016-07-27Update imports to only Packages or ModulesPat Ferate
2016-07-19Update string formatters to new stylePat Ferate
2016-02-12Fixing bug where '=' was stripped from signed bytes.Danny Hermes
2016-02-04Removing novel crypto in service_account.py.Danny Hermes
2016-02-04Adding a pure Python crypt sub-module.Danny Hermes
2015-09-01Making crypt._verify_signature accept iterable instead of dict.Danny Hermes
2015-09-01Refactor exp/iat checking in crypt.verify_signed_jwt_with_certs.Danny Hermes
2015-09-01Refactor audience checking in crypt.verify_signed_jwt_with_certs.Danny Hermes
2015-09-01Using more descriptive names for JWT parts.Danny Hermes
2015-09-01Using JWT segment names in verify_signed_jwt_with_certs.Danny Hermes
2015-09-01Refactor certificate checking in crypt.verify_signed_jwt_with_certs.Danny Hermes
2015-09-01Adding no cover pragmas to test_crypt.Danny Hermes
2015-08-21Making oauth2client/ files pass PEP8.Danny Hermes
2015-08-21Moving __author__ after imports in oauth2client/.Danny Hermes
2015-08-21Docstring pass after pep8ify in oauth2client/Danny Hermes
2015-08-21Raw pep8ify changes.Danny Hermes
2015-08-17Adding _from_bytes helpers as a foil for _to_bytes.Danny Hermes
2015-08-14Unifying all conversions to bytes.Danny Hermes
2015-08-13Removing import OpenSSL hack.Danny Hermes
2015-07-13Factoring out conditional code from `crypt.py`.Danny Hermes
2015-07-02Casting message to bytes in PyCrypto verifier.Danny Hermes
2015-05-26Check for OpenSSL.crypto when detecting OpenSSL.Craig Citro
2015-05-19Fall back to importing for OpenSSL detection.Craig Citro
2015-05-15Simplify OpenSSL checks in crypt.py.Craig Citro
2015-04-15Deferring OpenSSL import until usage.Danny Hermes
2015-01-14Moving private_key_as_pem->pkcs12_key_as_pem.Danny Hermes
2015-01-14Adding protected method to convert PKCS12 key to PEM.Danny Hermes
2014-10-10Fix some trivial issues.INADA Naoki
2014-10-10Merge remote-tracking branch 'origin/master' into python3INADA Naoki
2014-09-23One more copyright update.Craig Citro
2014-09-23Source cleanup (mostly lint), one missing rename.Craig Citro
2014-09-23Update all copyright lines.Craig Citro
2014-09-09Revert change of PyCryptoVerifier.verify() since current code turns out working.Jin Liu
2014-09-09Support X509 pem cert and signature verification using PyCrypto.Jin Liu
2014-08-30cleanupINADA Naoki
2014-08-20CleanupINADA Naoki
2014-08-19Merge branch 'master' into six-cleanupINADA Naoki
2014-08-19Remove executable bit.INADA Naoki
2014-08-19Fix indent.INADA Naoki
2014-08-18Assorted import/lint cleanup.Craig Citro
2014-08-18Require python >= 2.6, use the json module.Craig Citro
2014-07-29Handle PKCS12 unicode passwordsJeff Terrace
2014-07-17Try to handle either str or bytes when verifying signature.Pat Ferate
2014-07-17Fixed str -> bytes conversionPat Ferate
2014-07-17Handle str and bytes better in crypto (loading and signing)Pat Ferate
2014-07-17Trying to handle both OpenSSL 0.13 and 0.14.Pat Ferate
2014-07-17Ensure password is strPat Ferate
2014-07-16More bytes vs str handling.Pat Ferate
2014-07-16Ensure message is in bytesPat Ferate
2014-07-16Added handling for bytes vs str.Pat Ferate