aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/x_pubkey.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-12Change |EVP_PKEY_up_ref| to return int.Adam Langley1-2/+4
2016-05-31Split unlock functions into read/write variants.David Benjamin1-4/+4
2016-03-25Fix build when using Visual Studio 2015 Update 1.Brian Smith1-1/+2
2016-02-17Implement new SPKI parsers.David Benjamin1-46/+38
2016-01-19OpenSSL reformat x509/, x509v3/, pem/ and asn1/.Adam Langley1-284/+273
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin1-10/+10
2015-05-20Remove remaining calls to the old lock functions.Adam Langley1-3/+13
2015-05-06Switch EVP_PKEY_dup calls to EVP_PKEY_up_ref.David Benjamin1-2/+2
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith1-0/+1
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin1-2/+0
2014-08-07Use EVP_PKEY_dup instead of manually incrementing the refcount.David Benjamin1-4/+2
2014-07-07Remove OPENSSL_NO_RSAAlex Chernyakhovsky1-2/+0
2014-06-20Inital import.Adam Langley1-0/+379