Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
3fe1543c9e4c04604967a9524aa5b2e641bc9ede
3fe1543
Merge pull request #2129 from alex/hash-csr
by Paul Kehrer
· 10 years ago
92d28d1
Merge pull request #2132 from reaperhulk/port-0.9.3-changelog
by Alex Gaynor
· 10 years ago
3bbda28
port 0.9.3 changelog to master
by Paul Kehrer
· 10 years ago
907cc81
Merge pull request #2108 from mail-in-a-box/master
by Paul Kehrer
· 10 years ago
978137d
Fixed #2127 -- added __hash__ to CSR
by Alex Gaynor
· 10 years ago
366b0f8
Merge pull request #2124 from alex/hash-cert
by Paul Kehrer
· 10 years ago
28ab454
Merge pull request #2126 from alex/csr-eq
by Paul Kehrer
· 10 years ago
5119125
no need to hash it twice, also simplify fingerprint method
by Alex Gaynor
· 10 years ago
eb2df54
fixed test
by Alex Gaynor
· 10 years ago
78a15f0
added forgotten __ne__ method
by Alex Gaynor
· 10 years ago
935f6ca
typo fix
by Alex Gaynor
· 10 years ago
70c8f8b
Fixed #2121 -- added __eq__ and __ne__ to CSRs
by Alex Gaynor
· 10 years ago
d2afad3
special-case GeneralNames.get_values_for_type to return OtherName instances directly rather than their value properties; tests updated
by Joshua Tauberer
· 10 years ago
18b6fc8
additional tests and doc spelling error fix for OtherName
by Joshua Tauberer
· 10 years ago
2ee5e3c
parse SAN otherNames into OtherName instances rather than raising an exception
by Joshua Tauberer
· 10 years ago
969f3a5
Fixed #2120 -- added __hash__ to x509.Cert
by Alex Gaynor
· 10 years ago
11bd1a1
Merge pull request #2119 from stjoannou/master
by Alex Gaynor
· 10 years ago
ad8f19d
Merge pull request #2118 from reaperhulk/support-rid-encoding
by Alex Gaynor
· 10 years ago
8075a8c
Exposed the SSL_peek functionality
by Stelios
· 10 years ago
a9e5a21
support registeredID general name encoding
by Paul Kehrer
· 10 years ago
5b57cbf
Merge pull request #2085 from alex/encode-san
by Paul Kehrer
· 10 years ago
026530a
Merge pull request #2116 from alex/version-added-public-bytes
by Paul Kehrer
· 10 years ago
f977979
Merge pull request #2115 from alex/factor-asn1-strings
by Paul Kehrer
· 10 years ago
d0b376b
Document that public_bytes on certs and CSRs are new in 1.0
by Alex Gaynor
· 10 years ago
8a78bf3
Factor out the ASN.1 string handling code in the OpenSSL backend
by Alex Gaynor
· 10 years ago
cc781e3
fixed a leak in the event of non-DNS GN
by Alex Gaynor
· 10 years ago
8df7808
Make the error check match how the openssl codebase does it
by Alex Gaynor
· 10 years ago
6431d50
Wildcards. Also fixed a bug with multiple GNs
by Alex Gaynor
· 10 years ago
eae9560
flake8 for the flkae8 god
by Alex Gaynor
· 10 years ago
46501ce
Paul says openssl just does the right thing here.
by Alex Gaynor
· 10 years ago
4de08a2
this needs to be freed as well
by Alex Gaynor
· 10 years ago
ba2abb1
idna here
by Alex Gaynor
· 10 years ago
d5f718c
Organize code a bit better
by Alex Gaynor
· 10 years ago
0784a23
Merge pull request #2114 from reaperhulk/san-unsupported-name
by Alex Gaynor
· 10 years ago
7bdf657
change unsupported generalname test to use x400address
by Paul Kehrer
· 10 years ago
abfb699
Merge pull request #2113 from reaperhulk/new-gn-types
by Alex Gaynor
· 10 years ago
999605e
Merge pull request #2112 from reaperhulk/publickeywithserialization
by Alex Gaynor
· 10 years ago
0ed3d91
add SAN ediPartyName and x400Address test vectors
by Paul Kehrer
· 10 years ago
8ea90ef
docs changes based on feedback
by Paul Kehrer
· 10 years ago
6e56df3
Merge pull request #2111 from alex/othername-binding
by Paul Kehrer
· 10 years ago
4cfd01d
relink some things
by Paul Kehrer
· 10 years ago
15a1b59
move PublicKeyWithSerialization methods to PublicKey
by Paul Kehrer
· 10 years ago
8c03255
Refs #2108 -- expand the OTHERNAME binding.
by Alex Gaynor
· 10 years ago
9479414
Merge pull request #2110 from reaperhulk/remove-with-numbers
by Alex Gaynor
· 10 years ago
3e7093a
Merge pull request #2109 from reaperhulk/doc-osx-install
by Alex Gaynor
· 10 years ago
c0dd53e
unlink a lot of things in the changelog since they no longer exist
by Paul Kehrer
· 10 years ago
47e1b60
add some more detail.
by Paul Kehrer
· 10 years ago
c7de254
remove docs for WithNumbers classes that are removed in 1.0
by Paul Kehrer
· 10 years ago
451c8df
add some documentation around the requirement for xcode cli tools on mac
by Paul Kehrer
· 10 years ago
a2571c6
Merge pull request #2107 from reaperhulk/port-0.9.2-changelog
by Alex Gaynor
· 10 years ago
7b41163
port the 0.9.2 changelog to master
by Paul Kehrer
· 10 years ago
230989f
Merge branch 'master' into encode-san
by Alex Gaynor
· 10 years ago
ed3dbc1
Merge pull request #2106 from alex/ia5-string
by Paul Kehrer
· 10 years ago
9d0a168
Added some nonsense around IA5STRING
by Alex Gaynor
· 10 years ago
98ff37b
Merge pull request #2105 from reaperhulk/fix-2101
by Alex Gaynor
· 10 years ago
7a9fc54
add some requested elliptic curve bindings
by Paul Kehrer
· 10 years ago
7583f7f
add this part of the test back
by Alex Gaynor
· 10 years ago
41ca5dc
Merge branch 'master' into encode-san
by Alex Gaynor
· 10 years ago
adb41ed
Merge pull request #2104 from alex/csr-san
by Paul Kehrer
· 10 years ago
e493511
fixed merge
by Alex Gaynor
· 10 years ago
37b82df
Added support for SANs in CSRs
by Alex Gaynor
· 10 years ago
d74e336
reduce diff with master
by Alex Gaynor
· 10 years ago
54b15f7
Merge branch 'master' into encode-san
by Alex Gaynor
· 10 years ago
122b5ed
Merge pull request #2102 from alex/more-bindings
by Paul Kehrer
· 10 years ago
82db219
Merge pull request #2103 from alex/extra-unimplemented
by Paul Kehrer
· 10 years ago
887a408
Added a test with two extensions, and added key usage support to the frontend
by Alex Gaynor
· 10 years ago
c6f23c3
added a few more x509 bindings for SAN encoding
by Alex Gaynor
· 10 years ago
53a36a1
Merge branch 'master' into encode-san
by Alex Gaynor
· 10 years ago
23cafe8
Merge pull request #2100 from alex/x509-cleanup
by Paul Kehrer
· 10 years ago
c2818e4
Shift around the x509 code, all the extensions are going to have the same thing
by Alex Gaynor
· 10 years ago
7dbd626
Merge pull request #2099 from alex/test-coverage
by Paul Kehrer
· 10 years ago
50ebb48
fixed tests
by Alex Gaynor
· 10 years ago
cc04d67
comment
by Alex Gaynor
· 10 years ago
be28a24
Improved coverage for tests, handle multiple pytest.mark.supported decorators on one function
by Alex Gaynor
· 10 years ago
651476f
Merge pull request #2097 from alex/test-iface
by Paul Kehrer
· 10 years ago
8228028
Merge pull request #2096 from reaperhulk/yet-another-nc-vector
by Alex Gaynor
· 10 years ago
9bbd490
Fixed #1689 -- correctly handle code with multiple requires_backend_itnerface
by Alex Gaynor
· 10 years ago
fed3163
Merge pull request #2093 from reaperhulk/gcm-fix-forever-maybe
by Alex Gaynor
· 10 years ago
8f458ab
add name constraints vector with /32 and /128 IP networks
by Paul Kehrer
· 10 years ago
ec3cc9b
Merge pull request #2094 from reaperhulk/nc-the-hard-part-again
by Alex Gaynor
· 10 years ago
326502a
do the same simplification to the aad test
by Paul Kehrer
· 10 years ago
d5119d5
add missing test, simplify encrypted byte near limit calculation
by Paul Kehrer
· 10 years ago
4237683
name constraints - support leading periods
by Paul Kehrer
· 10 years ago
463de43
add additional increment tests
by Paul Kehrer
· 10 years ago
b073c8c
put the AAD and encrypted byte limit checks in the parent context
by Paul Kehrer
· 10 years ago
246fc85
Merge pull request #2084 from reaperhulk/name-constraints-ossl
by Alex Gaynor
· 10 years ago
0a4c9cc
Merge pull request #2073 from glyph/no-c-random
by Paul Kehrer
· 10 years ago
b18fc39
test libressl when there is no libressl
by Glyph
· 10 years ago
fa40f9f
pep8
by Glyph
· 10 years ago
14e67ac
Detect and ignore LibreSSL.
by Glyph
· 10 years ago
7c3e7a8
the output of RAND_bytes is os.urandom's result
by Glyph
· 10 years ago
870d7e8
support name constraints in the openssl backend
by Paul Kehrer
· 10 years ago
902e55c
Merge pull request #2088 from reaperhulk/nc-vectors
by Alex Gaynor
· 10 years ago
9f0bb2b
Merge pull request #2090 from stevepeak/patch-2
by Paul Kehrer
· 10 years ago
0aac590
Fix is now formally available
by Steve Peak
· 10 years ago
7155c98
add more basic name constraints vector
by Paul Kehrer
· 10 years ago
d92ac8a
Merge pull request #2089 from reaperhulk/codecov
by Donald Stufft
· 10 years ago
d8f302f
Testing codecov/support#43
by Steve Peak
· 10 years ago
32c261c
Switch to codecov.io from coveralls
by Corey Farwell
· 11 years ago
f5a4519
resolved merge conflict
by Alex Gaynor
· 10 years ago
Next »