| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1831 from reaperhulk/0.8.2-changelog0.8.20.8.x | Alex Gaynor | 2015-04-10 | 1 | -1/+1 |
| |\ | | | | | update changelog and bump version to 0.8.2 | ||||
| | * | update changelog and bump version to 0.8.2 | Paul Kehrer | 2015-04-10 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #1777 from alex/threadsafe-init | Paul Kehrer | 2015-03-24 | 2 | -12/+20 |
| |/ | | | | Fixes #1776 -- ensure that we only init bindings once per process | ||||
| * | update changelog and version for 0.8.1 release | Paul Kehrer | 2015-03-19 | 1 | -1/+1 |
| | | |||||
| * | update changelog and bump version to 0.8 | Paul Kehrer | 2015-03-08 | 1 | -1/+1 |
| | | |||||
| * | DSA public key serialization | Paul Kehrer | 2015-03-08 | 2 | -2/+40 |
| | | |||||
| * | serialize EC public keys | Paul Kehrer | 2015-03-08 | 2 | -2/+40 |
| | | |||||
| * | support RSA public key serialization | Paul Kehrer | 2015-03-07 | 4 | -3/+60 |
| | | |||||
| * | Merge pull request #1715 from reaperhulk/rsa-pkcs1-public-key | Alex Gaynor | 2015-03-07 | 1 | -10/+38 |
| |\ | | | | | RSA PKCS1 public key loading support | ||||
| | * | fix a memory leak pointed out by @aftbit and improve changelog phrasing | Paul Kehrer | 2015-03-05 | 1 | -0/+2 |
| | | | |||||
| | * | support "PKCS1" RSA public keys | Paul Kehrer | 2015-03-05 | 1 | -10/+36 |
| | | | |||||
| * | | 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 | 2 | -7/+38 |
| |\ \ | |/ |/| | serialize DSA private keys | ||||
| | * | serialize DSA private keys | Paul Kehrer | 2015-03-02 | 2 | -7/+38 |
| | | | |||||
| * | | 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 |
| | |/ | |||||
| * | | 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 |
| |/ | |||||
| * | add support for serialization of EC private keys | Paul Kehrer | 2015-03-01 | 3 | -3/+51 |
| | | |||||
| * | s/Format/PrivateFormat | Paul Kehrer | 2015-03-01 | 2 | -5/+7 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 | 4 | -5/+117 |
| |\ | | | | | Support for traditional OpenSSL and PKCS8 RSA private key serialization | ||||
| | * | change as_bytes to private_bytes, link more things | Paul Kehrer | 2015-02-28 | 2 | -2/+2 |
| | | | |||||
| | * | address review feedback | Paul Kehrer | 2015-02-27 | 2 | -6/+6 |
| | | | |||||
| | * | rename dump to as_bytes | Paul Kehrer | 2015-02-25 | 2 | -3/+3 |
| | | | |||||
| | * | address review comments | Paul Kehrer | 2015-02-25 | 5 | -37/+34 |
| | | | |||||
| | * | Support for traditional OpenSSL and PKCS8 RSA private key serialization | Paul Kehrer | 2015-02-25 | 4 | -3/+118 |
| | | | |||||
| * | | DH numbers | Alex Stapleton | 2015-02-26 | 1 | -0/+101 |
| |/ | |||||
| * | Merge pull request #1610 from reaperhulk/load-der-keys | Alex Gaynor | 2015-02-23 | 3 | -3/+83 |
| |\ | | | | | DER key loading support for the OpenSSL backend | ||||
| | * | free PKCS8_PRIV_KEY_INFO * and reuse membio for der loading | Paul Kehrer | 2015-02-22 | 2 | -8/+12 |
| | | | |||||
| | * | move gc above potential exception | Paul Kehrer | 2015-02-19 | 1 | -2/+2 |
| | | | |||||
| | * | support DER public and private key loading in the openssl backend | Paul Kehrer | 2015-02-19 | 2 | -3/+79 |
| | | | |||||
| * | | Merge pull request #1651 from reaperhulk/x509-signature-algorithm | Alex Gaynor | 2015-02-19 | 3 | -8/+73 |
| |\ \ | |/ |/| | X509 certificate signature algorithm support | ||||
| | * | surrender to alex's feels and name our constants consistently | Paul Kehrer | 2015-02-19 | 1 | -12/+12 |
| | | | |||||
| | * | address review feedback, fix short names for sig alg OIDs | Paul Kehrer | 2015-02-19 | 1 | -21/+21 |
| | | | |||||
| | * | refactor obj2txt to be a separate method | Paul Kehrer | 2015-02-14 | 1 | -15/+11 |
| | | | |||||
| | * | address review feedback | Paul Kehrer | 2015-02-14 | 2 | -23/+19 |
| | | | |||||
| | * | implement signature_hash_algorithm instead | Paul Kehrer | 2015-02-14 | 2 | -4/+31 |
| | | | |||||
| | * | add support for signature_algorithm in x509.Certificate | Paul Kehrer | 2015-02-14 | 3 | -0/+46 |
| | | | |||||
| * | | Simplify x509.Name.get_attributes_for_oid | Alex Gaynor | 2015-02-19 | 1 | -1/+1 |
| | | | |||||
| * | | 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 |
| | | | |||||
