Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add RSA OAEP SHA2 vectors via custom vector creation (#2829) | Paul Kehrer | 2016-06-02 | 4 | -0/+600 |
| | | | | | | | | | | | | | | | | | | | | | | | | * add RSA OAEP SHA2 vectors via custom vector creation * update the docs * retab * remove sha2 oaep support (it will be added again in another PR) * add header to each vector file * Add Java 8 Bouncy Castle based verification of RSA-OAEP SHA-2 test vectors (#4) * Update Java verifier to skip past test vector file header if present (#5) * Update Java verifier to skip past test vector file header if present * Fix tabs vs. space whitespace * generate sha1 oaep permutations as well + verify support in java * address review feedback | ||||
* | NIST SP 800-108 Counter Mode KDF (#2748) | Jared | 2016-05-29 | 1 | -0/+150 |
| | | | | | | | | | | | | | | | | | | * NIST SP 800-108 Counter Mode and Feedback Mode KDF * CounterKDF unit tests * Refactor to support multiple key based KDF modes. * Extracting supported algorithms for KBKDF Counter Mode test vectors * Adding support for different rlen and counter location in KBKDF * support for multiple L lengths and 24 bit counter length. * Adding KBKDF Documentation. * Refactoring KBKDF to KBKDFHMAC to describe hash algorithm used. | ||||
* | Fixed #2859 -- document that SHA-1 is the worst (#2925) | Alex Gaynor | 2016-05-29 | 1 | -1/+3 |
| | | | | | | * Fixed #2859 -- document that SHA-1 is the worst * words words words | ||||
* | Fixed #2871 -- position docs next to the fucntion they are for (#2924) | Alex Gaynor | 2016-05-29 | 1 | -26/+26 |
| | |||||
* | Update URLs for new RTD domain (#2879) | Alex Gaynor | 2016-04-28 | 4 | -5/+5 |
| | |||||
* | Update getting-started.rst to clarify OS X Homebrew pip install (#2876) | Chris Collis | 2016-04-23 | 1 | -3/+31 |
| | | | | | | | | | | | | | | | | * Update getting-started.rst to clarify OS X Homebrew pip install On OS X El Capitan following the current instructions fails with fatal error: 'openssl/opensslv.h' file not found on pip install -r dev-requirements.txt; this change adds to the instructions to clarify that CFLAGS and LDFLAGS may need to be set. I based this on the instructions in the Installation page. * Address reaperhulk comments, OpenSSL must be installed. Clarify that OpenSSL must be installed via Homebrew or MacPorts and how to build statically. * Make Homebrew, MacPorts, OpenSSL links * Fix doc errors and improve overall flow Insert tip about tox needing the same flags Make console example multi-line so that pip install is visible Change heading levels to allow OS X sub-section | ||||
* | Make a paragraph slightly more clear (#2874) | Alex Gaynor | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Use HTTPS for a link in our docs (#2869) | Alex Gaynor | 2016-04-09 | 1 | -1/+1 |
| | |||||
* | Add vectors for unkeyed blake2s and blake2b. (#2867) | Terry Chia | 2016-04-09 | 1 | -0/+2 |
| | | | | | | | | | | * Add vectors for unkeyed blake2s and blake2b. * Add short note describing source of vectors. * Add link to OpenSSL repository. * Amend docs. | ||||
* | add a note on the install page about pip versioning on OS X | Paul Kehrer | 2016-03-20 | 1 | -1/+6 |
| | | | | and update the pip version needed to get wheels | ||||
* | two seperate sentences | Alex Gaynor | 2016-03-19 | 1 | -1/+1 |
| | |||||
* | update installation.rst | Alex Gaynor | 2016-03-19 | 1 | -2/+2 |
| | |||||
* | Mention CRYPTOGRAPHY_ALLOW_OPENSSL_098 in the FAQ | Alex Gaynor | 2016-03-19 | 1 | -0/+13 |
| | |||||
* | Merge pull request #2736 from cedk/ANSI_X.923 | Paul Kehrer | 2016-03-16 | 1 | -0/+45 |
|\ | | | | | Added support for padding ANSI X.923 | ||||
| * | Add version in the doc | Cédric Krier | 2016-03-15 | 1 | -0/+2 |
| | | |||||
| * | Add wikipedia link to ANSI X.923 | Cédric Krier | 2016-02-27 | 1 | -4/+6 |
| | | |||||
| * | Added support for padding ANSI X.923 | Cédric Krier | 2016-02-27 | 1 | -0/+41 |
| | | |||||
* | | Merge pull request #2773 from jared-mess/test-vectors-NIST-800-108-counter-mode | Paul Kehrer | 2016-03-15 | 1 | -0/+2 |
|\ \ | | | | | | | NIST SP 800-108 Counter Mode KDF test vectors. | ||||
| * | | Fixing line > 79 characters, PEP8 | Jared Messenger | 2016-03-14 | 1 | -1/+2 |
| | | | |||||
| * | | NIST SP 800-108 Counter Mode KDF test vectors. | Jared Messenger | 2016-03-07 | 1 | -0/+1 |
| | | | | | | | | | | | | NIST CAVP test vectors for Counter Mode KDF using HMAC-SHA1, HMAC-SHA224, HMAC-SHA256 and HMAC-SHA512 as the PRF. | ||||
* | | | rephrase | Alex Gaynor | 2016-03-14 | 1 | -1/+2 |
| | | | |||||
* | | | typo fix | Alex Gaynor | 2016-03-14 | 1 | -1/+1 |
| | | | |||||
* | | | Fixes #2301 -- write a tutorial on generating self-signed certificates | Alex Gaynor | 2016-03-14 | 1 | -0/+67 |
| | | | |||||
* | | | add more language | Paul Kehrer | 2016-03-12 | 1 | -0/+4 |
| | | | |||||
* | | | add two faq entries for common errors | Paul Kehrer | 2016-03-12 | 1 | -0/+15 |
| | | | |||||
* | | | Merge pull request #2813 from reaperhulk/fix-2758 | Alex Gaynor | 2016-03-12 | 1 | -0/+38 |
|\ \ \ | | | | | | | | | Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier | ||||
| * | | | add some notes about when to use these classmethods | Paul Kehrer | 2016-03-12 | 1 | -0/+12 |
| | | | | |||||
| * | | | Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier | Paul Kehrer | 2016-03-11 | 1 | -0/+26 |
| | | | | |||||
* | | | | add e-trust russian x509 test vector | Paul Kehrer | 2016-03-11 | 1 | -0/+4 |
|/ / / | |||||
* | | | le sigh | Alex Gaynor | 2016-03-09 | 1 | -1/+1 |
| | | | |||||
* | | | move links to the bottom | Alex Gaynor | 2016-03-09 | 1 | -3/+3 |
| | | | |||||
* | | | Fixed #2776 -- added an FAQ on compilation errors on OS X | Alex Gaynor | 2016-03-09 | 1 | -0/+9 |
|/ / | |||||
* | | HTTPS some links, in the odd event users of a cryptographic library would ↵ | Alex Gaynor | 2016-03-06 | 5 | -5/+5 |
| | | | | | | | | care about authentication, integrity, or confidentiality | ||||
* | | Merge pull request #2670 from joernheissler/x509_req_verify | Paul Kehrer | 2016-03-06 | 2 | -2/+10 |
|\ \ | | | | | | | Add verify method on CertificateSigningRequest | ||||
| * | | Change method to property | Joern Heissler | 2016-01-18 | 1 | -5/+2 |
| | | | |||||
| * | | Add verify method on CertificateSigningRequest | Joern Heissler | 2016-01-13 | 2 | -2/+13 |
| | | | |||||
* | | | Merge pull request #2725 from alex/security-docs | Paul Kehrer | 2016-02-28 | 2 | -2/+36 |
|\ \ \ | | | | | | | | | Several updates to our security docs: | ||||
| * | | | Added a word | Alex Gaynor | 2016-02-19 | 1 | -0/+1 |
| | | | | |||||
| * | | | Good clarification from @dstufft | Alex Gaynor | 2016-02-19 | 1 | -2/+2 |
| | | | | |||||
| * | | | spelling | Alex Gaynor | 2016-02-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Several updates to our security docs: | Alex Gaynor | 2016-02-19 | 1 | -2/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Document what we consider a vulnerability - Update my prefered PGP key identifier - Clarify that we only provide security support for the most recent release (this has empirically been true for all of our releases | ||||
* | | | | Delete a bunch of commented out defaults in docs/conf.py | Alex Gaynor | 2016-02-27 | 1 | -100/+0 |
| | | | | |||||
* | | | | add another policy constraints test vector | Paul Kehrer | 2016-02-27 | 1 | -0/+2 |
| |_|/ |/| | | |||||
* | | | Merge pull request #2733 from reaperhulk/policy-constraints | Alex Gaynor | 2016-02-26 | 1 | -0/+44 |
|\ \ \ | | | | | | | | | add policy constraints class | ||||
| * | | | try to improve the language | Paul Kehrer | 2016-02-26 | 1 | -10/+8 |
| | | | | |||||
| * | | | fix docs | Paul Kehrer | 2016-02-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | add the oid required by the extensiontype interface | Paul Kehrer | 2016-02-26 | 1 | -0/+6 |
| | | | | |||||
| * | | | add policy constraints class | Paul Kehrer | 2016-02-26 | 1 | -0/+40 |
| | | | | |||||
* | | | | Document the vector | Alex Gaynor | 2016-02-26 | 1 | -0/+3 |
| |/ / |/| | | |||||
* | | | Make the linkcheck builder more resillient against transient network errors. | Alex Gaynor | 2016-02-13 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | Not in a release yet, but landed on master: https://github.com/sphinx-doc/sphinx/pull/2312 We'll start at 2 retries and increase if it turns out to be insufficient to handle real world transient errors. |