aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cleanup a doctest and add a changelog entry for concatkdfPaul Kehrer2015-06-122-1/+2
|
* Merge pull request #1898 from simo5/ConcatKDFPaul Kehrer2015-06-123-0/+563
|\ | | | | Add ConcatKDF from NIST SP 800-56A
| * Add ConcatKDF from NIST SP 800-56ASimo Sorce2015-06-123-0/+563
|/ | | | | | | | | 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>
* Merge pull request #2020 from tonyseek/change-badge-providerPaul Kehrer2015-06-081-1/+1
|\ | | | | Use shields.io instead of pypip.in.
| * Use shields.io instead of pypip.in.Jiangge Zhang2015-06-081-1/+1
| | | | | | | | It seems that the pypip.in has been unreachable. https://github.com/badges/pypipins/issues/39
* | Merge pull request #2022 from skeuomorf/remove-gpg-keyPaul Kehrer2015-06-081-1/+1
|\ \ | |/ |/| Remove Mohammed Attia's GPG key
| * Remove Mohammed Attia's GPG keyMohammed Attia2015-06-081-1/+1
|/
* Merge pull request #2019 from reaperhulk/simplify-setup-requiresDonald Stufft2015-06-081-1/+3
|\ | | | | setup requires can be cffi only now
| * setup requires can be cffi only nowPaul Kehrer2015-06-081-1/+3
|/
* Merge pull request #1986 from reaperhulk/cffi10Donald Stufft2015-06-0871-372/+271
|\ | | | | cffi 1.0
| * add some info about pypy version support with cffi 1.0+Paul Kehrer2015-06-071-1/+3
| |
| * install pypy 2.6.0 in container infraPaul Kehrer2015-06-072-0/+16
| |
| * Test with PyPy 2.6.0Alex Gaynor2015-06-071-2/+2
| |
| * convert to cffi 1.0 precompile systemPaul Kehrer2015-06-0768-362/+251
| |
| * remove pypy3 from testing until a cffi 1.0 version is availablePaul Kehrer2015-06-071-8/+0
|/
* Merge pull request #2016 from alex/0.9-changelogPaul Kehrer2015-06-061-0/+7
|\ | | | | Port the 0.9.1 changelog over to master
| * Port the 0.9.1 changelog over to masterAlex Gaynor2015-06-061-0/+7
|/
* Merge pull request #2010 from reaperhulk/gc-fixDonald Stufft2015-06-061-4/+1
|\ | | | | don't double free DSA cdata when verifying things
| * don't double free DSA cdata when verifying thingsPaul Kehrer2015-06-061-4/+1
| |
* | Merge pull request #2011 from reaperhulk/tox-env-versionsAlex Gaynor2015-06-061-0/+3
|\ \ | |/ |/| list package versions in tox env for easier debugging
| * list package versions in tox env for easier debuggingPaul Kehrer2015-06-061-0/+3
|/
* Merge pull request #2008 from tonyseek/add-authorPaul Kehrer2015-06-051-0/+1
|\ | | | | Add 'Jiangge Zhang' to AUTHORS
| * Add 'Jiangge Zhang' to AUTHORS. #1990Jiangge Zhang2015-06-051-0/+1
| |
* | Merge pull request #2009 from tonyseek/twofactor-uri-changelogPaul Kehrer2015-06-051-0/+4
|\ \ | |/ |/| Update CHANGELOG for Two-Factor provisioning URI.
| * Update CHANGELOG for Two-Factor provisioning URI.Jiangge Zhang2015-06-051-0/+4
|/ | | | Related Issue: #1990
* Merge pull request #1965 from reaperhulk/more-client-bindingsAlex Gaynor2015-06-041-0/+24
|\ | | | | Add more client cert related bindings
| * SSL_CTX_set_client_cert_engine was added in 0.9.8iPaul Kehrer2015-06-021-2/+14
| |
| * add some client cert bindingsPaul Kehrer2015-05-191-0/+12
| |
* | Merge pull request #2005 from reaperhulk/fix-2004Alex Gaynor2015-06-041-8/+14
|\ \ | | | | | | some docs cleanup for OTP
| * | some docs cleanup for OTPPaul Kehrer2015-06-031-8/+14
|/ /
* | Merge pull request #1990 from tonyseek/key-uriPaul Kehrer2015-06-036-0/+109
|\ \ | | | | | | Add "get_provisioning_uri" utility for HOTP/TOTP.
| * | Move the external link to page bottom.Jiangge Zhang2015-06-031-3/+4
| | |
| * | add license header and fix grammar errors.Jiangge Zhang2015-06-032-2/+6
| | |
| * | Remove a default argument and rename a private function.Jiangge Zhang2015-06-036-15/+17
| | |
| * | Describe provisioning URI in the document.Jiangge Zhang2015-06-031-0/+38
| | |
| * | Follow the review advice: turn URI generator into methods.Jiangge Zhang2015-06-035-36/+19
| | |
| * | Add "generate_key_uri" utility for HOTP/TOTP.Jiangge Zhang2015-05-263-0/+81
| | |
* | | Merge pull request #2003 from viraptor/x509_timesAlex Gaynor2015-06-031-2/+2
|\ \ \ | | | | | | | | Remove remaining UTCTIME variables
| * | | Remove remaining UTCTIME variablesStanisław Pitucha2015-06-031-2/+2
|/ / / | | | | | | | | | | | | | | | set_not{Before,After} use ASN1_TIME in openssl. UTCTIME has been removed in 0.9.6. get_... functions have been fixed before, but set_... bindings still used the old type.
* | | Merge pull request #1907 from simo5/ECDHKDFTestsPaul Kehrer2015-06-023-1/+74
|\ \ \ | | | | | | | | Ecdh kdf tests
| * | | Modify ECDH Test vector loader for KDF vectorsSimo Sorce2015-05-063-1/+74
| | | | | | | | | | | | | | | | | | | | | | | | Also add tests for the new vectors Signed-off-by: Simo Sorce <simo@redhat.com>
* | | | Merge pull request #2000 from AndreLouisCaron/more-builder-bindingsAlex Gaynor2015-05-311-0/+2
|\ \ \ \ | | | | | | | | | | Adds OpenSSL binding for X509 names.
| * | | | Adds OpenSSL binding for X509 names.Andre Caron2015-05-311-0/+2
|/ / / /
* | | | Merge pull request #1998 from etrauschke/crl_vectorsPaul Kehrer2015-05-295-0/+86
|\ \ \ \ | | | | | | | | | | add example CRL PEM files to vectors
| * | | | docfixErik Trauschke2015-05-291-1/+1
| | | | |
| * | | | add example CRL PEM files to vectorsErik Trauschke2015-05-295-0/+86
|/ / / /
* | | | Merge pull request #1954 from reaperhulk/inhibitanypolicyAlex Gaynor2015-05-293-0/+73
|\ \ \ \ | | | | | | | | | | InhibitAnyPolicy class
| * | | | InhibitAnyPolicy classPaul Kehrer2015-05-263-0/+73
| | | | |
* | | | | Merge pull request #1997 from reaperhulk/tasks-fixAlex Gaynor2015-05-291-0/+9
|\ \ \ \ \ | | | | | | | | | | | | skip the wheel if it's not from the latest build
| * | | | | skip the wheel if it's not from the latest buildPaul Kehrer2015-05-281-0/+9
| | | | | |