aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/openssl
Commit message (Collapse)AuthorAgeFilesLines
...
* add support for ipaddress to general name parsingPaul Kehrer2015-04-301-0/+9
|
* add URI general name supportPaul Kehrer2015-04-281-0/+28
|
* support registeredID general name in OpenSSL backendPaul Kehrer2015-04-221-0/+3
|
* return only an int for unsupported general name type, update docsPaul Kehrer2015-04-221-1/+1
|
* update exception to contain detailPaul Kehrer2015-04-211-1/+2
|
* handle otherName, x400Address, and ediPartyName in OpenSSL backendPaul Kehrer2015-04-211-0/+7
|
* review fixesPaul Kehrer2015-04-211-4/+2
|
* Support Subject Alternative Name in the OpenSSL backendPaul Kehrer2015-04-201-0/+30
| | | | Adds only DNS support first
* free the bit stringPaul Kehrer2015-04-121-0/+3
|
* keyusage support in the OpenSSL backendPaul Kehrer2015-04-121-9/+28
|
* free the ASN1_OCTET_STRING instancePaul Kehrer2015-04-101-0/+3
|
* add subjectkeyidentifier supportPaul Kehrer2015-04-101-0/+12
|
* add load_der_x509_csr to support loading DER encoded CSRsPaul Kehrer2015-03-301-0/+10
|
* Merge pull request #1796 from rev112/minor_refactoringsPaul Kehrer2015-03-293-15/+15
|\ | | | | Minor refactorings
| * Rename 'type' variable which shadows built-in name 'type'Anton Ovchinnikov2015-03-291-12/+12
| |
| * Rename lambda argumentAnton Ovchinnikov2015-03-291-1/+1
| |
| * Simplify chained comparisonAnton Ovchinnikov2015-03-291-1/+1
| |
| * Remove redundant parenthesesAnton Ovchinnikov2015-03-291-1/+1
| |
* | rename to CertificateSigningRequestPaul Kehrer2015-03-292-4/+6
| |
* | rename request to CSRPaul Kehrer2015-03-292-5/+5
| |
* | basic support for parsing x509 requestsPaul Kehrer2015-03-292-1/+42
|/
* basicConstraints support for OpenSSL X509 backendPaul Kehrer2015-03-281-4/+33
|
* add x509 extensions class and basic tests (no extensions supported)Paul Kehrer2015-03-281-0/+36
|
* allow zero value bn using _bn_to_int in the openssl backendPaul Kehrer2015-03-251-1/+2
|
* Don't trigger any deprecation warnings on importAlex Gaynor2015-03-141-1/+1
|
* DER serialization of DSA private keysPaul Kehrer2015-03-141-4/+2
|
* support DER encoded EC private key serializationPaul Kehrer2015-03-131-1/+4
|
* support RSA DER private key serializationPaul Kehrer2015-03-131-18/+44
|
* Merge pull request #1751 from reaperhulk/x509-refactorAlex Gaynor2015-03-111-38/+40
|\ | | | | move some helper functions in x509
| * move some helper functions in x509Paul Kehrer2015-03-111-38/+40
| | | | | | | | This will make supporting CSR parsing easier
* | eep not this oneAlex Gaynor2015-03-111-1/+1
| |
* | Use the new names to reference these classesAlex Gaynor2015-03-112-2/+2
| |
* | remove unneeded deprecated interface registrationPaul Kehrer2015-03-111-3/+1
|/
* refactor OpenSSL backend private_key_bytesPaul Kehrer2015-03-114-5/+9
|
* support DER serialization of public keysPaul Kehrer2015-03-104-11/+13
|
* DSA public key serializationPaul Kehrer2015-03-081-1/+22
|
* serialize EC public keysPaul Kehrer2015-03-081-1/+22
|
* support RSA public key serializationPaul Kehrer2015-03-072-2/+37
|
* Merge pull request #1715 from reaperhulk/rsa-pkcs1-public-keyAlex Gaynor2015-03-071-10/+38
|\ | | | | RSA PKCS1 public key loading support
| * fix a memory leak pointed out by @aftbit and improve changelog phrasingPaul Kehrer2015-03-051-0/+2
| |
| * support "PKCS1" RSA public keysPaul Kehrer2015-03-051-10/+36
| |
* | Merge pull request #1723 from public/strict-bn-intAlex Gaynor2015-03-061-0/+2
|\ \ | |/ |/| Stricter asserts on _bn_to_int and _int_to_bn
| * Stricter asserts on _bn_to_int and _int_to_bnAlex Stapleton2015-03-061-0/+2
| | | | | | | | Helped me catch my terrible programming when working on DH
| * Revert "simplify our DSA parameter copying"Paul Kehrer2015-03-031-1/+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
| * simplify our DSA parameter copyingPaul Kehrer2015-03-031-4/+1
| |
* | serialize DSA private keysPaul Kehrer2015-03-021-6/+20
|/
* add support for serialization of EC private keysPaul Kehrer2015-03-011-1/+18
|
* s/Format/PrivateFormatPaul Kehrer2015-03-011-4/+6
|
* update namingPaul Kehrer2015-03-012-4/+4
|
* move private_bytes to a shared method so we can reuse itPaul Kehrer2015-03-012-58/+67
|