Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
fce63a57b42593250e883a212250b1f5317503cf
fce63a5
disable smart quotes in sphinx to workaround a spellchecker issue (#3946)
by Paul Kehrer
· 8 years ago
a397d75
Add support for AES XTS (#3900)
by Paul Kehrer
· 8 years ago
dd567cb
Declare that 2.1 is the last version to support Python 2.6 (#3944)
by Alex Gaynor
· 8 years ago
62ebb42
add ChaCha20 support (#3919)
by Paul Kehrer
· 8 years ago
ba61c27
Expose FIPS funcs for OpenSSL. (#3939)
by Scott Sturdivant
· 8 years ago
e685923
Update the list of macOS versions we test on to match reality (#3942)
by Alex Gaynor
· 8 years ago
72c92f5
both parse and encode the ASN1 string type for Name attributes (#3896)
by Paul Kehrer
· 8 years ago
7bb0210
blacklist yet another version of sphinx (#3940)
by Alex Gaynor
· 8 years ago
b76bcf8
FreshestCRL extension support (#3937)
by Paul Kehrer
· 8 years ago
5e3cc98
support delta crl indicator extension (#3936)
by Paul Kehrer
· 8 years ago
2fc5849
refactor rsa signature/verification logic to remove duplication (#3903)
by Paul Kehrer
· 8 years ago
2931b86
parametrize a bunch of x509 extension tests that were identical (#3931)
by Paul Kehrer
· 8 years ago
1b86dc5
docs for what bytes means for DNSName, URI, and RFC822Name (#3904)
by Paul Kehrer
· 8 years ago
d02842b
add Freshest CRL and Delta CRL Indicator test vectors (#3932)
by Paul Kehrer
· 8 years ago
b5c5bbe
Mark our custom sphinx extension as parallel safe (#3935)
by Alex Gaynor
· 8 years ago
ce4d084
correct the docs for CRLReason (#3930)
by Paul Kehrer
· 8 years ago
53e4505
Switch NIST PDFs from nvlpubs to csrc which is HTTPS (#3929)
by Alex Gaynor
· 8 years ago
9037555
disable travis mac builders and add a mac jenkins build (#3933)
by Paul Kehrer
· 8 years ago
20721c9
Update the rest of the NIST urls to their new HTTPS homes (#3928)
by Alex Gaynor
· 8 years ago
ba70415
add unique identifier test vector (#3925)
by Paul Kehrer
· 8 years ago
872cdea
remove py26 windows and macOS wheels (#3921)
by Paul Kehrer
· 8 years ago
8cb1d36
Update PKITS link (#3923)
by Alex Gaynor
· 8 years ago
e3fc93a
Update NIST CAVP url (#3922)
by Alex Gaynor
· 8 years ago
b522324
bump libressl version (#3920)
by Alex Gaynor
· 8 years ago
d8371a8
add chacha20 test vectors from RFC 7539 (#3918)
by Paul Kehrer
· 8 years ago
409a0c8
implement __hash__ on DistributionPoint and CRLDistributionPoints (#3915)
by Paul Kehrer
· 8 years ago
5e9eeef
add __hash__ to GeneralNames, SAN, IAN, and CertificateIssuer (#3916)
by Paul Kehrer
· 8 years ago
83bb406
add __hash__ to PolicyConstraints and Extension (#3917)
by Paul Kehrer
· 8 years ago
7b6be92
implement __hash__ on KeyUsage and ExtendedKeyUsage (#3913)
by Paul Kehrer
· 8 years ago
ab96a53
implement __hash__ on CertificatePolicies and its child classes (#3914)
by Paul Kehrer
· 8 years ago
979c263
add aki hash (#3910)
by Paul Kehrer
· 8 years ago
bdad051
name constraints __hash__ (#3912)
by Paul Kehrer
· 8 years ago
5402449
AIA hashing (#3911)
by Paul Kehrer
· 8 years ago
89aaecb
remove u-label conversion during general name decode (#3905)
by Paul Kehrer
· 8 years ago
8c1f5ed
fix a bug with URI value when parsing a string with no hostname (#3909)
by Paul Kehrer
· 8 years ago
fbfc36d
implement __hash__ on all GeneralName types (#3907)
by Paul Kehrer
· 8 years ago
e535985
coverage pin test part deux (#3908)
by Paul Kehrer
· 8 years ago
e00bad5
compare against bytes values, not the U-label decoded ones (#3906)
by Paul Kehrer
· 8 years ago
c7ecb45
add a faq note about having a compiler that is too old (#3902)
by Paul Kehrer
· 8 years ago
363f5b0
refactor AES keywrap into a wrap core and unwrap core (#3901)
by Paul Kehrer
· 8 years ago
5d66966
[WIP] add support for the TLSFeature extension in x509 (#3899)
by Paul Kehrer
· 8 years ago
d4bde9c
RSA OAEP label support for OpenSSL 1.0.2+ (#3897)
by Paul Kehrer
· 8 years ago
52067bc
add X509 test vector with a TLS Feature (RFC 7633) extension (#3898)
by Paul Kehrer
· 8 years ago
2b01c55
oaep label vector (#3895)
by Paul Kehrer
· 8 years ago
9a8e29e
add initial OCSP request test vector (#3890)
by Paul Kehrer
· 8 years ago
32f88bf
add set0_rsa_oaep_label binding (#3894)
by Paul Kehrer
· 8 years ago
ec0e1cc
move x509 tests into a module (#3889)
by Paul Kehrer
· 8 years ago
012df12
add OCSP binding for obtaining information from CertID structure (#3888)
by Paul Kehrer
· 8 years ago
8396d43
send a few more variables to distinguish our jobs in codecov (#3892)
by Paul Kehrer
· 8 years ago
10041cd
added binding support for rfc 5705 (#3878)
by Kelby Ludwig
· 8 years ago
4c41ab0
Switch to using the other style of environment markers (#3796)
by Alex Gaynor
· 8 years ago
13e9a6f
Document that we care about our infrastructure's security as well (#3874)
by Alex Gaynor
· 8 years ago
e2c1c0f
add blake2b/blake2s support for hmac (#3873)
by Paul Kehrer
· 8 years ago
22bedaa
Remove branches for 1.0.2 betas. (#3870)
by Alex Gaynor
· 8 years ago
c3de566
Fix `load_rsa_public_numbers` documentation (#3871)
by David Sanders
· 8 years ago
c4a23fb
Fix mistake in `RSAPublicKey.verify` documentation (#3872)
by David Sanders
· 8 years ago
64dc16b
add test vector with invalid basicconstraints (#3866)
by Paul Kehrer
· 8 years ago
7c8ed9e
Get our travis from pypy (#3865)
by Alex Gaynor
· 8 years ago
f944c40
add changelog and a warning for is_signature_valid on crl (#3861)
by Paul Kehrer
· 8 years ago
6c02ee8
Add is_signature_valid method on CertificateRevocationList (#3849)
by Vincent Pelletier
· 8 years ago
ca941bd
bump pytest version (#3860)
by Alex Gaynor
· 8 years ago
c1f8e46
Fixes #3821 -- improve output during release.py (#3848)
by Alex Gaynor
· 8 years ago
bcbff3e
fixed a typo (#3847)
by Alex Gaynor
· 8 years ago
dc35eae
(mostly) revert wheel builder config change (#3846)
by Paul Kehrer
· 8 years ago
ad294c6
port 2.0.3 changelog (#3845)
by Paul Kehrer
· 8 years ago
d026b1b
Fix weak linking of getentropy when compiling on older macOS (#3841)
by Paul Kehrer
· 8 years ago
765e771
Make changelog anchors stable ids (#3840)
by Christian Heimes
· 8 years ago
990d759
Remve outdated comment and linewrap (#3838)
by Alex Gaynor
· 8 years ago
3e15ca5
deprecate unicode input for RFC822Name (#3836)
by Paul Kehrer
· 8 years ago
6c29d74
deprecate auto-idna on UniformResourceIdentifier (#3832)
by Paul Kehrer
· 8 years ago
7f40239
Blacklist pytest 3.2.0 because it breaks us (#3835)
by Alex Gaynor
· 8 years ago
908bbd3
note version added and deprecated for bytes_value/value on DNSName (#3833)
by Paul Kehrer
· 8 years ago
cdaf3ff
Begin the deprecation of auto-idna for x509.DNSName (#3830)
by Alex Gaynor
· 8 years ago
2131b96
fix for latest flake8 (#3829)
by Alex Gaynor
· 8 years ago
2bab0ac
port 2.0.2 changelog (#3828)
by Paul Kehrer
· 8 years ago
1750971
don't re-export the openssl symbols from our shared object (#3825)
by Paul Kehrer
· 8 years ago
dce57f6
port 2.0.1 changelog (#3823)
by Paul Kehrer
· 8 years ago
65f41af
fix compilation on openbsd (#3814)
by Paul Kehrer
· 8 years ago
45f2a42
fixed #3780 -- test on the latest libressl (#3813)
by Alex Gaynor
· 8 years ago
7ad62db
update wheel builder script for static linking on linux (#3811)
by Paul Kehrer
· 8 years ago
7377fae
Fixed #3520 -- added a github issue template for bugs (#3807)
by Alex Gaynor
· 8 years ago
72e37c4
Refs #3646 -- Don't use shell globbing in our release script (#3809)
by Alex Gaynor
· 8 years ago
96ffd91
fix wheel building with parameters (#3808)
by Paul Kehrer
· 8 years ago
bacff94
simplify setup.py branches (#3806)
by Alex Gaynor
· 8 years ago
0a8bdff
simplify pyenchant requirement (#3805)
by Alex Gaynor
· 8 years ago
d10480b
Fixed #3798 -- use the correct stacklevel on this warning (#3803)
by Alex Gaynor
· 8 years ago
36a4d47
Fixed #3801 -- don't create py33 wheels (#3802)
by Alex Gaynor
· 8 years ago
0d6aaf4
remove deprecated items (#3794)
by Paul Kehrer
· 8 years ago
d3c4ba3
Blacklist some pyenchant versions (#3799)
by Alex Gaynor
· 8 years ago
d7e73c2
Updating doing a release to have a correct path (#3790)
by Alex Gaynor
· 8 years ago
4973350
Refs #3646 -- invoke twine correctly (#3789)
by Alex Gaynor
· 8 years ago
9c521ee
Open master for 2.1 (#3788)
by Alex Gaynor
· 8 years ago
9799e58
2.0 version bump and changelog (#3787)
by Paul Kehrer
· 8 years ago
ab4a0b3
update docs to reflect #3364 (#3786)
by Paul Kehrer
· 8 years ago
cc12bea
Remove DH generator size constraint (#3364)
by mtury
· 8 years ago
a217358
add AESGCM AEAD support (#3785)
by Paul Kehrer
· 8 years ago
165743e
move tag_length to the AESCCM constructor (#3783)
by Paul Kehrer
· 8 years ago
1a2e817
AESCCM support (#3700)
by Paul Kehrer
· 8 years ago
d58c6ad
Fixed #3777 -- document an additional dependency (#3779)
by Alex Gaynor
· 8 years ago
2e64a3f
fedora comes with a py36 now (#3781)
by Alex Gaynor
· 8 years ago
Next »