aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS.rst
Commit message (Collapse)AuthorAgeFilesLines
* Dh serialization changelog (#3385)Aviv Palivoda2017-02-081-0/+1
| | | | | | * Add CHANGELOG entries for DH serialization * update AUTHORS
* updated authors.rst (#3277)Erik Daguerre2016-11-221-0/+1
|
* update CHANGELOG.rst & AUTHORS.rst (#3231)Ofek Lev2016-11-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * finish https://github.com/pyca/cryptography/pull/1973 * change API & add test Function will now return an instance of EllipticCurvePrivateKey, as that is the users' ultimate goal anyway. * fix test * improve coverage * complete coverage * final fix * centos fix * try ec.SECT283K1 * try ec.SECT571K1 * try ec.SECT409K1 * try ec.SECT283K1 * try ec.SECT233K1 * try ec.SECT163K1 * try ec.SECT571R1 * try ec.SECT409R1 * try ec.SECT283R1 * try ec.SECT233R1 * try ec.SECT163R2 * try ec.SECP521R1 * try ec.SECP256R1 * retry * cleanup asserts * use openssl_assert * skip unsupported platforms * change API name to derive_private_key * change version added * improve description of `secret` param * separate successful and failure test cases * simplify successful case * add docs for derive_elliptic_curve_public_point * add period * update CHANGELOG.rst & AUTHORS.rst for https://github.com/pyca/cryptography/pull/3225 * added reST prefix * reduce line length
* Name: add support for multi-value RDNs (#3202)Fraser Tweedale2016-11-111-0/+1
| | | | | | | | Update the Name class to accept and internally store a list of RelativeDistinguishedName objects. Add the 'rdns' attribute to give access to the RDNs. Update ASN.1 routines to correctly decode and encode multi-value RDNs. Fixes: https://github.com/pyca/cryptography/issues/3199
* Add myself to AUTHORS.rst (#3222)Thomas Sileo2016-11-061-0/+1
|
* Add myself in the authors file (#3126)Simo Sorce2016-09-011-0/+1
| | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add @mhils to AUTHORS.rst (#3071)Maximilian Hils2016-07-311-0/+1
|
* Add myself to AUTHORS (#3048)Dirkjan Ochtman2016-07-191-0/+1
|
* Add more bindings to OpenSSL, to be used by the Python _ssl module. (#2868)Amaury Forgeot d'Arc2016-04-081-0/+2
| | | | | | | | | | | | | | * Add more bindings to OpenSSL, all are used by the Python _ssl module. * Add a conditional: SSL_CTX_clear_options() does not exist before 0.9.8m * 80 cols * Condionally define the TLSEXT error codes. * Address review comments * Remove all parameter names
* Adding me to AUTHORS.rst :)Phoebe Queen2015-08-121-0/+1
|
* Add Glyph to AUTHORS.rst.Glyph2015-06-261-0/+1
|
* Added a repr() method to x509._CertificateMajor Hayden2015-06-211-0/+1
|
* Remove Mohammed Attia's GPG keyMohammed Attia2015-06-081-1/+1
|
* Add 'Jiangge Zhang' to AUTHORS. #1990Jiangge Zhang2015-06-051-0/+1
|
* Adding myself to the authors file.Andre Caron2015-05-161-0/+1
|
* Add @sbuss to AUTHORSSteven Buss2015-04-151-0/+1
|
* Adding myself to authorsChellygel2015-03-251-0/+1
|
* Add greghaynes to AuthorsGregory Haynes2015-01-011-0/+1
|
* Added load_ssh_rsa_public_key to hazmat.primitives.serialization to allow ↵Mark Adams2014-12-131-0/+1
| | | | | | for loading of OpenSSH RSA public keys Also added load_ssh_public_key as a generic method that can be later extended to support more public key algorithms.
* Add gpg key fingerprint for skeuomorfMohammed Attia2014-10-151-1/+1
|
* Added to AUTHORS.rstMichael2014-09-121-0/+1
| | | | Added Michael Hart to authors
* add my key fingerprint since I've signed a few releases with itPaul Kehrer2014-03-281-1/+1
|
* Add GPG key fingerprint for lvhLaurens Van Houtven2014-03-071-1/+1
| | | | | I have a new key, see revocation: https://gist.github.com/lvh/9412036 New key is forward-signed with old one.
* Added myself to AUTHORSMohammed Attia2014-03-051-0/+1
|
* Add myself to AUTHORS.rstMatt Iversen2014-02-251-0/+1
|
* Fixed HOTP test path, added changelog and myself to author list.Ayrx2014-02-211-0/+1
|
* Add Hynek's GPG fingerprintHynek Schlawack2014-02-201-1/+1
|
* Add bindings for X509_REQ_get_extensions.Stephen Holsapple2014-01-291-0/+1
| | | | | Without this binding it is impossible to get any extension objects from an X509Req object.
* add Konstantinos Koukopoulos to AUTHORS.rstKonstantinos Koukopoulos2014-01-291-0/+1
|
* I guess I should take some of the blame.David Reid2014-01-081-0/+1
|
* Add myself to AUTHORSAlex Stapleton2013-12-271-0/+1
|
* Include all the requirements in the dev-requirements, even those which will ↵Alex Gaynor2013-11-081-1/+0
| | | | be installed by `pip install .`
* Typo fixAlex Gaynor2013-10-021-1/+1
|
* Single lineAlex Gaynor2013-10-021-2/+1
|
* Include key finger prints in AUTHORS.rstAlex Gaynor2013-10-021-0/+3
|
* API refactor to separate cffi declarationsPaul Kehrer2013-09-131-0/+1
| | | | | | | * Moved to structure similar to OpenTLS * api modified to load the cffi modules * cffi verify methods broken out * Jarret Raim and I pair programmed this
* update authorsPaul Kehrer2013-09-091-0/+1
|
* use py.test for testingChristian Heimes2013-08-111-0/+2
| | | | | | correct cffi dependency to setup_requires ignore cffi, pycparser and pytest egg directories add myself to AUTHORS.rst
* Fix e-mailLaurens Van Houtven2013-08-081-1/+1
|
* Fix typo in docs and use my private e-mailHynek Schlawack2013-08-081-1/+1
|
* Included emailsAlex Gaynor2013-08-071-4/+4
|
* Added an AUTHORS fileAlex Gaynor2013-08-071-0/+7