aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for leaking memory in EllipticCurvePublicNumbers.public_key() (#3732)Alex Gaynor2017-06-282-3/+22
* Funcs macros gone (#3695)Paul Kehrer2017-06-2737-121/+3
* parametrize the wheel builder to support out of order releases (#3731)Paul Kehrer2017-06-262-2/+10
* remove python 3.3 from CI (#3729)Paul Kehrer2017-06-267-20/+5
* enable wconversion and finish fixes (#3728)Paul Kehrer2017-06-264-5/+29
* bind DTLS 1.2 methods (#3725)Paul Kehrer2017-06-262-0/+20
* some wconversion fixes (#3727)Paul Kehrer2017-06-263-7/+8
* our build function was shadowing the build builtin. whoops. (#3726)Paul Kehrer2017-06-261-5/+3
* start testing against alpine (#3724)Paul Kehrer2017-06-251-5/+5
* Remove entry_points from setup.py (#3723)Alex Gaynor2017-06-251-8/+0
* doc the relationship between PrivateKey and PrivateKeyWithSerialization (#3721)Paul Kehrer2017-06-245-8/+34
* Reorganize DHParameters and DHPublicKey *WithSerialization (#3722)Paul Kehrer2017-06-243-24/+22
* pypy3 compilation fix for locking callback (#3716)Paul Kehrer2017-06-241-20/+60
* add missing methods to DH interfaces (#3719)Paul Kehrer2017-06-241-0/+18
* changelog entry and a few updates to the new DH params docs (#3718)Paul Kehrer2017-06-245-7/+16
* Dh parameters serialization (#3504)Aviv Palivoda2017-06-2411-2/+395
* Add DERSerializationBackend to test_dh serialization tests (#3717)Aviv Palivoda2017-06-241-1/+3
* be clearer that 65537 is the right answer (#3714)Paul Kehrer2017-06-231-1/+2
* implement CCM vector parser (#3699)Paul Kehrer2017-06-212-3/+260
* ed25519 vector loader (#3707)Paul Kehrer2017-06-202-1/+110
* Removed executable bit from vectors (#3708)Alex Gaynor2017-06-1919-0/+0
* disallow empty string for NameAttribute (#3711)Paul Kehrer2017-06-192-0/+7
* add pypy3.5 to our test matrix (#3709)Paul Kehrer2017-06-192-1/+10
* add FAQ entry for failed to install (#3710)Paul Kehrer2017-06-191-0/+10
* add NIST CAVP CCM vectors (#3698)Paul Kehrer2017-06-1820-1/+21709
* update pythons and pypy, a little prep for pypy3 in CI again (#3702)Paul Kehrer2017-06-182-13/+13
* fix typo in docs for curve name (#3705)Paul Kehrer2017-06-141-1/+1
* It's a method you must call (#3696)Jean-Paul Calderone2017-06-091-1/+1
* X25519 Support (#3686)Paul Kehrer2017-06-097-0/+386
* ChaCha20Poly1305 support (#3680)Paul Kehrer2017-06-089-0/+402
* scrypt can be doctested now that we're using 1.1.0 (#3688)Paul Kehrer2017-06-071-1/+1
* compile all our mac builds against 1.1.0 in travis (#3689)Paul Kehrer2017-06-072-2/+5
* run our docs job using 1.1.0 (#3687)Paul Kehrer2017-06-062-3/+3
* add X25519 test vectors from RFC 7748 section 5.2 (#3685)Paul Kehrer2017-06-062-0/+17
* bind even more evp (#3684)Paul Kehrer2017-06-062-4/+10
* Do more retries in linkcheck because NIST websites are down a lot (#3683)Alex Gaynor2017-06-051-1/+1
* bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682)Paul Kehrer2017-06-052-0/+14
* add EVP_PKEY_keygen and EVP_PKEY_keygen_init for x25519/ed25519 (#3681)Paul Kehrer2017-06-051-0/+6
* bind EVP_CTRL_AEAD even when on < 1.1.0 (#3679)Paul Kehrer2017-06-042-7/+18
* when you :%s/\:/=/g sometimes there's a colon you shouldn't have touched (#3678)Paul Kehrer2017-06-041-1/+1
* Change the link to appease linkcheck (#3677)Alex Gaynor2017-06-041-1/+1
* fix symmetric encryption interfaces heading (#3676)Paul Kehrer2017-06-041-1/+1
* document invalidtag (#3675)Paul Kehrer2017-06-041-0/+11
* add ChaCha20Poly1305 test vectors from OpenSSL/RFC7539 (#3673)Paul Kehrer2017-06-043-0/+579
* typo fix (#3674)Alex Gaynor2017-06-041-1/+1
* Remove a line from "Why do we exist" (#3672)Alex Gaynor2017-06-041-1/+0
* Refs #3646 -- include stdout in the output when spawning a process fails in t...Alex Gaynor2017-06-041-1/+6
* Refs #3461 -- parse SCTs from x.509 extension (#3480)Alex Gaynor2017-06-048-6/+173
* Fixes #2347 -- link to the stdlib secrets module in our random number generat...Alex Gaynor2017-06-041-0/+5
* deprecate signer/verifier on asymmetric keys (#3663)Paul Kehrer2017-06-0313-210/+160