index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve error message for unsupported ciphers (#4650)
Alex Gaynor
2018-12-18
1
-6
/
+8
*
handle empty byte string in from_encoded_point (#4649)
Paul Kehrer
2018-12-17
1
-0
/
+4
*
Remove spaces from RFC 4514 strings for better compliance (#4643) (#4646)
Marti Raudsepp
2018-12-18
1
-1
/
+1
*
deprecate old from_encoded_point (#4640)
Paul Kehrer
2018-12-11
2
-0
/
+10
*
Compressed point support (#4629)
Paul Kehrer
2018-12-11
3
-2
/
+33
*
convert some asserts to function calls (#4636)
Paul Kehrer
2018-12-10
1
-10
/
+14
*
ec key creation by curve name refactored into a method (#4634)
Paul Kehrer
2018-12-10
1
-21
/
+10
*
allow bytes-like for key/iv/data for symmetric encryption (#4621)
Paul Kehrer
2018-12-09
4
-17
/
+29
*
Adds a more descriptive error msg for wrong wrapping (#4504)
André Almeida
2018-12-08
1
-3
/
+12
*
Updated BLAKE2s and BLAKE2b error messages from unsupportedalgorithm … (#4519)
Colin Metcalf
2018-12-08
1
-14
/
+6
*
Raise MemoryError when backend.derive_scrypt can't malloc enough (#4592)
Tux
2018-12-08
2
-1
/
+20
*
Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#...
Marti Raudsepp
2018-12-08
2
-4
/
+70
*
remove idna as a primary dependency (#4624)
Paul Kehrer
2018-12-06
1
-12
/
+17
*
encode IssuingDistributionPoint (#4618)
Paul Kehrer
2018-12-02
1
-0
/
+23
*
centralize our bytes check (#4622)
Paul Kehrer
2018-12-02
17
-92
/
+50
*
switch osrandom engine to blocking mode when getting entropy (#4620)
Paul Kehrer
2018-12-02
2
-15
/
+3
*
reuse the libressl branch for OpenSSL built with OPENSSL_NO_PSK (#4619)
Paul Kehrer
2018-12-01
1
-1
/
+1
*
refactor some code into separate functions in asn1 encode (#4617)
Paul Kehrer
2018-12-01
1
-20
/
+31
*
allow multi-valued RDNs (#4616)
Paul Kehrer
2018-11-30
1
-1
/
+1
*
IssuingDistributionPoint support (parse only) (#4552)
Paul Kehrer
2018-11-30
3
-3
/
+159
*
PKCS12 Basic Parsing (#4553)
Paul Kehrer
2018-11-28
2
-0
/
+55
*
Move SSH serialization to it's own file (#4607)
Alex Gaynor
2018-11-24
4
-148
/
+158
*
refactor serialization module into package (#4606)
Paul Kehrer
2018-11-23
3
-11
/
+35
*
Added comments reminding us to improve this code when we go 1.1.1+ only (#4605)
Alex Gaynor
2018-11-23
1
-0
/
+4
*
X448 support (#4580)
Paul Kehrer
2018-11-22
3
-0
/
+145
*
refactor x25519 exchange into utils (#4603)
Paul Kehrer
2018-11-22
2
-24
/
+27
*
Import idna lazily to reduce our memory consumption (#4601)
Alex Gaynor
2018-11-23
1
-2
/
+12
*
add sha3 support (#4573)
Paul Kehrer
2018-11-22
1
-0
/
+24
*
Adjust DTLS check (#4593)
Rosen Penev
2018-11-19
1
-1
/
+1
*
add EVPDigestFinalXOF for extendable output functions (#4589)
Paul Kehrer
2018-11-13
2
-0
/
+14
*
refactor x25519 keygen into evp_pkey_keygen (#4587)
Paul Kehrer
2018-11-13
1
-7
/
+7
*
Ed bindings (#4586)
Paul Kehrer
2018-11-13
3
-0
/
+30
*
error if the key length for x25519 isn't 32 bytes (#4584)
Paul Kehrer
2018-11-12
1
-0
/
+4
*
add SHA512/224 and SHA512/256 support (#4575)
Paul Kehrer
2018-11-12
1
-0
/
+14
*
add bindings for early data (#4582)
Paul Kehrer
2018-11-12
2
-0
/
+13
*
add a little bit of x25519 interface docs we missed (#4574)
Paul Kehrer
2018-11-12
1
-3
/
+9
*
x448 bindings (#4577)
Paul Kehrer
2018-11-12
3
-0
/
+24
*
add EVP raw key bindings (#4578)
Paul Kehrer
2018-11-12
2
-0
/
+28
*
add a few more EC OIDs (#4572)
Paul Kehrer
2018-11-11
1
-0
/
+13
*
Remove unnecessary use of six.binary_type (#4569)
Jon Dufresne
2018-11-11
1
-1
/
+1
*
reopen master for 2.5 development (#4571)
Paul Kehrer
2018-11-11
1
-1
/
+1
*
Revert O_CLOEXEC change to fix builds (#4570)
Alex Gaynor
2018-11-11
2
-3
/
+10
*
bump versions and update changelog for 2.4 release (#4568)
Paul Kehrer
2018-11-11
1
-1
/
+1
*
add various new TLS bindings (#4555)
Paul Kehrer
2018-11-03
2
-0
/
+31
*
add EC OIDs (#4435)
Paul Kehrer
2018-10-30
1
-0
/
+10
*
move ObjectIdentifier to break an upcoming import cycle (#4550)
Paul Kehrer
2018-10-30
2
-59
/
+68
*
Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534)
Paul Kehrer
2018-10-29
2
-0
/
+35
*
do not pass conversion on Solaris (#4545)
Bernát Gábor
2018-10-30
1
-1
/
+1
*
create & use _evp_md_from_algorithm and _evp_md_non_null_from_algorithm (#4542)
Paul Kehrer
2018-10-29
4
-47
/
+37
*
add SCT_get0_signature (#4540)
Paul Kehrer
2018-10-28
2
-0
/
+4
[next]