Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | put the AAD and encrypted byte limit checks in the parent context | Paul Kehrer | 2015-07-01 | 2 | -0/+21 | |
| | ||||||
* | move int_from_bytes so we can use it elsewhere | Paul Kehrer | 2015-06-27 | 1 | -23/+9 | |
| | ||||||
* | Improvemed branch coverage for ssh public key loading | Alex Gaynor | 2015-06-27 | 1 | -6/+5 | |
| | ||||||
* | remove unused import | Alex Gaynor | 2015-06-22 | 1 | -1/+0 | |
| | ||||||
* | Remove our workarounds for pyasn.1 bugs, a new pyasn.1 is out! | Alex Gaynor | 2015-06-22 | 1 | -5/+0 | |
| | ||||||
* | Change ' to ". | Terry Chia | 2015-06-19 | 3 | -12/+12 | |
| | ||||||
* | Add ConcatKDF from NIST SP 800-56A | Simo Sorce | 2015-06-12 | 1 | -0/+125 | |
| | | | | | | | | | The implemention allows the use an HMAC function as per Revision 2 of the document. Conformance of the formatting of the OtherInfo argument is responsability of the calling application. Signed-off-by: Simo Sorce <simo@redhat.com> | |||||
* | convert to cffi 1.0 precompile system | Paul Kehrer | 2015-06-07 | 6 | -101/+4 | |
| | ||||||
* | add license header and fix grammar errors. | Jiangge Zhang | 2015-06-03 | 1 | -0/+4 | |
| | ||||||
* | Remove a default argument and rename a private function. | Jiangge Zhang | 2015-06-03 | 3 | -8/+8 | |
| | ||||||
* | Follow the review advice: turn URI generator into methods. | Jiangge Zhang | 2015-06-03 | 3 | -27/+15 | |
| | ||||||
* | Add "generate_key_uri" utility for HOTP/TOTP. | Jiangge Zhang | 2015-05-26 | 1 | -0/+50 | |
| | ||||||
* | deprecation dance. | Paul Kehrer | 2015-05-13 | 4 | -417/+0 | |
| | | | | fixes #1950 | |||||
* | add support for secp256k1 | Paul Kehrer | 2015-05-08 | 1 | -0/+7 | |
| | ||||||
* | Rewrite check to read clearer. | Terry Chia | 2015-05-04 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #1848 from reaperhulk/invalid-token | Alex Gaynor | 2015-04-14 | 3 | -2/+8 | |
|\ | | | | | Twofactor invalid token | |||||
| * | Move cryptography.exceptions.InvalidToken to ↵ | Steven Buss | 2015-04-13 | 3 | -2/+8 | |
| | | | | | | | | cryptography.hazmat.primitives.twofactor | |||||
* | | Fix comparison between pyasn1 objects introduced in #1843 | Geoffrey Thomas | 2015-04-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | __eq__ compares values, so e.g. univ.Integer(0) == eoo.endOfOctets. I believe this isn't a logic error for what we're doing now, but keep the code right in case it gets reused. This is the pattern used by pyasn1 internally. | |||||
* | | Work around pyasn1's willingness to return endOfOctets in DER parsing | Geoffrey Thomas | 2015-04-13 | 1 | -0/+7 | |
|/ | | | | See #1838 for discussion. | |||||
* | DH key interfaces | Alex Stapleton | 2015-04-05 | 1 | -12/+77 | |
| | ||||||
* | Attempt at simplifying the repr code. | Alex Gaynor | 2015-03-23 | 1 | -1/+1 | |
| | ||||||
* | Don't trigger any deprecation warnings on import | Alex Gaynor | 2015-03-14 | 1 | -5/+5 | |
| | ||||||
* | Do the deprecation dance | Paul Kehrer | 2015-03-09 | 1 | -7/+0 | |
| | ||||||
* | DSA public key serialization | Paul Kehrer | 2015-03-08 | 1 | -1/+18 | |
| | ||||||
* | serialize EC public keys | Paul Kehrer | 2015-03-08 | 1 | -1/+18 | |
| | ||||||
* | support RSA public key serialization | Paul Kehrer | 2015-03-07 | 2 | -1/+23 | |
| | ||||||
* | Merge pull request #1712 from reaperhulk/serialize-dsa-private-key | Alex Gaynor | 2015-03-05 | 1 | -1/+18 | |
|\ | | | | | serialize DSA private keys | |||||
| * | serialize DSA private keys | Paul Kehrer | 2015-03-02 | 1 | -1/+18 | |
| | | ||||||
* | | Fix indentation. | Terry Chia | 2015-03-03 | 1 | -3/+3 | |
| | | ||||||
* | | Move padding code into .c and .h files. | Terry Chia | 2015-03-03 | 3 | -41/+51 | |
|/ | ||||||
* | add support for serialization of EC private keys | Paul Kehrer | 2015-03-01 | 1 | -1/+18 | |
| | ||||||
* | s/Format/PrivateFormat | Paul Kehrer | 2015-03-01 | 1 | -1/+1 | |
| | ||||||
* | Use the official API for deprecation with the MACContext rename | Alex Gaynor | 2015-03-01 | 1 | -2/+6 | |
| | ||||||
* | Merge pull request #1503 from reaperhulk/serialize-some-keys | Alex Stapleton | 2015-03-01 | 3 | -3/+53 | |
|\ | | | | | Support for traditional OpenSSL and PKCS8 RSA private key serialization | |||||
| * | change as_bytes to private_bytes, link more things | Paul Kehrer | 2015-02-28 | 1 | -1/+1 | |
| | | ||||||
| * | address review feedback | Paul Kehrer | 2015-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | rename dump to as_bytes | Paul Kehrer | 2015-02-25 | 1 | -2/+2 | |
| | | ||||||
| * | address review comments | Paul Kehrer | 2015-02-25 | 3 | -25/+18 | |
| | | ||||||
| * | Support for traditional OpenSSL and PKCS8 RSA private key serialization | Paul Kehrer | 2015-02-25 | 2 | -1/+58 | |
| | | ||||||
* | | DH numbers | Alex Stapleton | 2015-02-26 | 1 | -0/+101 | |
|/ | ||||||
* | support DER public and private key loading in the openssl backend | Paul Kehrer | 2015-02-19 | 1 | -0/+8 | |
| | ||||||
* | move KDF interface | Paul Kehrer | 2015-02-16 | 4 | -21/+38 | |
| | ||||||
* | move asymmetric signature/verification interfaces | Paul Kehrer | 2015-02-16 | 2 | -30/+55 | |
| | ||||||
* | move asymmetric padding interface to primitives.asymmetric.padding | Paul Kehrer | 2015-02-16 | 2 | -16/+31 | |
| | ||||||
* | export interfaces from base in ciphers, update docs | Paul Kehrer | 2015-02-14 | 4 | -17/+24 | |
| | ||||||
* | move padding | Paul Kehrer | 2015-02-13 | 2 | -17/+29 | |
| | ||||||
* | move cipher and mode interfaces | Paul Kehrer | 2015-02-13 | 6 | -166/+252 | |
| | ||||||
* | move hash interfaces | Paul Kehrer | 2015-02-13 | 4 | -65/+91 | |
| | ||||||
* | remove unused X509 certificate interface | Paul Kehrer | 2015-02-12 | 1 | -39/+0 | |
| | | | | | | We merged this interface and then changed our approach and use the cryptography.x509.Certificate interface instead. This one was never directly used. | |||||
* | move EC interfaces | Paul Kehrer | 2015-02-12 | 4 | -123/+165 | |
| |