index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cryptography
/
hazmat
/
backends
/
openssl
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
we don't actually care about the errstack here, it's an invalid signature (#4...
Paul Kehrer
2018-07-10
1
-2
/
+1
*
fix a memory leak when calling X25519PrivateKey.public_key() (#4326)
Paul Kehrer
2018-07-10
1
-0
/
+4
*
fix encoding BMPString in x509 name entries (#4321)
Paul Kehrer
2018-07-09
1
-2
/
+7
*
Convert a pair of asserts to use openssl_assert (#4318)
Alex Gaynor
2018-07-09
1
-2
/
+2
*
Future proofing use of the six python version constants (#4238)
Eric Brown
2018-05-14
1
-2
/
+2
*
Validate the public/private halves of EC keys on import. (#4241)
David Benjamin
2018-05-14
1
-3
/
+4
*
Fix some stuttering. (#4240)
David Benjamin
2018-05-14
1
-3
/
+0
*
Check for CMAC_Init errors. (#4232)
David Benjamin
2018-05-12
1
-1
/
+2
*
fixed variable name to be correct (#4226)
Alex Gaynor
2018-05-11
1
-3
/
+3
*
update link to draft rfc (#4214)
Alex Gaynor
2018-05-02
1
-1
/
+1
*
Raise ve on bad gt (#4180)
Joshua Crowgey
2018-04-03
1
-1
/
+7
*
Fix typo (#4178)
Tim D. Smith
2018-03-29
1
-1
/
+1
*
fix a memory leak in ec derive_private_key (#4096)
Paul Kehrer
2018-02-04
1
-2
/
+3
*
Use `BN_clear_free` in places where `BN_free` is being used (#4072)
Tux
2018-01-05
1
-2
/
+2
*
just a quick confirmation that it really is an x25519 evp key (#4070)
Paul Kehrer
2018-01-05
1
-0
/
+3
*
nit: line wrapping change (#4004)
Alex Gaynor
2017-10-28
1
-2
/
+1
*
use the correct modern API (#3984)
Alex Gaynor
2017-10-17
1
-1
/
+1
*
backwards incompatible change to UniformResourceIdentifier (#3954)
Paul Kehrer
2017-10-10
2
-5
/
+14
*
backwards incompatible change to RFC822Name (#3953)
Paul Kehrer
2017-10-10
2
-5
/
+12
*
Backwards incompatible change to DNSName (#3951)
Paul Kehrer
2017-10-10
2
-3
/
+11
*
Add support for AES XTS (#3900)
Paul Kehrer
2017-10-01
2
-1
/
+9
*
add ChaCha20 support (#3919)
Paul Kehrer
2017-09-28
2
-1
/
+8
*
both parse and encode the ASN1 string type for Name attributes (#3896)
Paul Kehrer
2017-09-25
3
-18
/
+6
*
FreshestCRL extension support (#3937)
Paul Kehrer
2017-09-23
2
-4
/
+16
*
support delta crl indicator extension (#3936)
Paul Kehrer
2017-09-22
2
-3
/
+11
*
refactor rsa signature/verification logic to remove duplication (#3903)
Paul Kehrer
2017-09-21
1
-91
/
+34
*
remove u-label conversion during general name decode (#3905)
Paul Kehrer
2017-09-13
1
-49
/
+4
*
fix a bug with URI value when parsing a string with no hostname (#3909)
Paul Kehrer
2017-09-13
1
-1
/
+2
*
[WIP] add support for the TLSFeature extension in x509 (#3899)
Paul Kehrer
2017-09-10
2
-7
/
+33
*
RSA OAEP label support for OpenSSL 1.0.2+ (#3897)
Paul Kehrer
2017-09-08
2
-4
/
+20
*
add blake2b/blake2s support for hmac (#3873)
Paul Kehrer
2017-08-22
1
-4
/
+3
*
Add is_signature_valid method on CertificateRevocationList (#3849)
Vincent Pelletier
2017-08-12
1
-0
/
+16
*
deprecate unicode input for RFC822Name (#3836)
Paul Kehrer
2017-08-01
1
-1
/
+1
*
deprecate auto-idna on UniformResourceIdentifier (#3832)
Paul Kehrer
2017-08-01
1
-1
/
+1
*
Begin the deprecation of auto-idna for x509.DNSName (#3830)
Alex Gaynor
2017-07-30
2
-29
/
+2
*
fix for latest flake8 (#3829)
Alex Gaynor
2017-07-27
1
-1
/
+1
*
Fixed #3798 -- use the correct stacklevel on this warning (#3803)
Alex Gaynor
2017-07-21
1
-1
/
+1
*
add AESGCM AEAD support (#3785)
Paul Kehrer
2017-07-17
1
-3
/
+5
*
AESCCM support (#3700)
Paul Kehrer
2017-07-16
1
-9
/
+47
*
allow p % 24 == 23 when generator == 2 in DH_check (#3768)
Paul Kehrer
2017-07-09
1
-2
/
+15
*
use an instance in aead_cipher_supported (#3772)
Paul Kehrer
2017-07-09
2
-13
/
+10
*
Fixed #3747 -- cache extensions on x.509 objects (#3769)
Alex Gaynor
2017-07-08
1
-4
/
+4
*
stop using backend methods for chacha (#3765)
Paul Kehrer
2017-07-08
2
-18
/
+15
*
change chacha20poly1305_supported to aead_cipher_supported (#3762)
Paul Kehrer
2017-07-08
1
-1
/
+5
*
make the aead work a bit more generic (#3761)
Paul Kehrer
2017-07-08
2
-17
/
+27
*
don't parse SCTs on older openssl (#3749)
Paul Kehrer
2017-07-04
2
-9
/
+24
*
disallow MD5 in CertificateBuilder and CertificateSigningRequestBuilder (#3738)
Paul Kehrer
2017-06-30
1
-0
/
+24
*
Fixed a memory leak in EC private numbers (#3741)
Alex Gaynor
2017-06-30
1
-2
/
+4
*
Fix for leaking memory in EllipticCurvePublicNumbers.public_key() (#3732)
Alex Gaynor
2017-06-28
1
-3
/
+3
*
Dh parameters serialization (#3504)
Aviv Palivoda
2017-06-24
2
-0
/
+85
[prev]
[next]