Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
965dbbe2301c667b51e310b503bd25cfa5a3bac3
965dbbe
change some nomenclature
by Paul Kehrer
· 11 years ago
cc5d1bf
add PKCS8SerializationBackend support to MultiBackend
by Paul Kehrer
· 11 years ago
e4b1e85
Merge pull request #1219 from reaperhulk/increment-version-0.5
by David Reid
· 11 years ago
3c6a239
update to version 0.5
by Paul Kehrer
· 11 years ago
625edca
Merge pull request #1213 from reaperhulk/update-release-docs
by Alex Stapleton
· 11 years ago
0c71ed7
Merge pull request #1218 from Ayrx/update-security-doc
by Paul Kehrer
· 11 years ago
81fed66
Update security.rst to note that we statically link OpenSSL now.
by Terry Chia
· 11 years ago
bc36f4c
Merge pull request #1217 from reaperhulk/add-static-to-changelog
by Alex Stapleton
· 11 years ago
8987bcb
wordsmithing
by Paul Kehrer
· 11 years ago
3df9a31
add windows static build info to the changelog. fixes #1216
by Paul Kehrer
· 11 years ago
43a7f4b
Merge pull request #1206 from reaperhulk/static-windows-builds
by Alex Stapleton
· 11 years ago
1f1e02f
expand the release instructions to check windows wheel linking
by Paul Kehrer
· 11 years ago
5cb305d
Merge pull request #1214 from Ayrx/lol-consistency
by Alex Stapleton
· 11 years ago
a0a47cd
Add newline for consistency
by Terry Chia
· 11 years ago
419e67a
change env variable name, handle empty string
by Paul Kehrer
· 11 years ago
27bb5fe
add openssl version check instructions to release docs
by Paul Kehrer
· 11 years ago
a020246
Merge pull request #1212 from reaperhulk/improve-ec-docs
by Alex Gaynor
· 11 years ago
21fc582
Improve EC docs
by Paul Kehrer
· 11 years ago
9c80e6c
improve unit tests for _get_windows_libraries
by Paul Kehrer
· 11 years ago
03555ad
Merge pull request #1195 from public/ec-safety-docs
by Paul Kehrer
· 11 years ago
7fd4b58
Advice on choosing a curve
by Alex Stapleton
· 11 years ago
9b5b4d1
Merge pull request #1211 from Ayrx/use-stdlib-constant-compare
by Alex Stapleton
· 11 years ago
12131cd
Added preference for stdlib's compare_digest to constant_time
by Terry Chia
· 11 years ago
2a39f7f
switch to env variable based static/dynamic switch for windows
by Paul Kehrer
· 11 years ago
967bbde
Merge pull request #1208 from reaperhulk/add-cc-binding
by Alex Gaynor
· 11 years ago
6922923
add a binding that is needed for RSA in security.framework
by Paul Kehrer
· 11 years ago
8e2dabd
Merge pull request #1201 from alex/no-more-truncation
by Paul Kehrer
· 11 years ago
af924ee
Merge pull request #1207 from reaperhulk/rename-a-method
by Alex Gaynor
· 11 years ago
02de008
rename the rest of the method
by Paul Kehrer
· 11 years ago
333370c
rename a method in the cc backend for clarity
by Paul Kehrer
· 11 years ago
751c53b
don't need libraries twice.
by Paul Kehrer
· 11 years ago
2159b41
Merge pull request #1205 from alex/docs-typo
by Laurens Van Houtven
· 11 years ago
8e6b331
Fix a mistake in a docs link
by Alex Gaynor
· 11 years ago
156360a
switch to static linking on windows and update installation page
by Paul Kehrer
· 11 years ago
a947759
Simplify code and add test
by Alex Gaynor
· 11 years ago
cc5224f
Improve docs
by Alex Gaynor
· 11 years ago
d1eaebd
Merge pull request #1204 from reaperhulk/split-commoncrypto-backend-ciphers
by Alex Gaynor
· 11 years ago
4efe61a
Typo fix
by Alex Gaynor
· 11 years ago
8f1b8e8
Fixes #1200 -- disallow GCM truncation by default
by Alex Gaynor
· 11 years ago
64fe807
split commoncrypto backend - ciphers
by Paul Kehrer
· 11 years ago
2d6e91f
Merge pull request #1198 from reaperhulk/split-commoncrypto-backend-hmac
by Alex Gaynor
· 11 years ago
6dd96b6
split commoncrypto backend - hmac
by Paul Kehrer
· 11 years ago
929d85c
Merge pull request #1197 from alex/whoops
by Paul Kehrer
· 11 years ago
985676e
Refactor for cleanliness
by Alex Gaynor
· 11 years ago
9239207
Merge pull request #1196 from reaperhulk/split-commoncrypto-backend-hashes
by Alex Gaynor
· 11 years ago
d9d472b
CommonCrypto as well
by Alex Gaynor
· 11 years ago
c9ff1cb
Fixed accidental use of the global backend name
by Alex Gaynor
· 11 years ago
84a4679
split commoncrypto backend - hashes
by Paul Kehrer
· 11 years ago
473e6a1
Merge pull request #1194 from public/move-gc
by Paul Kehrer
· 11 years ago
7bcdff9
These functions can do their own GC now
by Alex Stapleton
· 11 years ago
0c19dc9
Merge pull request #1193 from reaperhulk/simplify-some-ec-things
by Alex Stapleton
· 11 years ago
7aa4b20
Merge pull request #1192 from reaperhulk/move-rsa-encryption-openssl
by Alex Stapleton
· 11 years ago
f6e2920
Merge pull request #1191 from reaperhulk/dsa-deprecate-backend-methods
by Alex Stapleton
· 11 years ago
b86e364
Merge pull request #1190 from reaperhulk/dsa-deprecate-concrete
by Alex Stapleton
· 11 years ago
654871d
reorganize OpenSSL EC backend to remove some unneeded indirection
by Paul Kehrer
· 11 years ago
35a0e8d
split OpenSSL RSA enc/dec methods from backend
by Paul Kehrer
· 11 years ago
1262be2
deprecate DSA backend methods
by Paul Kehrer
· 11 years ago
512ac22
deprecate concrete DSA classes and update DSA docs
by Paul Kehrer
· 11 years ago
ecbc00b
Merge pull request #1189 from reaperhulk/dsa-new-method-multibackend
by Alex Gaynor
· 11 years ago
7c9fa3a
add multibackend support for new DSABackend method
by Paul Kehrer
· 11 years ago
0e2ee9b
Merge pull request #1179 from reaperhulk/dsa-numbers-opaque-backend
by David Reid
· 11 years ago
298effd
rename backend method, add some docs
by Paul Kehrer
· 11 years ago
9371dbf
Merge pull request #1188 from reaperhulk/fix-1167
by Alex Gaynor
· 11 years ago
2ac8778
add note about enchant dependency for spellcheck in docs
by Paul Kehrer
· 11 years ago
dacb5f9
add generate_private_key to DSAParameters + add a new function to dsa
by Paul Kehrer
· 11 years ago
921b7b3
Merge pull request #1186 from alex/line-wrap
by Alex Stapleton
· 11 years ago
cefcf2d
Wrap a long line (seriously, why is doc8 not catching these)
by Alex Gaynor
· 11 years ago
78cfc9e
Merge pull request #1184 from reaperhulk/rsa-read-only-keysize
by Alex Gaynor
· 11 years ago
a44338b
move where we gc dsa data, improve dsa key checking
by Paul Kehrer
· 11 years ago
eb00157
Merge pull request #1183 from alex/line-wrap
by David Reid
· 11 years ago
d7a2306
Wrap a long line in the docs, unclear why doc8 didn't catch this
by Alex Gaynor
· 11 years ago
7bcfbf8
Merge pull request #1182 from kennwhite/patch-1
by Paul Kehrer
· 11 years ago
da208a9
Make OpenSSL RSA key_size attr read only
by Paul Kehrer
· 11 years ago
993d847
Updating risk assessment to match CERT's language
by kennwhite
· 11 years ago
1cf0046
Merge pull request #1181 from reaperhulk/split-openssl-backend-hash
by David Reid
· 11 years ago
37db4c1
Split OpenSSL backend into separate files (hashes)
by Paul Kehrer
· 11 years ago
00bb1d4
Merge pull request #1180 from alex/short-link
by David Reid
· 11 years ago
1d1855c
Merge pull request #1173 from Ayrx/ecc-fix
by Alex Stapleton
· 11 years ago
d99fc65
Use the short link version for various things
by Alex Gaynor
· 11 years ago
0690f91
Merge pull request #1178 from reaperhulk/split-openssl-backend-mac
by Alex Gaynor
· 11 years ago
125857f
dsa docs
by Paul Kehrer
· 11 years ago
0197ed8
DSA opaque OpenSSL
by Paul Kehrer
· 11 years ago
1c4e0cf
Split OpenSSL backend into separate files (hmac/cmac)
by Paul Kehrer
· 11 years ago
beb1f0c
Removed unnecessary tests
by Ayrx
· 11 years ago
42ee73b
Merge pull request #1177 from reaperhulk/split-openssl-backend-cipher
by Alex Gaynor
· 11 years ago
88dd94a
rename cipher->ciphers
by Paul Kehrer
· 11 years ago
224f6f8
Split OpenSSL backend into separate files (cipher contexts)
by Paul Kehrer
· 11 years ago
c1154d0
Merge pull request #1176 from reaperhulk/split-openssl-backend-dsa
by Alex Gaynor
· 11 years ago
48963c9
Merge pull request #1150 from reaperhulk/rsa-doc-update
by David Reid
· 11 years ago
4a6104c
Merge pull request #1175 from reaperhulk/dsa-tests-to-numbers
by Alex Gaynor
· 11 years ago
368b1c9
Merge pull request #1132 from public/opaque-dsa-interfaces
by Paul Kehrer
· 11 years ago
c250b3e
Split OpenSSL backend into separate files (DSA)
by Paul Kehrer
· 11 years ago
a63083a
simplify examples per dreid's suggestion
by Paul Kehrer
· 11 years ago
afad62a
add information about why we deprecated the concrete providers
by Paul Kehrer
· 11 years ago
8a8c122
RSA doc update for deprecation. Move some examples.
by Paul Kehrer
· 11 years ago
e2a22f8
Merge pull request #1174 from reaperhulk/split-openssl-backend-rsa
by Alex Gaynor
· 11 years ago
020d49d
Fixed AssertionError on missing curves
by Ayrx
· 11 years ago
454fd04
modify test_dsa to use DSA*Numbers and split fixtures out
by Paul Kehrer
· 11 years ago
b024857
Merge pull request #1168 from reaperhulk/dsa-with-numbers-interfaces
by Alex Gaynor
· 11 years ago
23059ed
Split OpenSSL backend into separate files (RSA)
by Paul Kehrer
· 11 years ago
Next »