index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a test vector of an OCSP response with SCT extension (#5066)
Alex Gaynor
2019-11-16
2
-0
/
+2
*
add SSL[_CTX]_clear_mode (#5062)
Maximilian Hils
2019-11-11
1
-0
/
+2
*
Windows Installation: fix link to binaries (#5061)
Maximilian Hils
2019-11-11
1
-7
/
+6
*
Parse single_extensions in OCSP responses (#5059)
Paul Kehrer
2019-11-11
8
-1
/
+48
*
Fixes #4699 -- document that UnrecognizedExtension can be used in generation ...
Alex Gaynor
2019-11-11
1
-1
/
+3
*
Fixed #4377 -- document certificate policies with an example (#5058)
Alex Gaynor
2019-11-11
1
-0
/
+12
*
Fixed #5050 -- dropped support for an old LibresSSL release (#5056)
Alex Gaynor
2019-11-11
10
-16
/
+12
*
Retry failed code coverage uploads (#5054)
Alex Gaynor
2019-11-11
1
-1
/
+1
*
Run py3.8 as our py3 in macOS CI (#5032)
Alex Gaynor
2019-11-11
1
-6
/
+6
*
Let Oid enforce positive decimal integers (#5053)
Noel Remy
2019-11-10
2
-1
/
+45
*
issue-5039: added documentation for curve attribute on EllipticCurveP… (#5045)
jschmidtlein
2019-11-04
1
-0
/
+6
*
Stop testing 2.7 on fedora (#5052)
Alex Gaynor
2019-11-05
1
-3
/
+0
*
Deal with the 2.5 deprecations (#5048)
Alex Gaynor
2019-11-03
7
-27
/
+11
*
Fixed link for linkcheck (#5047)
Alex Gaynor
2019-11-01
1
-1
/
+1
*
Add a comment so we can easily find a place to update later (#5043)
Alex Gaynor
2019-11-01
1
-0
/
+1
*
Don't bother computing y coefficient in _modinv (#5037)
Clayton Smith
2019-10-29
1
-3
/
+3
*
Silence unguarded availability warnings for `getentropy` when targeting macOS...
Max Bélanger
2019-10-24
1
-1
/
+5
*
fix copy pasta in example snippet (#5033)
Ofek Lev
2019-10-23
1
-2
/
+1
*
Use 3.8 in CI where we want 'the latest 3.x' (#5021)
Alex Gaynor
2019-10-20
1
-21
/
+21
*
Test against libressl 3.0 (#5031)
Alex Gaynor
2019-10-20
2
-2
/
+4
*
Fix documentation of AuthorityKeyIdentifier.authority_cert_issuer. (#5001)
Felix Fontein
2019-10-19
1
-1
/
+1
*
Move `backend` argument in Scrypt documentation (#5027)
Jeremy Lainé
2019-10-18
1
-3
/
+2
*
Correctly document `backend` argument of KBKDFHMAC (#5026)
Jeremy Lainé
2019-10-18
1
-2
/
+2
*
Fixes #5018 -- break users on OpenSSL 1.0.1 (#5022)
Alex Gaynor
2019-10-18
6
-9
/
+47
*
reopen master for the 2.9 release (#5017)
Paul Kehrer
2019-10-17
3
-3
/
+10
*
Bump versions for 2.8 release (#5014)
Alex Gaynor
2019-10-17
3
-8
/
+6
*
Don’t downgrade pip on windows wheel building (#5015)
Paul Kehrer
2019-10-17
1
-4
/
+3
*
Comply with PEP 508 by using platform_python_implementation (#5006)
Sebastian Jordan
2019-10-17
1
-1
/
+1
*
UniversalString needs to be encoded as UCS-4 (#5000)
Marko Kreen
2019-10-17
2
-0
/
+19
*
Fixes #5010 -- test and build 3.8 wheels (#5013)
Alex Gaynor
2019-10-17
6
-1
/
+30
*
update openssls (#4995)
Paul Kehrer
2019-10-15
3
-11
/
+25
*
update our test to be more robust wrt some changes from upstream (#4993)
Paul Kehrer
2019-09-11
1
-2
/
+9
*
Simplify implementing sequence methods (#4987)
Alex Gaynor
2019-09-10
1
-94
/
+31
*
update libressl and pypy2.7 and pypy3.5 (#4989)
Paul Kehrer
2019-09-09
1
-3
/
+5
*
we're done here (#4991)
Paul Kehrer
2019-09-09
1
-0
/
+2
*
it's called FIPS_mode_set, not FIPS_set_mode (#4988)
Paul Kehrer
2019-09-09
1
-1
/
+1
*
one more missing branch (#4992)
Paul Kehrer
2019-09-09
1
-0
/
+23
*
fix coverage, small cleanups in tests (#4990)
Paul Kehrer
2019-09-09
3
-30
/
+40
*
Finish ed25519 and ed448 support in x509 module (#4972)
Marko Kreen
2019-09-09
14
-64
/
+662
*
be clear that NoEncryption must be an instance in the exception (#4985)
Paul Kehrer
2019-09-07
4
-4
/
+4
*
changelog addition for freshestcrl in CRLs (#4986)
Paul Kehrer
2019-09-07
1
-0
/
+2
*
Allow FreshestCRL extension in CRL (#4975)
Marko Kreen
2019-09-07
3
-0
/
+35
*
fix coverage by adding two artificial DSA public keys (#4984)
Paul Kehrer
2019-09-06
4
-0
/
+37
*
Improve documentation for ECDSA sign and verify (#4970)
Harry Stern
2019-08-16
1
-6
/
+17
*
Add SSL_get0_verified_chain to cffi lib (#4965)
arjenzorgdoc
2019-08-14
2
-0
/
+16
*
Fixes #4956 -- added a changelog entry for the removal of the asn1crypto dep ...
Alex Gaynor
2019-07-28
1
-0
/
+1
*
Make DER reader into a context manager (#4957)
Alex Gaynor
2019-07-28
5
-54
/
+65
*
Run pep8 tests first in travis (#4958)
Alex Gaynor
2019-07-28
1
-2
/
+2
*
Remove asn1crypto dependency (#4941)
David Benjamin
2019-07-28
10
-64
/
+509
*
fix osrandom/builtin switching methods for 1.1.0+ (#4955)
Paul Kehrer
2019-07-27
2
-7
/
+9
[next]