Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
89ad8bd3c4683752b2c043cebb4e29d0d03cf856
89ad8bd
Merge pull request #1613 from alex/bump-year
by Paul Kehrer
· 10 years ago
9f6aa0f
Bump some more years
by Alex Gaynor
· 10 years ago
20c4404
Increase the year in some of our docs
by Alex Gaynor
· 10 years ago
756a897
Merge pull request #1607 from reaperhulk/add-der-keys
by Alex Stapleton
· 10 years ago
4b8abc3
fix path mistake
by Paul Kehrer
· 10 years ago
b1893e8
Merge pull request #1611 from reaperhulk/new-pkcs8-bindings
by Alex Gaynor
· 10 years ago
4e9d01d
add some new bindings for using the PKCS8_PRIV_KEY_INFO struct
by Paul Kehrer
· 10 years ago
10831a0
add DER asymmetric keys
by Paul Kehrer
· 10 years ago
fc89b55
Merge pull request #1606 from reaperhulk/doc-dsa-keys
by Donald Stufft
· 10 years ago
a36661e
fix a doc8 violation
by Paul Kehrer
· 10 years ago
0205162
Merge pull request #1593 from greghaynes/feature/make-symmetric-enc-example-an-example
by Paul Kehrer
· 10 years ago
e591778
IV should be 16 bytes
by Gregory Haynes
· 10 years ago
a673dcc
document DSA keys we added long ago
by Paul Kehrer
· 10 years ago
7e28fbb
iv should be 32 bytes
by Gregory Haynes
· 10 years ago
e261d94
Assign iv to var and remove testsetup block
by Gregory Haynes
· 10 years ago
aac0928
Merge pull request #1603 from reaperhulk/fix-1521
by Alex Stapleton
· 10 years ago
b23a554
Merge pull request #1600 from alex/deprecated
by Alex Stapleton
· 10 years ago
75341e1
get coverage up to 100%
by Alex Gaynor
· 10 years ago
5ffea40
Merge pull request #1602 from reaperhulk/dn-nids
by Alex Gaynor
· 10 years ago
d27856c
Added some tests
by Alex Gaynor
· 10 years ago
0498d4c
provide paths from the cryptography vectors root for custom asym vectors
by Paul Kehrer
· 10 years ago
9f1ef93
Merge pull request #1601 from greghaynes/feature/add-greghaynes-to-authors
by Alex Gaynor
· 10 years ago
43c430e
add NIDs for x509 name parsing
by Paul Kehrer
· 10 years ago
408fc4e
flake8
by Alex Gaynor
· 10 years ago
520a1a8
Add greghaynes to Authors
by Gregory Haynes
· 10 years ago
307939e
Added a utility for deprecating a module attribute
by Alex Gaynor
· 10 years ago
b522c99
Merge pull request #1595 from greghaynes/feature/split-out-primitives-interfaces-ciphers
by Paul Kehrer
· 10 years ago
8fbba2e
Merge pull request #1599 from alex/bump-year
by Alex Stapleton
· 10 years ago
87ff01a
Fixed #1598 -- "it's 2015 somewhere"
by Alex Gaynor
· 10 years ago
cdf3d67
Style fixes for interfaces imports
by Gregory Haynes
· 10 years ago
54a6ada
Merge pull request #1597 from public/2015
by Alex Gaynor
· 10 years ago
5e398d0
Update copyright for 2015
by Alex Stapleton
· 10 years ago
6324f4f
Fix import ordering in interfaces
by Gregory Haynes
· 10 years ago
8487266
Move ModeAuthenticationWithTag into ciphers
by Gregory Haynes
· 10 years ago
6829d7e
Start splitting out interfaces with ciphers
by Gregory Haynes
· 10 years ago
0f98611
Make the symmetric-enc example an example
by Gregory Haynes
· 10 years ago
0d7aead
Merge pull request #1589 from reaperhulk/port-0.7.1-changelog
by Alex Gaynor
· 10 years ago
5ebe793
Merge pull request #1586 from reaperhulk/more-supported-platforms
by Alex Gaynor
· 10 years ago
842e58a
add 0.7.1 changelog to master
by Paul Kehrer
· 10 years ago
698e806
update supported platforms
by Paul Kehrer
· 10 years ago
ad3947a
Merge pull request #1585 from reaperhulk/revert-1512
by Alex Gaynor
· 10 years ago
8ef0809
Revert "Fixed #1494 -- switch which define we look for for SSLv3 disabled. We're now using the same one as CPython."
by Paul Kehrer
· 10 years ago
148b5a8
Merge pull request #1584 from Ayrx/fix-openssl-backend-docs
by Alex Stapleton
· 10 years ago
7b59df1
Update OpenSSL backend docs.
by Terry Chia
· 10 years ago
2fe48f6
Merge pull request #1581 from alex/grammar
by Paul Kehrer
· 10 years ago
fecf644
Fixed some grammar in the docs
by Alex Gaynor
· 10 years ago
a25445f
Merge pull request #1576 from alex/openssh-elliptic-curve
by Paul Kehrer
· 10 years ago
5d66ca5
Added a changelog entry
by Alex Gaynor
· 10 years ago
9dd8005
Get us up to 100% coverage
by Alex Gaynor
· 10 years ago
8165db5
Added test cases for NIST P-384 and 521. Fixed handling of key sizes which aren't divisibly by 8
by Alex Gaynor
· 10 years ago
abc4666
Write some tests for failure cases
by Alex Gaynor
· 10 years ago
f05763c
Merge branch 'master' into openssh-elliptic-curve
by Alex Gaynor
· 10 years ago
c8b63d1
Merge pull request #1578 from alex/remove-deprecated-docs
by Paul Kehrer
· 10 years ago
30e409d
Merge pull request #1577 from alex/remove-deprecated
by Paul Kehrer
· 10 years ago
bf4817e
this test requires a specific curve
by Alex Gaynor
· 10 years ago
eeb8143
Bring back text about unsupported formats
by Alex Gaynor
· 10 years ago
e710dd9
Removed documentation for features which were removed
by Alex Gaynor
· 10 years ago
c360dee
Removed some deprecated code
by Alex Gaynor
· 10 years ago
4b22343
Improved docstring
by Alex Gaynor
· 10 years ago
1a7d64e
THese are bytes for py3k
by Alex Gaynor
· 10 years ago
d9aa3fb
Reduce the duplication
by Alex Gaynor
· 10 years ago
a4d59a9
Attempt to remove some duplication
by Alex Gaynor
· 10 years ago
6db8f98
Update the docs a bit
by Alex Gaynor
· 10 years ago
2c2d182
Fixes #1533 -- Initial work at parsing ECDSA public keys in OpenSSH format
by Alex Gaynor
· 10 years ago
06f6a4e
Merge pull request #1575 from reaperhulk/more-delay
by Alex Gaynor
· 10 years ago
d755e66
increase delay waiting for wheel job to start
by Paul Kehrer
· 10 years ago
ea11332
Merge pull request #1574 from reaperhulk/license-files-are-hard
by Alex Gaynor
· 10 years ago
d12ba6b
who can remember where all these files belong? nobody.
by Paul Kehrer
· 10 years ago
b0e7fb0
Merge pull request #1570 from reaperhulk/final-consolidation
by Alex Gaynor
· 10 years ago
1a33984
add both types of EC key formats to parametrized test
by Paul Kehrer
· 10 years ago
35d2931
final cleanup for PEM serialization
by Paul Kehrer
· 10 years ago
5bdf1a8
Merge pull request #1572 from alex/delete-duplicate
by Paul Kehrer
· 10 years ago
293852a
Merge pull request #1571 from reaperhulk/add-pypy3
by Alex Gaynor
· 10 years ago
d2fbbc2
Combined duplicated serialization tests
by Alex Gaynor
· 10 years ago
defa460
don't do coverage under pypy3
by Paul Kehrer
· 10 years ago
9d24f6c
add a comment explaining why we're excluding pypy3 on linux
by Paul Kehrer
· 10 years ago
070678a
also exclude 0.9.8 pypy3 on linux for now
by Paul Kehrer
· 10 years ago
ad23067
add pypy3 to build matrix
by Paul Kehrer
· 10 years ago
a4cc745
Merge pull request #1567 from reaperhulk/consolidate-more
by Alex Stapleton
· 10 years ago
b426b20
Merge pull request #1568 from reaperhulk/consolidate-even-more
by Alex Stapleton
· 10 years ago
cf6e6d6
parametrize some more serialization tests
by Paul Kehrer
· 10 years ago
85c1106
consolidate dsa serialization loading tests and improve verifier
by Paul Kehrer
· 10 years ago
217d417
Merge pull request #1566 from alex/reduce-duplication
by Paul Kehrer
· 10 years ago
6e9a42d
Reduce duplication in the serialization tests -- refs #1564
by Alex Gaynor
· 10 years ago
7dc5098
Merge pull request #1565 from alex/flesh-out-asymmetric-index
by Paul Kehrer
· 10 years ago
6596b32
Provide background on asymmetric crypto in index
by Alex Gaynor
· 10 years ago
7128ab9
Merge pull request #1563 from alex/serialized-rsa
by Paul Kehrer
· 10 years ago
1a8ccf7
Missing char
by Alex Gaynor
· 10 years ago
78515f2
Describe key generation and key loading in the RSA docs
by Alex Gaynor
· 10 years ago
c663894
Merge pull request #1562 from alex/spruce-it-up
by Paul Kehrer
· 10 years ago
c444254
Fixed reST mistake
by Alex Gaynor
· 10 years ago
4fe8fe1
Merge pull request #1561 from alex/link-random
by lvh
· 10 years ago
46cb990
SPelling
by Alex Gaynor
· 10 years ago
fc83ffc
Spruced up teh RSA docs. Contains a bit more prose and hopefully helps people make better life decisions
by Alex Gaynor
· 10 years ago
1d50e42
Merge pull request #1560 from alex/padding-move-docs
by lvh
· 10 years ago
9b6fd8e
Anywhere we tell someone to randomly generate something, link the RNG docs. Fixes #1559
by Alex Gaynor
· 10 years ago
7212790
Fixed #1555 and fixed #1556 -- moved the RSA padding docs into the primary RSA doc, and tell people that PKCS1v15 isn't great
by Alex Gaynor
· 10 years ago
e4a0e8a
Merge pull request #1554 from alex/reasons-enum
by Paul Kehrer
· 10 years ago
850dab4
Merge pull request #1558 from alex/full-details2
by Alex Stapleton
· 10 years ago
ae7dfce
Attempt to link to the os.urandom docs from upstream
by Alex Gaynor
· 10 years ago
Next »