Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
cc5224f973de58ddd298d94d8966ccddb7f761a8
cc5224f
Improve docs
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
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
6dc63ac
Merge pull request #1172 from reaperhulk/split-openssl-backend-ec
by Alex Gaynor
· 11 years ago
e7d06bd
Merge pull request #1163 from reaperhulk/dsa-numbers-classes
by Alex Gaynor
· 11 years ago
0979f57
Merge pull request #1170 from alex/interface-docs
by Paul Kehrer
· 11 years ago
bc030b5
Split OpenSSL backend into separate files (EC)
by Paul Kehrer
· 11 years ago
9842964
add DSAWithNumbers subinterfaces
by Paul Kehrer
· 11 years ago
d94aacf
Merge pull request #1152 from public/fedora20-ec-fix
by Paul Kehrer
· 11 years ago
645315b
Organize the interface docs a bit better, added subheadings
by Alex Gaynor
· 11 years ago
3678283
fix some language
by Paul Kehrer
· 11 years ago
eced452
Merge pull request #1166 from lvh/c-binding-docs
by Alex Gaynor
· 11 years ago
b139a7a
Dedicated skip function
by Alex Stapleton
· 11 years ago
da08418
Merge pull request #1164 from reaperhulk/dsa-numbers-loading
by Alex Stapleton
· 11 years ago
8c73a7b
remove parameter_numbers from DSAPrivateNumbers since it's on public
by Paul Kehrer
· 11 years ago
316b4fd
Dance around the word "fallbacks""
by Laurens Van Houtven
· 11 years ago
4e74a7f
typedefs -> type definitions
by Laurens Van Houtven
· 11 years ago
61263f0
Add preprocessor, preprocessors to word list
by Laurens Van Houtven
· 11 years ago
f42689e
Add namespace, namespaces to word list
by Laurens Van Houtven
· 11 years ago
a7b0758
Spelling fix: parentheses
by Laurens Van Houtven
· 11 years ago
1159af8
Spelling fix: achieve
by Laurens Van Houtven
· 11 years ago
260e887
Spelling fix: library
by Laurens Van Houtven
· 11 years ago
e5a9ccf
Merge pull request #1165 from lvh/slashterisk-comments
by Paul Kehrer
· 11 years ago
220a98d
Move C bindings style guide to C bindings document
by Laurens Van Houtven
· 11 years ago
0a1d9e1
Add a reference in the style guide
by Laurens Van Houtven
· 11 years ago
6ff0c65
Add C bindings document to index
by Laurens Van Houtven
· 11 years ago
4e00614
Fix ReST hyperlink markup
by Laurens Van Houtven
· 11 years ago
1c07ddf
Fix ReST syntax for a code block
by Laurens Van Houtven
· 11 years ago
1dc0b14
Improve wording
by Laurens Van Houtven
· 11 years ago
efa5cfb
Add docs about exposing features in C bindings
by Laurens Van Houtven
· 11 years ago
0d1122d
Add note about using C-style vs C++-style comments
by Laurens Van Houtven
· 11 years ago
ed3d15b
Use C-style comments instead of C++-style comments
by Laurens Van Houtven
· 11 years ago
7d2c74e
Add C binding documentation page
by Laurens Van Houtven
· 11 years ago
38ca9d2
Fix dsa.py comment style
by Laurens Van Houtven
· 11 years ago
557df1c
Fix dh.py comment style
by Laurens Van Houtven
· 11 years ago
b184ab4
Fix common_cryptor.py comment style
by Laurens Van Houtven
· 11 years ago
6f92af7
Fix err.py comment style
by Laurens Van Houtven
· 11 years ago
f5491cd
Fix nid.py comment style
by Laurens Van Houtven
· 11 years ago
83a5364
Fix cms.py comment style
by Laurens Van Houtven
· 11 years ago
517eb53
Make the evp.py comment a full sentence
by Laurens Van Houtven
· 11 years ago
Next »