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
*
use the correct modern API (#3984)
Alex Gaynor
2017-10-17
1
-1
/
+1
*
Inline calls to bit_length now that it's trivial (#3966)
Alex Gaynor
2017-10-12
3
-4
/
+6
*
expunge python 2.6 (#3962)
Paul Kehrer
2017-10-11
2
-17
/
+2
*
increment deprecation for the 2.2 release cycle (#3961)
Paul Kehrer
2017-10-11
1
-2
/
+1
*
start the twenty second release cycle (#3960)
Paul Kehrer
2017-10-11
1
-1
/
+1
*
update changelog release date and bump version for 2.1 release (#3958)
Paul Kehrer
2017-10-11
1
-1
/
+1
*
backwards incompatible change to UniformResourceIdentifier (#3954)
Paul Kehrer
2017-10-10
3
-61
/
+33
*
backwards incompatible change to RFC822Name (#3953)
Paul Kehrer
2017-10-10
3
-47
/
+32
*
Backwards incompatible change to DNSName (#3951)
Paul Kehrer
2017-10-10
3
-51
/
+30
*
Add support for AES XTS (#3900)
Paul Kehrer
2017-10-01
4
-9
/
+63
*
Declare that 2.1 is the last version to support Python 2.6 (#3944)
Alex Gaynor
2017-10-01
1
-1
/
+1
*
add ChaCha20 support (#3919)
Paul Kehrer
2017-09-28
3
-1
/
+32
*
Expose FIPS funcs for OpenSSL. (#3939)
Scott Sturdivant
2017-09-27
3
-0
/
+37
*
both parse and encode the ASN1 string type for Name attributes (#3896)
Paul Kehrer
2017-09-25
4
-23
/
+47
*
FreshestCRL extension support (#3937)
Paul Kehrer
2017-09-23
4
-7
/
+61
*
support delta crl indicator extension (#3936)
Paul Kehrer
2017-09-22
5
-5
/
+44
*
refactor rsa signature/verification logic to remove duplication (#3903)
Paul Kehrer
2017-09-21
1
-91
/
+34
*
implement __hash__ on DistributionPoint and CRLDistributionPoints (#3915)
Paul Kehrer
2017-09-13
1
-0
/
+16
*
add __hash__ to GeneralNames, SAN, IAN, and CertificateIssuer (#3916)
Paul Kehrer
2017-09-13
1
-0
/
+12
*
add __hash__ to PolicyConstraints and Extension (#3917)
Paul Kehrer
2017-09-13
1
-0
/
+8
*
implement __hash__ on KeyUsage and ExtendedKeyUsage (#3913)
Paul Kehrer
2017-09-13
1
-0
/
+12
*
implement __hash__ on CertificatePolicies and its child classes (#3914)
Paul Kehrer
2017-09-13
1
-0
/
+17
*
add aki hash (#3910)
Paul Kehrer
2017-09-13
1
-0
/
+9
*
name constraints __hash__ (#3912)
Paul Kehrer
2017-09-13
1
-0
/
+13
*
AIA hashing (#3911)
Paul Kehrer
2017-09-13
1
-0
/
+3
*
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
2
-2
/
+4
*
implement __hash__ on all GeneralName types (#3907)
Paul Kehrer
2017-09-13
1
-2
/
+17
*
compare against bytes values, not the U-label decoded ones (#3906)
Paul Kehrer
2017-09-12
1
-2
/
+2
*
refactor AES keywrap into a wrap core and unwrap core (#3901)
Paul Kehrer
2017-09-11
1
-23
/
+30
*
[WIP] add support for the TLSFeature extension in x509 (#3899)
Paul Kehrer
2017-09-10
5
-9
/
+95
*
RSA OAEP label support for OpenSSL 1.0.2+ (#3897)
Paul Kehrer
2017-09-08
2
-4
/
+20
*
add set0_rsa_oaep_label binding (#3894)
Paul Kehrer
2017-09-07
2
-0
/
+17
*
add OCSP binding for obtaining information from CertID structure (#3888)
Paul Kehrer
2017-09-06
1
-0
/
+2
*
added binding support for rfc 5705 (#3878)
Kelby Ludwig
2017-08-29
1
-0
/
+2
*
add blake2b/blake2s support for hmac (#3873)
Paul Kehrer
2017-08-22
1
-4
/
+3
*
Remove branches for 1.0.2 betas. (#3870)
Alex Gaynor
2017-08-20
3
-8
/
+6
*
Add is_signature_valid method on CertificateRevocationList (#3849)
Vincent Pelletier
2017-08-12
2
-0
/
+22
*
Fix weak linking of getentropy when compiling on older macOS (#3841)
Paul Kehrer
2017-08-03
1
-0
/
+3
*
deprecate unicode input for RFC822Name (#3836)
Paul Kehrer
2017-08-01
2
-15
/
+51
*
deprecate auto-idna on UniformResourceIdentifier (#3832)
Paul Kehrer
2017-08-01
2
-11
/
+64
*
Begin the deprecation of auto-idna for x509.DNSName (#3830)
Alex Gaynor
2017-07-30
4
-37
/
+69
*
fix for latest flake8 (#3829)
Alex Gaynor
2017-07-27
1
-1
/
+1
*
fix compilation on openbsd (#3814)
Paul Kehrer
2017-07-26
1
-0
/
+2
*
Fixed #3798 -- use the correct stacklevel on this warning (#3803)
Alex Gaynor
2017-07-21
1
-1
/
+1
*
remove deprecated items (#3794)
Paul Kehrer
2017-07-20
4
-61
/
+1
*
Open master for 2.1 (#3788)
Alex Gaynor
2017-07-17
1
-1
/
+1
*
2.0 version bump and changelog (#3787)
Paul Kehrer
2017-07-17
1
-1
/
+1
*
Remove DH generator size constraint (#3364)
mtury
2017-07-17
1
-2
/
+2
*
add AESGCM AEAD support (#3785)
Paul Kehrer
2017-07-17
2
-3
/
+47
[next]