Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Last pass over fixing the links (#3224) | Alex Gaynor | 2016-11-06 | 3 | -3/+3 | |
| | ||||||
* | Use the canonical host for two urls on the OpenSSL website (#3219) | Alex Gaynor | 2016-11-06 | 1 | -1/+1 | |
| | ||||||
* | Clarified Windows development installation and docd upstream enchant bug (#3128) | Nick Badger | 2016-09-03 | 1 | -3/+13 | |
| | | | | | | | | * Clarified Windows development installation and doc'd upstream enchant bug * Fixed whitespace problems * Fixed merge resolution mistake | |||||
* | Add recommendation about terminology (#3079) | Gabriel Orisaka | 2016-08-02 | 1 | -0/+5 | |
| | ||||||
* | Random grammar stuff (#2955) | Alex Gaynor | 2016-06-02 | 2 | -2/+2 | |
| | ||||||
* | 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 | |||||
* | Update URLs for new RTD domain (#2879) | Alex Gaynor | 2016-04-28 | 1 | -1/+1 | |
| | ||||||
* | 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 | |||||
* | 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. | |||||
* | 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. | |||||
* | | add e-trust russian x509 test vector | Paul Kehrer | 2016-03-11 | 1 | -0/+4 | |
|/ | ||||||
* | HTTPS some links, in the odd event users of a cryptographic library would ↵ | Alex Gaynor | 2016-03-06 | 1 | -1/+1 | |
| | | | | care about authentication, integrity, or confidentiality | |||||
* | Merge pull request #2670 from joernheissler/x509_req_verify | Paul Kehrer | 2016-03-06 | 1 | -2/+4 | |
|\ | | | | | Add verify method on CertificateSigningRequest | |||||
| * | Add verify method on CertificateSigningRequest | Joern Heissler | 2016-01-13 | 1 | -2/+4 | |
| | | ||||||
* | | add another policy constraints test vector | Paul Kehrer | 2016-02-27 | 1 | -0/+2 | |
| | | ||||||
* | | Document the vector | Alex Gaynor | 2016-02-26 | 1 | -0/+3 | |
|/ | ||||||
* | update some links with the redirects shown in the linkchecker | Paul Kehrer | 2016-01-01 | 1 | -2/+2 | |
| | ||||||
* | new unsupported extension x509 test vector | Paul Kehrer | 2015-12-30 | 1 | -0/+4 | |
| | | | | see #2288 | |||||
* | add new CRL test vector | Paul Kehrer | 2015-12-22 | 1 | -0/+3 | |
| | ||||||
* | support CRLs with no revoked certificates | Paul Kehrer | 2015-12-20 | 1 | -0/+1 | |
| | ||||||
* | use the non-deprecated name for this function | Alex Gaynor | 2015-12-19 | 1 | -2/+2 | |
| | ||||||
* | Also include arc4 in the toctree in test vectors | Ehren Kret | 2015-11-28 | 1 | -0/+1 | |
| | ||||||
* | Fix pep8 lint errors | Ehren Kret | 2015-11-28 | 1 | -9/+18 | |
| | ||||||
* | Reference arc4.rst from the test-vectors.rst page | Ehren Kret | 2015-11-28 | 1 | -1/+3 | |
| | ||||||
* | Add support for 160 bit ARC4 keys | Ehren Kret | 2015-11-28 | 3 | -0/+230 | |
| | ||||||
* | add crl file to test-vectors.rst | Erik Trauschke | 2015-10-15 | 1 | -0/+2 | |
| | ||||||
* | Merge pull request #2402 from ddcc/patch-1 | Paul Kehrer | 2015-10-11 | 1 | -0/+6 | |
|\ | | | | | minor fix to handle malformed certificates without hostname | |||||
| * | fix to handle malformed certificates without hostname | Dominic Chen | 2015-10-10 | 1 | -0/+6 | |
| | | ||||||
* | | Fixed #2404 -- handle a certificate with an unknown public key | Alex Gaynor | 2015-10-10 | 1 | -0/+2 | |
|/ | ||||||
* | drop the tls, it uses a weird CA that's not supported on our CI | Alex Gaynor | 2015-10-02 | 1 | -1/+1 | |
| | ||||||
* | a few more fixes | Alex Gaynor | 2015-10-02 | 1 | -2/+2 | |
| | ||||||
* | HTTPS-ifiy to some links | Alex Gaynor | 2015-10-02 | 1 | -1/+1 | |
| | ||||||
* | Add NIST Vectors for ANSI X9.63 KDF | Simo Sorce | 2015-09-18 | 1 | -0/+1 | |
| | | | | | | | Source: http://csrc.nist.gov/groups/STM/cavp/documents/components/800-135testvectors/ansx963_2001.zip Signed-off-by: Simo Sorce <simo@redhat.com> | |||||
* | add intermediate CA vector for future AuthorityKeyIdentifier testing | Paul Kehrer | 2015-08-05 | 1 | -0/+2 | |
| | ||||||
* | add test vector from #2183 | Paul Kehrer | 2015-08-01 | 1 | -0/+2 | |
| | ||||||
* | add SAN ediPartyName and x400Address test vectors | Paul Kehrer | 2015-07-04 | 1 | -0/+5 | |
| | ||||||
* | add name constraints vector with /32 and /128 IP networks | Paul Kehrer | 2015-07-01 | 1 | -0/+3 | |
| | ||||||
* | add more basic name constraints vector | Paul Kehrer | 2015-06-29 | 1 | -1/+9 | |
| | ||||||
* | add new name constraints vector with invalid IP netmask | Paul Kehrer | 2015-06-28 | 1 | -0/+3 | |
| | ||||||
* | add wildcard IDNA SAN | Paul Kehrer | 2015-06-26 | 1 | -0/+3 | |
| | ||||||
* | add wildcard SAN x509 test vector | Paul Kehrer | 2015-06-23 | 1 | -0/+2 | |
| | ||||||
* | Merge pull request #2040 from reaperhulk/policy-constraints-vectors | Alex Gaynor | 2015-06-18 | 1 | -0/+7 | |
|\ | | | | | add x509 policy constraints test vectors | |||||
| * | add x509 policy constraints test vectors | Paul Kehrer | 2015-06-17 | 1 | -0/+7 | |
| | | ||||||
* | | Merge pull request #2043 from reaperhulk/nc-vectors | Alex Gaynor | 2015-06-18 | 1 | -0/+7 | |
|\ \ | | | | | | | add name constraints test vectors | |||||
| * | | add name constraints test vectors | Paul Kehrer | 2015-06-17 | 1 | -0/+7 | |
| |/ | ||||||
* / | add issuer alternative name test vector | Paul Kehrer | 2015-06-17 | 1 | -0/+2 | |
|/ | ||||||
* | add OCSPNoCheck test vector | Paul Kehrer | 2015-06-07 | 1 | -0/+2 | |
| |