Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
7f8d9c06ef386a9187aed3eaa4d29a88f11f8c7c
7f8d9c0
support byteslike in KBKDFHMAC (#4711)
by Paul Kehrer
· 7 years ago
a779944
support byteslike in ConcatKDF{HMAC,Hash}, Scrypt, and X963KDF (#4709)
by Paul Kehrer
· 7 years ago
2b40f49
support byteslike for OTP (#4710)
by Paul Kehrer
· 7 years ago
2758569
normalize KBKDF tests (#4708)
by Paul Kehrer
· 7 years ago
62e22a5
Support byteslike in HKDF and PBKDF2HMAC (#4707)
by Paul Kehrer
· 7 years ago
7f63e5b
support bytes-like for X25519PrivateKey.from_private_bytes (#4698)
by Paul Kehrer
· 7 years ago
5b4c81e
x448 and x25519 should enforce key lengths in backend (#4703)
by Paul Kehrer
· 7 years ago
8d9ea52
support byteslike in hmac update (#4705)
by Paul Kehrer
· 7 years ago
b480d2d
support byteslike in hash updates (#4702)
by Paul Kehrer
· 7 years ago
bfc6fae
support bytes-like keys in CMAC and HMAC contexts (#4701)
by Paul Kehrer
· 7 years ago
c6656af
add support for byteslike password/data to load_{pem,der}_private_key (#4693)
by Paul Kehrer
· 7 years ago
c33ef91
turn off hypothesis deadlines, enforced by default in 4.0 (#4696)
by Paul Kehrer
· 7 years ago
82177c2
support byteslike in aead for key and nonce (#4695)
by Paul Kehrer
· 7 years ago
9c2f3d6
support byteslike in X448PrivateKey.from_private_bytes (#4694)
by Paul Kehrer
· 7 years ago
2f34994
add support for byteslike on password and data for pkcs12 loading (#4690)
by Paul Kehrer
· 7 years ago
9b49a87
Remove a dead assignment (#4692)
by Alex Gaynor
· 7 years ago
c6c25c2
Serialization x25519 (#4688)
by Paul Kehrer
· 7 years ago
aeb3acb
Update wycheproof commit in docs (#4687)
by Alex Gaynor
· 7 years ago
638ab4a
add x25519 pkcs8/subjectpublickeyinfo vectors (#4685)
by Paul Kehrer
· 7 years ago
dbcbffa
support x448 public/private serialization both raw and pkcs8 (#4653)
by Paul Kehrer
· 7 years ago
9b19810
Fixes #4683 -- fixed linux kernel version that has getrandom (#4684)
by Alex Gaynor
· 7 years ago
19b5d24
Add bindings to get SRTP protection profile (#4679)
by Jeremy Lainé
· 7 years ago
60f264b
add signature_hash_algorithm to OCSPResponse (#4681)
by Paul Kehrer
· 7 years ago
90a5577
Another HTTPS (#4674)
by Alex Gaynor
· 7 years ago
3d9b264
Use the contents of the ecrypt docs from the University website (#4673)
by Alex Gaynor
· 7 years ago
042dce4
Update URL to EFF (#4672)
by Alex Gaynor
· 7 years ago
e6f8d79
Fixed anchor for URL (#4670)
by Alex Gaynor
· 7 years ago
a2156b0
Don't try to linkcheck nist links for the time being (#4668)
by Alex Gaynor
· 7 years ago
e57c63c
add x448 private/public PEM/DER pkcs8/subjectpublickeyinfo vectors (#4667)
by Paul Kehrer
· 7 years ago
f7567f6
HTTPS a bunch of links in random places (#4666)
by Alex Gaynor
· 7 years ago
ebaa570
Sphinx's website is now https (#4662)
by Alex Gaynor
· 7 years ago
9aeabd9
DigiCert's root is now available over https (#4664)
by Alex Gaynor
· 7 years ago
3c3f714
Debian buster goes py3.7 (#4663)
by Alex Gaynor
· 7 years ago
8f75d07
Fixes #4645 -- poll() on /dev/random before reading from /dev/urandom on Linux (#4656)
by Alex Gaynor
· 7 years ago
4bf93b7
Bump libressl versions in travis (#4654)
by Alex Gaynor
· 7 years ago
f86696f
add x448 to changelog (#4652)
by Paul Kehrer
· 7 years ago
815301a
Improve error message for unsupported ciphers (#4650)
by Alex Gaynor
· 7 years ago
d13fd93
Support compressed points in the wycheproof tests (#4648)
by Alex Gaynor
· 7 years ago
7deaf5a
handle empty byte string in from_encoded_point (#4649)
by Paul Kehrer
· 7 years ago
3c137d9
Fedora has rev'd its Python to 3.7 (#4647)
by Alex Gaynor
· 7 years ago
8241557
Remove spaces from RFC 4514 strings for better compliance (#4643) (#4646)
by Marti Raudsepp
· 7 years ago
89e1e34
deprecate old from_encoded_point (#4640)
by Paul Kehrer
· 7 years ago
4c5740a
Compressed point support (#4629)
by Paul Kehrer
· 7 years ago
0143367
document what the vector format is a little better (#4639)
by Paul Kehrer
· 7 years ago
489bae9
add compressed point EC vectors (#4637)
by Paul Kehrer
· 7 years ago
75cce22
convert some asserts to function calls (#4636)
by Paul Kehrer
· 7 years ago
6214296
ec key creation by curve name refactored into a method (#4634)
by Paul Kehrer
· 7 years ago
3c68250
allow bytes-like for key/iv/data for symmetric encryption (#4621)
by Paul Kehrer
· 7 years ago
c2d1637
make the same doc changes to DH as we did for ECDH (#4631)
by Paul Kehrer
· 7 years ago
31af768
Update link to MS docs (#4632)
by Alex Gaynor
· 7 years ago
c73367a
Jenkins is fixed! (#4630)
by Alex Gaynor
· 7 years ago
5bc3bf7
Adds a more descriptive error msg for wrong wrapping (#4504)
by André Almeida
· 7 years ago
bddcd52
Updated BLAKE2s and BLAKE2b error messages from unsupportedalgorithm … (#4519)
by Colin Metcalf
· 7 years ago
fbbd54f
Raise MemoryError when backend.derive_scrypt can't malloc enough (#4592)
by Tux
· 7 years ago
c3d38b5
Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#4304)
by Marti Raudsepp
· 7 years ago
7e42282
remove idna as a primary dependency (#4624)
by Paul Kehrer
· 7 years ago
fec719b
encode IssuingDistributionPoint (#4618)
by Paul Kehrer
· 7 years ago
6d7b70e
switch to twine check for verifying our readme renders on pypi (#4623)
by Paul Kehrer
· 7 years ago
afaa4c6
centralize our bytes check (#4622)
by Paul Kehrer
· 7 years ago
3531439
switch osrandom engine to blocking mode when getting entropy (#4620)
by Paul Kehrer
· 7 years ago
eb4e7b1
reuse the libressl branch for OpenSSL built with OPENSSL_NO_PSK (#4619)
by Paul Kehrer
· 7 years ago
76e92e6
refactor some code into separate functions in asn1 encode (#4617)
by Paul Kehrer
· 7 years ago
a84c5cd
allow multi-valued RDNs (#4616)
by Paul Kehrer
· 7 years ago
eb3e2e0
IssuingDistributionPoint support (parse only) (#4552)
by Paul Kehrer
· 7 years ago
e4e7b89
PKCS12 Basic Parsing (#4553)
by Paul Kehrer
· 7 years ago
2f2f3d2
fix certbot downstream, show commit hash for all downstreams (#4614)
by Paul Kehrer
· 7 years ago
b318e37
Add a retry on docker pull to be more resilient to intermittent failures (#4609)
by Alex Gaynor
· 7 years ago
8f3d259
add ed448 test vectors (#4608)
by Paul Kehrer
· 7 years ago
c8dd3c0
Move SSH serialization to it's own file (#4607)
by Alex Gaynor
· 7 years ago
bf621ba
refactor serialization module into package (#4606)
by Paul Kehrer
· 7 years ago
8ec59be
Added comments reminding us to improve this code when we go 1.1.1+ only (#4605)
by Alex Gaynor
· 7 years ago
6f88e01
X448 support (#4580)
by Paul Kehrer
· 7 years ago
579dfcf
refactor x25519 exchange into utils (#4603)
by Paul Kehrer
· 7 years ago
eda8a41
Import idna lazily to reduce our memory consumption (#4601)
by Alex Gaynor
· 7 years ago
3bd6159
Debian sid is now Python 3.7 (#4602)
by Alex Gaynor
· 7 years ago
3065e16
add sha3 support (#4573)
by Paul Kehrer
· 7 years ago
cd4de3c
port 2.4.2 changelog (#4599)
by Paul Kehrer
· 7 years ago
ef70fc2
Bump 1.1.1 to a in travis (#4597)
by Alex Gaynor
· 7 years ago
8dc8264
Bump 1.1.0 in travis to j (#4595)
by Alex Gaynor
· 7 years ago
e7a6229
Adjust DTLS check (#4593)
by Rosen Penev
· 7 years ago
d373466
add EVPDigestFinalXOF for extendable output functions (#4589)
by Paul Kehrer
· 7 years ago
0dc5e3c
refactor x25519 keygen into evp_pkey_keygen (#4587)
by Paul Kehrer
· 7 years ago
b5d07b7
Ed bindings (#4586)
by Paul Kehrer
· 7 years ago
fd64302
this hasn't worked in...years (#4585)
by Paul Kehrer
· 7 years ago
d3b1804
error if the key length for x25519 isn't 32 bytes (#4584)
by Paul Kehrer
· 7 years ago
d67fa82
add SHA512/224 and SHA512/256 support (#4575)
by Paul Kehrer
· 7 years ago
13365ef
add bindings for early data (#4582)
by Paul Kehrer
· 7 years ago
bcd3e8c
add a little bit of x25519 interface docs we missed (#4574)
by Paul Kehrer
· 7 years ago
192ad8d
upgrade docs to 1.1.1 (#4581)
by Paul Kehrer
· 7 years ago
7b57fe1
x448 bindings (#4577)
by Paul Kehrer
· 7 years ago
1cd33bc
x448 test vectors (#4576)
by Paul Kehrer
· 7 years ago
3666786
add EVP raw key bindings (#4578)
by Paul Kehrer
· 7 years ago
fec083e
disable healthchecks on the rest of the hypothesis tests (#4579)
by Paul Kehrer
· 7 years ago
a30013b
add a few more EC OIDs (#4572)
by Paul Kehrer
· 7 years ago
6654329
Remove unnecessary use of six.binary_type (#4569)
by Jon Dufresne
· 7 years ago
5edac0c
reopen master for 2.5 development (#4571)
by Paul Kehrer
· 7 years ago
db08466
Revert O_CLOEXEC change to fix builds (#4570)
by Alex Gaynor
· 7 years ago
5e52fdc
bump versions and update changelog for 2.4 release (#4568)
by Paul Kehrer
· 7 years ago
7d3daef
parametrize a bunch of tests (#4365)
by Paul Kehrer
· 7 years ago
98420ea
another pkcs12 vector (#4557)
by Paul Kehrer
· 7 years ago
Next »