Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
d12bd10e35116575c5a1a3cabb31484b76c15837
/
docs
/
development
6abe567
Merge pull request #1836 from public/rfc5114-dh
by Paul Kehrer
· 10 years ago
91ca343
DH examples from https://tools.ietf.org/rfc/rfc5114.txt
by Alex Stapleton
· 10 years ago
542f4e5
IDNA and edge case SAN test vectors
by Paul Kehrer
· 10 years ago
0958641
remove python 3.2 from every other place I could find
by Paul Kehrer
· 10 years ago
c88bce5
add key usage vector with all 9 purposes set to true
by Paul Kehrer
· 10 years ago
0c518be
add SAN CSR vectors
by Paul Kehrer
· 10 years ago
89e4c95
add DER CSR vectors
by Paul Kehrer
· 10 years ago
2e3c709
add X509 SAN extension vectors
by Paul Kehrer
· 10 years ago
f5ac6c6
add unsupported extension marked critical
by Paul Kehrer
· 10 years ago
b2e6c83
add unsupported extension x509 test vector
by Paul Kehrer
· 10 years ago
d1ed673
add new basic constraints vector with path length zero
by Paul Kehrer
· 10 years ago
427bcf0
Merge pull request #1759 from reaperhulk/aes-keywrap-vectors
by Alex Gaynor
· 10 years ago
e0eafaa
add 3 new certificate vectors for upcoming basic constraints tests
by Paul Kehrer
· 10 years ago
16430f9
add keywrap test vectors from NIST
by Paul Kehrer
· 10 years ago
3efbf49
Updated one more gitorious link
by Alex Gaynor
· 10 years ago
dac86a9
gitorious is no longer a thing so gnutls is now hosted by gitlab
by Paul Kehrer
· 10 years ago
0be6ddc
Merge pull request #1714 from reaperhulk/asymmetric-public-vectors
by Alex Stapleton
· 10 years ago
6d97742
DER conversion of PKCS1 rsa.pub.pem
by Paul Kehrer
· 10 years ago
b07a0c9
add RSA/DSA PKCS1 public keys
by Paul Kehrer
· 10 years ago
5e9a8a3
Update OpenSSL test vector link to point at Github repository
by Paul Kehrer
· 10 years ago
ff2167a
move x509 request vector docs to a new section
by Paul Kehrer
· 10 years ago
62bd386
add X509 request custom vectors
by Paul Kehrer
· 10 years ago
c2fe5e2
remove IBM link and replace with smartbear PDF link
by Paul Kehrer
· 10 years ago
2b6ba0c
document vector provenance
by Paul Kehrer
· 10 years ago
b01622d
add legacy Verisign PCA (MD2) root to vectors
by Paul Kehrer
· 10 years ago
6392b4b
add utf8 certificate
by Paul Kehrer
· 11 years ago
1207d15
wrap a thing
by Paul Kehrer
· 11 years ago
2221720
add two custom certificates for x509 name parsing tests
by Paul Kehrer
· 11 years ago
3cf1766
Fixed the paths in the go cast verifier.
by Alex Gaynor
· 11 years ago
4b8abc3
fix path mistake
by Paul Kehrer
· 11 years ago
10831a0
add DER asymmetric keys
by Paul Kehrer
· 11 years ago
a36661e
fix a doc8 violation
by Paul Kehrer
· 11 years ago
a673dcc
document DSA keys we added long ago
by Paul Kehrer
· 11 years ago
0498d4c
provide paths from the cryptography vectors root for custom asym vectors
by Paul Kehrer
· 11 years ago
c5e9ce0
Merge pull request #1498 from reaperhulk/x509-more-vectors
by Alex Stapleton
· 11 years ago
be42d09
Merge pull request #1519 from alex/class-naming
by Paul Kehrer
· 11 years ago
a850c61
rename DSA test vector certificate to be more clear
by Paul Kehrer
· 11 years ago
e9df294
Use HTTPS for a number of URLs in the docs
by Alex Gaynor
· 11 years ago
ee1d96c
Fixes #1518 -- document the captilazation of lcass names
by Alex Gaynor
· 11 years ago
d317bae
add ECDSA certificate that does not have a named curve OID
by Paul Kehrer
· 11 years ago
836955f
update docs to fix #1481
by Paul Kehrer
· 11 years ago
ebc2650
add several new x509 test vectors
by Paul Kehrer
· 11 years ago
bab4e39
add NIST PKITS X.509 vectors
by Paul Kehrer
· 11 years ago
899c3ac
Update docs
by Alex Gaynor
· 11 years ago
5951f46
Update the license header for every source file, as well as the documentation.
by Alex Gaynor
· 11 years ago
fda9247
Refs #1209 -- clearly state the licensing requirements in the docs
by Alex Gaynor
· 11 years ago
b525adf
add an ignore path for doc8 + fix a long line causing failures
by Paul Kehrer
· 11 years ago
9f7ad19
small cleanup to docs
by Paul Kehrer
· 11 years ago
59f7219
Update test-vectors.rst
by michael-hart
· 11 years ago
23fef0a
NIST KASVS values for DH and ECDH
by Alex Stapleton
· 11 years ago
2ac8778
add note about enchant dependency for spellcheck in docs
by Paul Kehrer
· 11 years ago
cefcf2d
Wrap a long line (seriously, why is doc8 not catching these)
by Alex Gaynor
· 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
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
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
96fb533
Fix other typo and use doc link instead
by Nic Young
· 11 years ago
87aae81
Fixed typo
by Nic Young
· 11 years ago
2e8aa56
Add link about installation depdencies
by Nic Young
· 11 years ago
813b294
add information about building docs to getting started
by Paul Kehrer
· 11 years ago
40bf0a1
More line wrapping
by Alex Gaynor
· 11 years ago
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
36b15c3
some small doc fixes
by Paul Kehrer
· 11 years ago
10a2fa4
linkify another thing
by Paul Kehrer
· 11 years ago
6d8f9b0
add SEED CFB/OFB bespoke vectors and documentation
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
833a8ea
Update docs
by Alex Stapleton
· 11 years ago
07c6a39
Update docs
by Alex Stapleton
· 11 years ago
a678ae0
Make code review docs friendlier
by Alex Stapleton
· 11 years ago
a39a319
Move cryptography.vectors to cryptography_vectors
by Alex Stapleton
· 11 years ago
4db32f7
a few more import order fixes for upcoming flake8-import-order
by Paul Kehrer
· 11 years ago
c5fffd3
Standardise on sentence case for titles
by Alex Stapleton
· 11 years ago
3f6d7e7
fix vector generation/verification scripts for IDEA
by Paul Kehrer
· 11 years ago
c99c214
Merge pull request #396 from reaperhulk/idea-bespoke-vectors
by Hynek Schlawack
· 11 years ago
24d5db8
style fixes
by Paul Kehrer
· 11 years ago
a5f0037
close the open files in generate/verify
by Paul Kehrer
· 11 years ago
c37feed
Added future imports and licenses that are missing
by Alex Gaynor
· 11 years ago
ae28ca2
update headers, add verification code
by Paul Kehrer
· 11 years ago
bf2a9d9
Merge branch 'master' into idea-bespoke-vectors
by Paul Kehrer
· 11 years ago
8566cac
Merge pull request #723 from reaperhulk/nist-rsa-vectors
by Alex Gaynor
· 11 years ago
7f0039c
add vector sources
by Paul Kehrer
· 11 years ago
f791410
add vector source data for IDEA ECB to docs
by Paul Kehrer
· 11 years ago
e7da0ab
DSA test vector docs
by Alex Stapleton
· 11 years ago
75e72ea
Added vectors for scrypt from the draft RFC
by Alex Gaynor
· 11 years ago
5b6ce2a
some style fixes suggested by pep8-naming
by Paul Kehrer
· 11 years ago
abec8a1
Document PKCS #8 key sources
by Alex Stapleton
· 11 years ago
Next »