summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Bump syn from 1.0.57 to 1.0.58 in /src/rust (#5681)dependabot[bot]2021-01-061-2/+2
* Bump syn from 1.0.56 to 1.0.57 in /src/rust (#5679)dependabot[bot]2021-01-041-2/+2
* Bump smallvec from 1.5.1 to 1.6.0 in /src/rust (#5678)dependabot[bot]2021-01-011-2/+2
* Bump ctor from 0.1.16 to 0.1.17 in /src/rust (#5672)dependabot[bot]2020-12-291-4/+4
* Bump quote from 1.0.7 to 1.0.8 in /src/rust (#5665)dependabot[bot]2020-12-221-2/+2
* Bump syn from 1.0.54 to 1.0.55 in /src/rust (#5663)dependabot[bot]2020-12-221-2/+2
* Bump parking_lot_core from 0.8.1 to 0.8.2 in /src/rust (#5664)dependabot[bot]2020-12-221-2/+2
* Integrate Rust into the build process properly (#5410)Alex Gaynor2020-12-223-0/+265
* Add ssl version constants (#5662)Maximilian Hils2020-12-212-0/+8
* Cleanup how we represent authors. (#5650)Alex Gaynor2020-12-151-1/+1
* add missing verification parameter flags (#5643)Eduard Iskandarov2020-12-131-0/+2
* Update APIs to use non-deprecated OpenSSL ones where possible (#5633)Alex Gaynor2020-12-107-11/+24
* re-add Cryptography_HAS_TLSEXT_HOSTNAME and port 3.3.1 changelog (#5627)Paul Kehrer2020-12-091-0/+6
* Complete removal of py2 (#5533)Alex Gaynor2020-12-0933-263/+126
* we didn't actually commit the final doc fixes for the recover PR (#5614)Paul Kehrer2020-12-091-1/+1
* Remove utils.int_from_bytes (#5609)Alex Gaynor2020-12-095-10/+15
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-09122-134/+0
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-084-8/+8
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-087-109/+25
* Reopen master for 3.4 (#5605)Alex Gaynor2020-12-081-1/+1
* Prepare for 3.3 release (#5603)3.3Alex Gaynor2020-12-081-1/+1
* Add support for RSA signature recovery (#5573)Zoltan Kelemen2020-12-074-12/+73
* Added tls bindings for new OpenSSL APIs (#5595)Alex Gaynor2020-12-012-4/+36
* fixes #4531 -- support encoding SCTs in certificates (#5594)Alex Gaynor2020-11-303-7/+23
* Don't build our custom osrandom engine on libressl (#5593)Alex Gaynor2020-11-291-2/+2
* disallow p less than 512-bit on DH (#5592)Paul Kehrer2020-11-292-2/+15
* don't require errors to be on the stack when loading a key (#5590)Paul Kehrer2020-11-261-2/+1
* Reduce granularity of error msging when deserializing keys (#5588)Paul Kehrer2020-11-261-17/+9
* define OAEP properties for all openssl versions (#5589)Paul Kehrer2020-11-261-7/+3
* in OpenSSL 1.1.0+ error strings are automatically loaded (#5587)Paul Kehrer2020-11-261-2/+0
* garbage collect dead code (#5562)Alex Gaynor2020-11-111-4/+0
* Always rely on OpenSSL's builtin locking callbacks (#5561)Alex Gaynor2020-11-114-168/+2
* Tighten up this warning message (#5560)Alex Gaynor2020-11-111-2/+2
* Fix broken links (#5552)Felix Fontein2020-11-101-5/+8
* GCM IV size limits (#5553)Paul Kehrer2020-11-092-7/+9
* padding: Tip-toe around bytes subclasses. (#5548)Benjamin Peterson2020-11-041-2/+8
* Drop python 3.5 (#5527)Alex Gaynor2020-10-281-7/+0
* Disable blinding for RSA pub keys (#5524)Alex Gaynor2020-10-271-5/+0
* Remove some dead constants (#5518)Alex Gaynor2020-10-263-23/+0
* fixes #5513 update comment on why we can't have nice things (#5517)Alex Gaynor2020-10-261-11/+3
* Simplify a number of branches around libressl (#5515)Alex Gaynor2020-10-267-39/+23
* Delete all the 1.0.2 code (#5511)Alex Gaynor2020-10-2521-534/+38
* Reopen master for 3.3 (#5509)Alex Gaynor2020-10-251-2/+2
* 3.2 release (#5508)3.2Paul Kehrer2020-10-251-1/+1
* Attempt to mitigate Bleichenbacher attacks on RSA decryption (#5507)Alex Gaynor2020-10-251-15/+11
* move blinding to __init__ on both RSA public and private (#5506)Paul Kehrer2020-10-252-4/+10
* be more verbose in the 102 deprecation notice (#5505)Paul Kehrer2020-10-251-2/+5
* PKCS7SignatureBuilder now supports new option NoCerts when signing (#5500)frennkie2020-10-252-0/+5
* chunking didn't actually work (#5499)Paul Kehrer2020-10-251-1/+1
* allow additional certificates to be added to a pkcs7 (#5498)Paul Kehrer2020-10-252-2/+20