Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #1715 from reaperhulk/rsa-pkcs1-public-key | Alex Gaynor | 2015-03-07 | 3 | -11/+51 | |
|\ \ | | | | | | | RSA PKCS1 public key loading support | |||||
| * | | fix a memory leak pointed out by @aftbit and improve changelog phrasing | Paul Kehrer | 2015-03-05 | 2 | -1/+3 | |
| | | | ||||||
| * | | add changelog entry | Paul Kehrer | 2015-03-05 | 1 | -0/+4 | |
| | | | ||||||
| * | | support "PKCS1" RSA public keys | Paul Kehrer | 2015-03-05 | 2 | -11/+45 | |
| | | | ||||||
* | | | Merge pull request #1730 from reaperhulk/update-gitorious-links | Alex Gaynor | 2015-03-06 | 1 | -5/+5 | |
|\ \ \ | | | | | | | | | gitorious is no longer a thing so gnutls is now hosted by gitlab | |||||
| * | | | gitorious is no longer a thing so gnutls is now hosted by gitlab | Paul Kehrer | 2015-03-06 | 1 | -5/+5 | |
| |/ / | ||||||
* | | | Merge pull request #1728 from public/bind-check-pubkey | Paul Kehrer | 2015-03-06 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Add DH_check_pub_key binding | |||||
| * | | | Add DH_check_pub_key binding | Alex Stapleton | 2015-03-06 | 1 | -0/+1 | |
| |/ / | ||||||
* | | | Merge pull request #1723 from public/strict-bn-int | Alex Gaynor | 2015-03-06 | 1 | -0/+2 | |
|\ \ \ | | | | | | | | | Stricter asserts on _bn_to_int and _int_to_bn | |||||
| * | | | Stricter asserts on _bn_to_int and _int_to_bn | Alex Stapleton | 2015-03-06 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | Helped me catch my terrible programming when working on DH | |||||
* | | | | Merge pull request #1725 from public/dh-bindings-2015 | Alex Gaynor | 2015-03-06 | 2 | -0/+8 | |
|\ \ \ \ | |_|/ / |/| | | | Additional DH bindings | |||||
| * | | | Additional DH bindings | Alex Stapleton | 2015-03-06 | 2 | -0/+8 | |
| |/ / | ||||||
* | | | Merge pull request #1712 from reaperhulk/serialize-dsa-private-key | Alex Gaynor | 2015-03-05 | 6 | -12/+268 | |
|\ \ \ | | | | | | | | | serialize DSA private keys | |||||
| * | | | serialize DSA private keys | Paul Kehrer | 2015-03-02 | 6 | -12/+268 | |
| | | | | ||||||
* | | | | Merge pull request #1724 from reaperhulk/windows-102-changelog | Alex Gaynor | 2015-03-05 | 1 | -0/+1 | |
|\ \ \ \ | |_|/ / |/| | | | Update changelog for Windows wheel OpenSSL version | |||||
| * | | | Windows wheels will now be built against OpenSSL 1.0.2 | Paul Kehrer | 2015-03-05 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Merge pull request #1714 from reaperhulk/asymmetric-public-vectors | Alex Stapleton | 2015-03-04 | 4 | -1/+19 | |
|\ \ \ | | | | | | | | | add RSA/DSA PKCS1 public keys | |||||
| * | | | DER conversion of PKCS1 rsa.pub.pem | Paul Kehrer | 2015-03-02 | 2 | -2/+3 | |
| | | | | ||||||
| * | | | add RSA/DSA PKCS1 public keys | Paul Kehrer | 2015-03-02 | 3 | -1/+18 | |
| |/ / | | | | | | | | | | | | | | | | unenc-rsa-pkcs8.pub.pem is PEM PKCS1 formatted public key converted from the subjectPublicKeyInfo version dsa.pub.pem is the DSA key from the ruby OpenSSL tests | |||||
* | | | Merge pull request #1719 from alex/fix-link | Paul Kehrer | 2015-03-03 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fixed URL that changed in docs | |||||
| * | | | Fixed URL that changed in docs | Alex Gaynor | 2015-03-03 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #1720 from reaperhulk/gcc-old-openssl-match-made-in-hell | Alex Gaynor | 2015-03-03 | 2 | -3/+4 | |
|\ \ \ \ | | | | | | | | | | | Revert "simplify our DSA parameter copying" | |||||
| * | | | | Revert "simplify our DSA parameter copying" | Paul Kehrer | 2015-03-03 | 2 | -3/+4 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 900657823720f377f81825d0190b5bf64780982b. Turns out the way this macro is defined in older OpenSSLs does not play nice with older gcc. See: https://rt.openssl.org/Ticket/Display.html?id=1546&user=guest&pass=guest | |||||
* | | | | Merge pull request #1717 from reaperhulk/dsa-use-params-dup | Alex Gaynor | 2015-03-03 | 2 | -4/+3 | |
|\ \ \ \ | |/ / / |/| | | | simplify our DSA parameter copying | |||||
| * | | | simplify our DSA parameter copying | Paul Kehrer | 2015-03-03 | 2 | -4/+3 | |
| | | | | ||||||
* | | | | Merge pull request #1716 from Ayrx/move-padding | Paul Kehrer | 2015-03-03 | 3 | -41/+51 | |
|\ \ \ \ | |/ / / |/| | | | Move padding code into .c and .h files. | |||||
| * | | | Fix indentation. | Terry Chia | 2015-03-03 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Move padding code into .c and .h files. | Terry Chia | 2015-03-03 | 3 | -41/+51 | |
|/ / / | ||||||
* | | | Merge pull request #1713 from reaperhulk/openssl-links | Alex Gaynor | 2015-03-02 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Update OpenSSL test vector link to point at Github repository | |||||
| * | | Update OpenSSL test vector link to point at Github repository | Paul Kehrer | 2015-03-02 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #1709 from reaperhulk/serialize-ec-private-key | Alex Gaynor | 2015-03-02 | 7 | -11/+284 | |
|\ \ | | | | | | | Serialize EC private keys | |||||
| * | | add changelog entry | Paul Kehrer | 2015-03-02 | 1 | -0/+8 | |
| | | | ||||||
| * | | format to privateformat | Paul Kehrer | 2015-03-02 | 2 | -11/+14 | |
| | | | ||||||
| * | | skip those tests if ec unsupported | Paul Kehrer | 2015-03-01 | 1 | -0/+7 | |
| | | | ||||||
| * | | add support for serialization of EC private keys | Paul Kehrer | 2015-03-01 | 6 | -11/+266 | |
|/ / | ||||||
* | | Merge pull request #1711 from reaperhulk/serialize-format-private-format | Alex Gaynor | 2015-03-01 | 6 | -22/+28 | |
|\ \ | | | | | | | s/Format/PrivateFormat | |||||
| * | | s/Format/PrivateFormat | Paul Kehrer | 2015-03-01 | 6 | -22/+28 | |
|/ / | ||||||
* | | Merge pull request #1708 from reaperhulk/serialize-shared-private-bytes | Alex Gaynor | 2015-03-01 | 2 | -58/+67 | |
|\ \ | | | | | | | move private_bytes to a shared method so we can reuse it | |||||
| * | | update naming | Paul Kehrer | 2015-03-01 | 2 | -4/+4 | |
| | | | ||||||
| * | | move private_bytes to a shared method so we can reuse it | Paul Kehrer | 2015-03-01 | 2 | -58/+67 | |
|/ / | ||||||
* | | Merge pull request #1707 from alex/official-deprecated | Paul Kehrer | 2015-03-01 | 2 | -5/+7 | |
|\ \ | | | | | | | Use the official API for deprecation with the MACContext rename | |||||
| * | | Use the official API for deprecation with the MACContext rename | Alex Gaynor | 2015-03-01 | 2 | -5/+7 | |
|/ / | ||||||
* | | Merge pull request #1503 from reaperhulk/serialize-some-keys | Alex Stapleton | 2015-03-01 | 11 | -12/+436 | |
|\ \ | | | | | | | Support for traditional OpenSSL and PKCS8 RSA private key serialization | |||||
| * | | change as_bytes to private_bytes, link more things | Paul Kehrer | 2015-02-28 | 7 | -27/+30 | |
| | | | ||||||
| * | | linkify some things per review, fix an import | Paul Kehrer | 2015-02-28 | 2 | -3/+9 | |
| | | | ||||||
| * | | add more docs stuff from review that I missed | Paul Kehrer | 2015-02-27 | 2 | -3/+8 | |
| | | | ||||||
| * | | add exact byte test | Paul Kehrer | 2015-02-27 | 1 | -0/+17 | |
| | | | ||||||
| * | | address review feedback | Paul Kehrer | 2015-02-27 | 3 | -11/+15 | |
| | | | ||||||
| * | | listify a parametrized test | Paul Kehrer | 2015-02-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | rename dump to as_bytes | Paul Kehrer | 2015-02-25 | 7 | -24/+24 | |
| | | |