Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
fa52e6a9e2301d2f2a824d42aa2379a7b0dea12b
fa52e6a
Updated vectors documentation
by Ayrx
· 11 years ago
40afce0
Fixed wrong vectors
by Ayrx
· 11 years ago
1d6b77b
More vectors
by Ayrx
· 11 years ago
5af6f1b
Added test vectors for AES-CMAC
by Ayrx
· 11 years ago
ec53c71
Merge pull request #909 from reaperhulk/doc-improvements
by Alex Gaynor
· 11 years ago
36b15c3
some small doc fixes
by Paul Kehrer
· 11 years ago
fae681c
Merge pull request #904 from reaperhulk/seed-bespoke-vectors
by Donald Stufft
· 11 years ago
f62953a
Merge pull request #907 from reaperhulk/move-rsa-blinding
by Donald Stufft
· 11 years ago
cb7285b
Merge pull request #906 from reaperhulk/free-some-stuff
by Donald Stufft
· 11 years ago
10a2fa4
linkify another thing
by Paul Kehrer
· 11 years ago
8eda85f
move RSA blinding to rsa_cdata creation methods rather than evp_pkey
by Paul Kehrer
· 11 years ago
4653af0
Free some pkey ctxes we were leaking
by Paul Kehrer
· 11 years ago
af420bd
add headers to seed-cfb/seed-ofb files
by Paul Kehrer
· 11 years ago
b64162c
Merge pull request #905 from reaperhulk/fix-900
by Donald Stufft
· 11 years ago
0d5503a
Rearrange some EC stuff to be bound to the right ifdefs. fixes #900
by Paul Kehrer
· 11 years ago
d4b475a
botan is just as much of a word as openssl
by Paul Kehrer
· 11 years ago
6d8f9b0
add SEED CFB/OFB bespoke vectors and documentation
by Paul Kehrer
· 11 years ago
fb201e9
Merge pull request #903 from reaperhulk/seed-ecb-vectors
by David Reid
· 11 years ago
0ceb469
Merge pull request #901 from Ayrx/macports-instructions
by Paul Kehrer
· 11 years ago
f0e12ac
add SEED CBC vectors from rfc 4196
by Paul Kehrer
· 11 years ago
1d0f973
add SEED ECB vectors from rfc 4269
by Paul Kehrer
· 11 years ago
1ced5b8
Updated instructions to use a common header for each packager
by Ayrx
· 11 years ago
8f90c83
.rst syntax fix
by Kimmo Parviainen-Jalanko
· 11 years ago
e01e0bf
Added instructions for instalation with OpenSSL from MacPorts
by Kimmo Parviainen-Jalanko
· 11 years ago
a98874b
Merge pull request #896 from alex/rst-syntax
by Paul Kehrer
· 11 years ago
9bcef5e
Merge pull request #897 from alex/no-more-subclasses-jumping-on-the-bed
by Paul Kehrer
· 11 years ago
347fd59
Replace subclassing of six.with_metaclass with a class decorator
by Alex Gaynor
· 11 years ago
d0b06b4
Missing comma, whitespace
by Alex Gaynor
· 11 years ago
eb5b335
Merge pull request #892 from reaperhulk/bn-fix
by Alex Gaynor
· 11 years ago
bfecd12
BN_cmp returns an int, not a BIGNUM *
by Paul Kehrer
· 11 years ago
69b31c4
Merge pull request #891 from public/bn-ctx-binding
by Paul Kehrer
· 11 years ago
c2a2ee0
BN_cmp macro
by Alex Stapleton
· 11 years ago
e45a4b5
BN_CTX bindings
by Alex Stapleton
· 11 years ago
f7484a5
Merge pull request #890 from alex/import-cleanup
by Paul Kehrer
· 11 years ago
cce90d7
Merge pull request #889 from public/more-ec-bindings
by Alex Gaynor
· 11 years ago
6b090e8
pep8, irony
by Alex Gaynor
· 11 years ago
07c4dcc
Some cleanups to imports
by Alex Gaynor
· 11 years ago
4fdd3e7
Bindings for more EC stuff
by Alex Stapleton
· 11 years ago
6abaf40
Merge pull request #739 from skeuomorf/dsa-backend
by Paul Kehrer
· 11 years ago
29474ac
Add docs for DSA parameters and key generation
by Mohammed Attia
· 11 years ago
97c27c6
Add DSABackend
by Mohammed Attia
· 11 years ago
509343e
Merge pull request #887 from public/rename-openssl-vectors
by David Reid
· 11 years ago
28b97c0
Rename vectors now we have a name for this format
by Alex Stapleton
· 11 years ago
74c7bc0
Merge pull request #883 from reaperhulk/deprecation-dance
by Alex Gaynor
· 11 years ago
21e7f13
Merge pull request #886 from skeuomorf/rsa-docs
by Alex Gaynor
· 11 years ago
7a574e7
Remove 'Must be at least 512.' statement from RSA's docs
by Mohammed Attia
· 11 years ago
9ac7c1d
Add tests for DSA parameters and key generation
by Mohammed Attia
· 11 years ago
dacefba
Add generation methods and remove the optional arguments from the backend
by Mohammed Attia
· 11 years ago
3254741
deprecation cycle post-release instructions
by Paul Kehrer
· 11 years ago
f877868
DummyMGF needs a _salt_length too
by Paul Kehrer
· 11 years ago
dc378d1
move DeprecatedIn04 to utils, some kwargs changes
by Paul Kehrer
· 11 years ago
c9a8793
address review comments
by Paul Kehrer
· 11 years ago
ba98745
move salt_length from MGF1 to PSS and start deprecation cycle
by Paul Kehrer
· 11 years ago
5b2bf92
Merge pull request #884 from reaperhulk/post-release-tasks
by Alex Gaynor
· 11 years ago
e64a5c0
Merge pull request #882 from alex/book
by Paul Kehrer
· 11 years ago
3bcd3e0
some updates to please the spellchecker
by Paul Kehrer
· 11 years ago
82cf1ba
Merge pull request #885 from exarkun/X509_STORE_CTX-paraphernalia
by Alex Gaynor
· 11 years ago
4d6342c
Bind a few APIs related to X509_STORE_CTX structures.
by Jean-Paul Calderone
· 11 years ago
ff26c74
add new post-release tasks section to help release managers
by Paul Kehrer
· 11 years ago
1bcad7b
Recommend @lvh's book
by Alex Gaynor
· 11 years ago
e43360f
Merge pull request #872 from saschpe/master-platlib-installation
by Donald Stufft
· 11 years ago
53a8124
Merge pull request #880 from public/ed25519-vectors
by Alex Gaynor
· 11 years ago
833a8ea
Update docs
by Alex Stapleton
· 11 years ago
89979fa
Ed25519 test vectors
by Alex Stapleton
· 11 years ago
8255ac2
Merge pull request #879 from public/ecdsa-vectors
by Paul Kehrer
· 11 years ago
07c6a39
Update docs
by Alex Stapleton
· 11 years ago
a876337
FIPS 186-3 ECDSA CAVP vectors
by Alex Stapleton
· 11 years ago
65e0c81
FIPS 186-2 ECDSA CAVP vectors
by Alex Stapleton
· 11 years ago
5aefc9f
Add key_size to GC
by Mohammed Attia
· 11 years ago
e3fac5c
Remove validation from the backend since it's already done through the API
by Mohammed Attia
· 11 years ago
3677eaf
Add basic DSA backend methods
by Mohammed Attia
· 11 years ago
550f173
Merge pull request #876 from public/unsupported-algorithm-asym-tags
by Paul Kehrer
· 11 years ago
df16f4a
fix pep8 errors
by Alex Stapleton
· 11 years ago
c549205
Add custom 'install' command class
by Sascha Peilicke
· 11 years ago
976945d
Add _Reasons.UNSUPPORTED_PUBLIC_KEY_ALGORITHM
by Alex Stapleton
· 11 years ago
6216357
Add _Reasons.UNSUPPORTED_MGF
by Alex Stapleton
· 11 years ago
476682a
Merge pull request #869 from skeuomorf/dsa-private-key
by Paul Kehrer
· 11 years ago
230457a
Add DSA private key api, docs and tests
by Mohammed Attia
· 11 years ago
99b0b1f
Merge pull request #870 from skeuomorf/dsa-public-key
by Paul Kehrer
· 11 years ago
3b1e6e4
Merge pull request #871 from Ayrx/add-skip-test
by Alex Gaynor
· 11 years ago
ed63a79
Add test skip if interfaces.Mode is not supported
by Ayrx
· 11 years ago
5b50613
Add DSA public key api, docs and tests
by Mohammed Attia
· 11 years ago
a7f6edf
Merge pull request #868 from skeuomorf/dsa-parameters
by Paul Kehrer
· 11 years ago
323ef6c
Merge pull request #867 from public/ecdsa-bindings
by Paul Kehrer
· 11 years ago
24171cc
Add DSA parameters api, docs and tests
by Mohammed Attia
· 11 years ago
5821404
ECDSA bindings
by Alex Stapleton
· 11 years ago
ea5d736
Merge pull request #866 from reaperhulk/expand-pkcs1-loader
by Alex Gaynor
· 11 years ago
90f380d
Merge pull request #865 from reaperhulk/new-evp-pkey-functions
by Alex Gaynor
· 11 years ago
b9060a2
workaround 0.9.8 madness by creating our own madness
by Paul Kehrer
· 11 years ago
3fe9150
expand pkcs1 loader to support OAEP as well
by Paul Kehrer
· 11 years ago
0a62ae1
add EVP_PKEY encrypt/decrypt functions
by Paul Kehrer
· 11 years ago
493c9bd
Merge pull request #864 from public/code-review-docs
by Paul Kehrer
· 11 years ago
a678ae0
Make code review docs friendlier
by Alex Stapleton
· 11 years ago
50b23b0
Merge pull request #863 from reaperhulk/add-key-fingerprint
by Alex Gaynor
· 11 years ago
ef38dc6
add my key fingerprint since I've signed a few releases with it
by Paul Kehrer
· 11 years ago
a32dfde
Merge pull request #857 from Lukasa/master
by Paul Kehrer
· 11 years ago
9341ddc
Remove extraneous spaces.
by Cory Benfield
· 11 years ago
8446827
Merge pull request #860 from reaperhulk/add-some-test-dep-notes
by Alex Gaynor
· 11 years ago
7ad18bc
add some comments to note the duplication between setup.py and tox.ini
by Paul Kehrer
· 11 years ago
73ea1ff
Add NPN functions.
by Cory Benfield
· 11 years ago
Next »