Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
6eee1840fae1999cc7ea19d81d0326909c96d911
6eee184
Adding myself to authors
by Chellygel
· 10 years ago
44a838c
Merge pull request #1780 from reaperhulk/allow-zero-bn
by Alex Stapleton
· 10 years ago
51924aa
allow zero value bn using _bn_to_int in the openssl backend
by Paul Kehrer
· 10 years ago
92dd70b
Merge pull request #1781 from reaperhulk/pathlen-zero-bc-vector
by Alex Gaynor
· 10 years ago
d1ed673
add new basic constraints vector with path length zero
by Paul Kehrer
· 10 years ago
b6e094d
Merge pull request #1777 from alex/threadsafe-init
by Paul Kehrer
· 10 years ago
47e6b23
Doh
by Alex Gaynor
· 10 years ago
fbd7d7f
Fixes #1776 -- ensure that we only init bindings once per process
by Alex Gaynor
· 10 years ago
1a12b51
Merge pull request #1774 from chelseawinfree/im_confident
by Alex Gaynor
· 10 years ago
8c8ee12
Merge pull request #1768 from reaperhulk/basic-constraints
by Alex Gaynor
· 10 years ago
7cbe50e
Added lines at end of file and adjusted parens
by Chellygel
· 10 years ago
5553d57
review feedback updates
by Paul Kehrer
· 10 years ago
a5c6e9a
use kwargs for BasicConstraints creation
by Paul Kehrer
· 10 years ago
646a24f
Moved OpenSSL engine into standalone c and h files
by Chellygel
· 10 years ago
a1f968a
Merge pull request #1772 from alex/simpler-format
by Paul Kehrer
· 10 years ago
d6b63da
Attempt at simplifying the repr code.
by Alex Gaynor
· 10 years ago
58b7569
doc updates and simplification of __repr__
by Paul Kehrer
· 10 years ago
611d3d3
doc update
by Paul Kehrer
· 10 years ago
8589466
rework BasicConstraints and Extension.
by Paul Kehrer
· 10 years ago
fd1444c
review feedback doc updates
by Paul Kehrer
· 10 years ago
427bcf0
Merge pull request #1759 from reaperhulk/aes-keywrap-vectors
by Alex Gaynor
· 10 years ago
d258d37
right, {} format support was added in 2.7
by Paul Kehrer
· 10 years ago
2bb9464
add docs for the OID_BASIC_CONSTRAINTS constant
by Paul Kehrer
· 10 years ago
8cf2642
basic constraints class & extensions interface
by Paul Kehrer
· 10 years ago
80fa2a2
Merge pull request #1766 from reaperhulk/x509-bc-vectors
by Alex Gaynor
· 10 years ago
e0eafaa
add 3 new certificate vectors for upcoming basic constraints tests
by Paul Kehrer
· 10 years ago
cfe2452
Merge pull request #1765 from reaperhulk/another-binding
by Alex Gaynor
· 10 years ago
a7f6c8e
add BASIC_CONSTRAINTS_free macro
by Paul Kehrer
· 10 years ago
22f3b4e
Merge pull request #1763 from reaperhulk/port-0.8.1-changelog
by Alex Stapleton
· 10 years ago
41a750c
port 0.8.1 changelog to master
by Paul Kehrer
· 10 years ago
ab420c9
Merge pull request #1761 from reaperhulk/x509-ext-parse-bindings
by Alex Gaynor
· 10 years ago
d4d6702
new openssl bindings for parsing some x509 extensions
by Paul Kehrer
· 10 years ago
d3a95bd
Merge pull request #1758 from reaperhulk/commoncrypto-keywrap-bindings
by Alex Gaynor
· 10 years ago
16430f9
add keywrap test vectors from NIST
by Paul Kehrer
· 10 years ago
4f6ea62
add AES key wrap bindings to commoncrypto
by Paul Kehrer
· 10 years ago
31b3acb
Merge pull request #1757 from alex/deprecated
by Paul Kehrer
· 10 years ago
4c9fa34
Don't trigger any deprecation warnings on import
by Alex Gaynor
· 10 years ago
0354694
Merge pull request #1756 from reaperhulk/serialize-der-dsa
by Alex Gaynor
· 10 years ago
038e61a
pep8! *shakes fist at the sky*
by Paul Kehrer
· 10 years ago
919a5b2
DER serialization of DSA private keys
by Paul Kehrer
· 10 years ago
939af10
Merge pull request #1755 from reaperhulk/serialize-der-ec
by Alex Gaynor
· 10 years ago
81d069d
support DER encoded EC private key serialization
by Paul Kehrer
· 10 years ago
7905fce
Merge pull request #1754 from reaperhulk/serialize-der-part-un
by Alex Gaynor
· 10 years ago
22d25d5
support RSA DER private key serialization
by Paul Kehrer
· 10 years ago
7108776
Merge pull request #1752 from reaperhulk/tiny-cleanup
by Alex Gaynor
· 10 years ago
ff1c01b
Merge pull request #1751 from reaperhulk/x509-refactor
by Alex Gaynor
· 10 years ago
412913b
remove some pointless extra lines in multibackend
by Paul Kehrer
· 10 years ago
fb309ed
move some helper functions in x509
by Paul Kehrer
· 10 years ago
ced1a1d
Merge pull request #1749 from alex/update-interface
by Paul Kehrer
· 10 years ago
f1d2fc0
eep not this one
by Alex Gaynor
· 10 years ago
3dd3ce4
Use the new names to reference these classes
by Alex Gaynor
· 10 years ago
4c0a81f
Merge pull request #1747 from reaperhulk/remove-unneeded-registration
by Alex Gaynor
· 10 years ago
2d47bb4
remove unneeded deprecated interface registration
by Paul Kehrer
· 10 years ago
d1cfc81
Merge pull request #1746 from reaperhulk/private-bytes-cleanup
by Alex Gaynor
· 10 years ago
f9312d5
refactor OpenSSL backend private_key_bytes
by Paul Kehrer
· 10 years ago
b9287ca
Merge pull request #1741 from reaperhulk/serialize-der-public-keys
by Alex Gaynor
· 10 years ago
a2c4865
update changelog to link DER
by Paul Kehrer
· 10 years ago
a66cb11
Merge pull request #1742 from alex/fixed-deprecations
by Paul Kehrer
· 10 years ago
fcadda6
Fixed the deprecation warnings being triggered by the tests
by Alex Gaynor
· 10 years ago
1955ebf
support DER serialization of public keys
by Paul Kehrer
· 10 years ago
d0109a5
Merge pull request #1738 from reaperhulk/deprecation-dance
by Alex Gaynor
· 10 years ago
891efd9
missed some links
by Paul Kehrer
· 10 years ago
cd26d88
Merge pull request #1740 from alex/fixed-gitorious-link
by Paul Kehrer
· 10 years ago
ea18678
Merge pull request #1739 from alex/fix-path
by Paul Kehrer
· 10 years ago
3efbf49
Updated one more gitorious link
by Alex Gaynor
· 10 years ago
0064bfa
Use full path in the documentation
by Alex Gaynor
· 10 years ago
bb4267b
Merge pull request #1736 from reaperhulk/0.9-open-for-business
by Alex Gaynor
· 10 years ago
ebee006
Do the deprecation dance
by Paul Kehrer
· 10 years ago
8ce597b
reopen tree for 0.9 development work
by Paul Kehrer
· 10 years ago
3dd3267
Merge pull request #1735 from reaperhulk/0.8-changelog-version
by Alex Gaynor
· 10 years ago
5dc4b88
update changelog and bump version to 0.8
by Paul Kehrer
· 10 years ago
0ee210b
Merge pull request #1734 from reaperhulk/serialize-dsa-public-key
by Alex Gaynor
· 10 years ago
930fc6a
Merge pull request #1695 from Julian/master
by Alex Gaynor
· 10 years ago
26006c5
add missing changelog entry for DSA public serialization
by Paul Kehrer
· 10 years ago
4cf3811
Remove the setuptools and CFFI requirements, which break pip install -U
by Julian Berman
· 10 years ago
a5515c7
DSA public key serialization
by Paul Kehrer
· 10 years ago
785cb42
Merge pull request #1732 from reaperhulk/serialize-ec-public-key
by Alex Gaynor
· 10 years ago
c2ab307
fix a docs link
by Paul Kehrer
· 10 years ago
6a49021
make tests properly skip on OpenSSLs without EC support
by Paul Kehrer
· 10 years ago
c5d886a
update docs to add ECPublicKey to list of classes that have public_bytes
by Paul Kehrer
· 10 years ago
419615b
serialize EC public keys
by Paul Kehrer
· 10 years ago
88e7ed6
Merge pull request #1706 from reaperhulk/serialize-rsa-public-key
by Alex Gaynor
· 10 years ago
efc7f3d
update docs to note PKCS1 is essentially RSA only
by Paul Kehrer
· 10 years ago
3f157e0
support RSA public key serialization
by Paul Kehrer
· 10 years ago
7d5483b
Merge pull request #1715 from reaperhulk/rsa-pkcs1-public-key
by Alex Gaynor
· 10 years ago
e37a0a5
Merge pull request #1730 from reaperhulk/update-gitorious-links
by Alex Gaynor
· 10 years ago
04f0144
Merge pull request #1728 from public/bind-check-pubkey
by Paul Kehrer
· 10 years ago
dac86a9
gitorious is no longer a thing so gnutls is now hosted by gitlab
by Paul Kehrer
· 10 years ago
d8a1693
Add DH_check_pub_key binding
by Alex Stapleton
· 10 years ago
4c8bc09
Merge pull request #1723 from public/strict-bn-int
by Alex Gaynor
· 10 years ago
6b99130
Merge pull request #1725 from public/dh-bindings-2015
by Alex Gaynor
· 10 years ago
3873dae
Stricter asserts on _bn_to_int and _int_to_bn
by Alex Stapleton
· 10 years ago
f19cf07
Additional DH bindings
by Alex Stapleton
· 10 years ago
791afc0
fix a memory leak pointed out by @aftbit and improve changelog phrasing
by Paul Kehrer
· 10 years ago
7bfa22e
add changelog entry
by Paul Kehrer
· 10 years ago
c5cdc4e
support "PKCS1" RSA public keys
by Paul Kehrer
· 10 years ago
7bdb2d8
Merge pull request #1712 from reaperhulk/serialize-dsa-private-key
by Alex Gaynor
· 10 years ago
cd7f63b
Merge pull request #1724 from reaperhulk/windows-102-changelog
by Alex Gaynor
· 10 years ago
f28dd45
Windows wheels will now be built against OpenSSL 1.0.2
by Paul Kehrer
· 10 years ago
0be6ddc
Merge pull request #1714 from reaperhulk/asymmetric-public-vectors
by Alex Stapleton
· 10 years ago
Next »