aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add X509_NAME_print_ex (#4174)Joshua Crowgey2018-04-041-0/+1
* Raise ve on bad gt (#4180)Joshua Crowgey2018-04-032-1/+19
* Fixed links to sphinx docs (#4182)Alex Gaynor2018-04-011-1/+1
* updated link to sphinx docs (#4181)Alex Gaynor2018-04-011-1/+1
* Added badtime.pem vector (#4179)Joshua Crowgey2018-03-302-0/+20
* Fix typo (#4178)Tim D. Smith2018-03-291-1/+1
* port changelog for 2.2.2 (#4172)Paul Kehrer2018-03-271-0/+8
* Add urllib3 to downstream tests (#4165)Paul Kehrer2018-03-201-0/+15
* forward port 2.2.1 changelog (#4167)Alex Gaynor2018-03-201-0/+13
* fix bug with n % 8 length wrapping on AESKWP (#4160)Paul Kehrer2018-03-202-2/+31
* Revert "don't allow GeneralNames to be an empty list (#4128)" (#4161)Alex Gaynor2018-03-202-7/+0
* add botan's AESKWP vectors reformatted for our NIST loader (#4159)Paul Kehrer2018-03-202-0/+652
* open master for 2.3 (#4151)Paul Kehrer2018-03-183-2/+9
* 2.2 release! (#4150)Paul Kehrer2018-03-183-6/+5
* implement AES KW with padding (RFC 5649) (#3880)Paul Kehrer2018-03-184-0/+166
* i hate groovy and i hate hard to test scripts (#4149)Paul Kehrer2018-03-181-11/+11
* change our manylinux1 and macos wheel builders to build limited api (#4113)Paul Kehrer2018-03-181-8/+32
* Update authors (#4148)Denis Gladkikh2018-03-181-0/+1
* Allow DSA q=224 (#4147)Paul Kehrer2018-03-183-93/+20
* Brainpool curves (#4129)Paul Kehrer2018-03-154-1/+76
* brainpool vectors from rfc 7027 (#4143)Paul Kehrer2018-03-153-0/+37
* bump travis to latest pypy version (#4134)Paul Kehrer2018-03-051-2/+2
* install only the minimum required to build our docs for rtd (#4133)Paul Kehrer2018-03-054-3/+7
* Check all .so's are noexecstack (#3994) (#4130)Jeremy Lainé2018-03-051-0/+3
* add X509_CRL_dup function (#4127)Dominic Chen2018-03-051-0/+1
* remove cms bindings we don't use (#4131)Paul Kehrer2018-03-053-149/+0
* Document motivation for a KDF after key-exchange (#4005) (#4124)Jeremy Lainé2018-03-053-5/+64
* Remove unused bindings from asn1.py (#4082)David Benjamin2018-03-052-66/+1
* don't allow GeneralNames to be an empty list (#4128)Paul Kehrer2018-03-052-0/+7
* test acme and also josepy as a downstream in jenkins (#4123)Paul Kehrer2018-02-251-0/+15
* Add certbot to downstream tests (#3740) (#4120)Jeremy Lainé2018-02-251-0/+16
* Expose BN_rand and BN_rand_range (#4118)Tux2018-02-231-0/+3
* switch RSA OAEP examples to use SHA256 (#4117)Paul Kehrer2018-02-221-4/+4
* Reorder this to reflect Alex's Opinions On What Is Good (#4115)Alex Gaynor2018-02-221-2/+2
* add aws-encryption-sdk as a downstream (#4106)Paul Kehrer2018-02-131-0/+15
* fixed docs with latest sphinx (#4107)Alex Gaynor2018-02-131-2/+1
* Add binding for SSL_get_certificate (#4100)Jeremy Lainé2018-02-061-0/+1
* Add myself to AUTHORS.rst (#4101)Jeremy Lainé2018-02-061-0/+1
* Add bindings for SRTP support (#4099)Jeremy Lainé2018-02-061-0/+3
* memory leak changelog (#4097)Paul Kehrer2018-02-051-0/+2
* fix a memory leak in ec derive_private_key (#4096)Paul Kehrer2018-02-042-2/+11
* Add bindings for DTLS support (#4089)gesslerpd2018-01-233-0/+30
* Add bindings for PSK (#4084)gesslerpd2018-01-182-1/+53
* Add bindings for SSL_OP_NO_DTLS* (#4079)gesslerpd2018-01-163-1/+7
* Use the real X509_REVOKED_dup when available. (#4080)David Benjamin2018-01-121-0/+4
* temporarily pin cffi to avoid bug related to virtualenv (#4083)Paul Kehrer2018-01-121-1/+1
* Fixes #4076 - simplify the implementation of int_from_bytes on python2 (#4077)Alex Gaynor2018-01-102-2/+3
* Add a Versioning section to the API stability docs (#4027)David Tucker2018-01-072-4/+21
* Fixed import path in go script (#4075)Alex Gaynor2018-01-061-1/+1
* The HKDF limit is actually 255 * digest_length_in_bytes (#4037)Paul Kehrer2018-01-063-3/+22