Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | free PKCS8_PRIV_KEY_INFO * and reuse membio for der loading | Paul Kehrer | 2015-02-22 | 2 | -8/+12 |
| | |||||
* | fix docs for unsupportedalgorithm exception (thanks nitpicky) | Paul Kehrer | 2015-02-19 | 1 | -2/+2 |
| | |||||
* | move gc above potential exception | Paul Kehrer | 2015-02-19 | 1 | -2/+2 |
| | |||||
* | add examples | Paul Kehrer | 2015-02-19 | 1 | -0/+41 |
| | |||||
* | support DER public and private key loading in the openssl backend | Paul Kehrer | 2015-02-19 | 6 | -5/+410 |
| | |||||
* | Merge pull request #1680 from alex/simplification | Paul Kehrer | 2015-02-19 | 1 | -1/+1 |
|\ | | | | | Simplify x509.Name.get_attributes_for_oid | ||||
| * | Simplify x509.Name.get_attributes_for_oid | Alex Gaynor | 2015-02-19 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1679 from reaperhulk/libre-support | Alex Gaynor | 2015-02-19 | 6 | -15/+65 |
|\ | | | | | LibreSSL support | ||||
| * | move some compression things around for libre | Paul Kehrer | 2015-02-19 | 1 | -4/+15 |
| | | |||||
| * | move COMP_METHOD define and change to typedef for libre | Paul Kehrer | 2015-02-19 | 1 | -8/+8 |
| | | |||||
| * | Update changelog for LibreSSL fixes | Steven McDonald | 2015-02-19 | 1 | -0/+1 |
| | | | | | | | | | | This changelog entry represents the previous three commits, which all fix compile- or test-time problems running against LibreSSL. | ||||
| * | Allow the OpenSSL version string to begin with LibreSSL | Steven McDonald | 2015-02-19 | 1 | -3/+6 |
| | | | | | | | | | | LibreSSL aims to be source-compatible with OpenSSL, so there is no good reason to fail this test simply because the name has changed. | ||||
| * | Disable features exclusive to newer OpenSSL when using LibreSSL | Steven McDonald | 2015-02-19 | 1 | -2/+2 |
| | | | | | | | | | | Some features added to newer OpenSSL versions are absent in LibreSSL, so don't mark these as present if LIBRESSL_VERSION_NUMBER is defined. | ||||
| * | Define COMP_METHOD when building against LibreSSL | Steven McDonald | 2015-02-19 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | LibreSSL no longer uses compression in ssl.h, so the case that was formerly activated by defining OPENSSL_NO_COMP is now the default, and COMP_METHOD isn't defined (it's defined in comp.h, but that's no longer included by ssl.h). In order to make all the type definitions here line up with what's actually in LibreSSL's ssl.h, define COMP_METHOD as void. This definition is still compatible with the later type declaration in ssl.py: typedef ... COMP_METHOD; | ||||
| * | conditionally bind cryptodev engine for LibreSSL | Paul Kehrer | 2015-02-19 | 1 | -2/+14 |
| | | |||||
| * | conditionally bind EGD for libressl | Paul Kehrer | 2015-02-19 | 1 | -4/+19 |
| | | |||||
* | | Merge pull request #1676 from alex/more-https | Paul Kehrer | 2015-02-19 | 1 | -1/+1 |
|\ \ | |/ |/| | This link is also HTTPS | ||||
| * | This link is also HTTPS | Alex Gaynor | 2015-02-18 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1672 from alex/https-all-the-things | Paul Kehrer | 2015-02-18 | 2 | -2/+2 |
|\ | | | | | Use HTTPS for a few URLs in the docs that support it | ||||
| * | Use HTTPS for a few URLs in the docs that support it | Alex Gaynor | 2015-02-17 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #1671 from alex/update-link | Paul Kehrer | 2015-02-17 | 1 | -1/+1 |
|\ | | | | | Fixed a link that the EFF moved | ||||
| * | Fixed a link that the EFF moved | Alex Gaynor | 2015-02-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1670 from reaperhulk/pypy25 | Alex Gaynor | 2015-02-17 | 1 | -2/+2 |
|\ \ | |/ |/| | use pypy 2.5 on our os x builders | ||||
| * | use pypy 2.5 on our os x builders | Paul Kehrer | 2015-02-17 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1668 from reaperhulk/move-kdf-interfaces | Alex Gaynor | 2015-02-17 | 7 | -63/+92 |
|\ \ | | | | | | | move KDF interface | ||||
| * | | move KDF interface | Paul Kehrer | 2015-02-16 | 7 | -63/+92 |
| |/ | |||||
* | | Merge pull request #1667 from alex/update-url | Paul Kehrer | 2015-02-17 | 1 | -1/+1 |
|\ \ | |/ |/| | Fixed URL in the docs | ||||
| * | Fixed URL in the docs | Alex Gaynor | 2015-02-16 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1666 from reaperhulk/move-asym-interfaces | Alex Gaynor | 2015-02-16 | 12 | -74/+122 |
|\ | | | | | move asymmetric signature/verification interfaces | ||||
| * | move asymmetric signature interface docs | Paul Kehrer | 2015-02-16 | 2 | -31/+34 |
| | | |||||
| * | move asymmetric signature/verification interfaces | Paul Kehrer | 2015-02-16 | 11 | -74/+119 |
|/ | |||||
* | Merge pull request #1665 from reaperhulk/move-asym-padding-interface | Alex Gaynor | 2015-02-16 | 9 | -38/+58 |
|\ | | | | | move asymmetric padding interface to primitives.asymmetric.padding | ||||
| * | add changelog entry | Paul Kehrer | 2015-02-16 | 1 | -0/+4 |
| | | |||||
| * | move asymmetric padding interface to primitives.asymmetric.padding | Paul Kehrer | 2015-02-16 | 8 | -38/+54 |
|/ | |||||
* | Merge pull request #1659 from reaperhulk/move-cipher-interfaces | Alex Stapleton | 2015-02-16 | 19 | -338/+466 |
|\ | | | | | Move cipher and mode interfaces | ||||
| * | export interfaces from base in ciphers, update docs | Paul Kehrer | 2015-02-14 | 12 | -59/+66 |
| | | |||||
| * | fix docs links | Paul Kehrer | 2015-02-13 | 2 | -3/+3 |
| | | |||||
| * | move padding | Paul Kehrer | 2015-02-13 | 5 | -21/+59 |
| | | |||||
| * | move cipher and mode interfaces | Paul Kehrer | 2015-02-13 | 15 | -311/+394 |
| | | |||||
* | | Merge pull request #1664 from alex/flake8 | Alex Stapleton | 2015-02-16 | 2 | -9/+10 |
|\ \ | | | | | | | Fixed new flake8 warnings from teh latest version | ||||
| * | | Fixed new flake8 warnings from teh latest version | Alex Gaynor | 2015-02-15 | 2 | -9/+10 |
|/ / | |||||
* | | Merge pull request #1612 from reaperhulk/x509-dn | Alex Gaynor | 2015-02-14 | 6 | -0/+323 |
|\ \ | |/ |/| | X509 distinguished name parsing support in the OpenSSL backend | ||||
| * | update docs | Paul Kehrer | 2015-02-14 | 1 | -1/+1 |
| | | |||||
| * | simplify things based on review feedback | Paul Kehrer | 2015-02-14 | 4 | -22/+12 |
| | | |||||
| * | update buffer length for OBJ_obj2txt | Paul Kehrer | 2015-02-13 | 1 | -1/+3 |
| | | |||||
| * | make x509.Name iterable and address other review feedback | Paul Kehrer | 2015-02-13 | 4 | -23/+39 |
| | | |||||
| * | refactor x509.Name to use get_attributes_by_oid | Paul Kehrer | 2015-02-12 | 4 | -303/+12 |
| | | |||||
| * | X509 distinguished name parsing support in the OpenSSL backend | Paul Kehrer | 2015-02-12 | 5 | -0/+606 |
| | | |||||
* | | Merge pull request #1658 from reaperhulk/move-hash-interfaces | Alex Gaynor | 2015-02-13 | 22 | -154/+182 |
|\ \ | | | | | | | Move hash interfaces | ||||
| * | | add changelog entry | Paul Kehrer | 2015-02-13 | 1 | -0/+4 |
| | | |