aboutsummaryrefslogtreecommitdiff
path: root/crypto/err
AgeCommit message (Expand)AuthorFilesLines
2018-06-27Return a fatal error if application data is encountered during shutdownMatt Caswell1-0/+2
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell1-0/+3
2018-06-19Implement coordinate blinding for EC_POINTSohaib ul Hassan1-0/+1
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd1-0/+7
2018-06-19Add EVP_PKEY_set_alias_typeJack Lloyd1-0/+1
2018-06-18Fix error number clashMatt Caswell1-2/+2
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb1-0/+3
2018-06-08Add support getting raw private/public keysMatt Caswell1-0/+3
2018-06-04Rebuild error codesMatt Caswell1-75/+16
2018-06-04Use lowercase for internal SM2 symbolsMatt Caswell1-9/+9
2018-06-04More more on SM2 error codes and tidy upMatt Caswell1-0/+3
2018-06-04Set SM2 error codesJack Lloyd1-0/+7
2018-06-04Make SM2 functions privateJack Lloyd1-1/+1
2018-05-30Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang1-0/+1
2018-05-24Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"Matt Caswell1-2/+0
2018-05-02a_strex.c: prevent out of bound read in do_buf()Dr. Matthias St. Pierre1-0/+1
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz1-0/+6
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY1-0/+13
2018-04-24Add missing malloc-return-null instanceRich Salz1-0/+1
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY1-0/+12
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger1-5/+44
2018-04-13make updateRichard Levitte1-0/+3
2018-04-06Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSAMatt Caswell1-0/+2
2018-04-05Set error code if alloc returns NULLRich Salz1-1/+7
2018-04-05Pick a q size consistent with the digest for DSA param generationMatt Caswell1-0/+1
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell1-0/+5
2018-04-04Prevent a possible recursion in ERR_get_state and fix the problem thatBernd Edlinger1-10/+8
2018-04-03VMS: stricter acquisition of entropy for the poolRichard Levitte1-0/+2
2018-04-03Set error code on alloc failuresRich Salz2-4/+65
2018-03-29EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY1-0/+5
2018-03-27Allow NULL for some _free routines.Rich Salz1-14/+15
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell1-3/+0
2018-03-27Limit ASN.1 constructed types recursive definition depthMatt Caswell1-0/+1
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd3-0/+67
2018-03-17Return error when trying to use prediction resistanceKurt Roeckx1-0/+2
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre1-0/+2
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre1-5/+5
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell1-2/+2
2018-03-15Add the function EVP_PKEY_new_CMAC_key()Matt Caswell1-0/+2
2018-03-15Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell1-0/+2
2018-03-14Fix an error number clashMatt Caswell1-1/+1
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell1-0/+1
2018-03-09Add SSL/SSL_CTX_use_cert_and_key()Todd Short1-0/+4
2018-03-09Give more information in the SSL_stateless return codeMatt Caswell1-0/+1
2018-03-07Prepare to detect index changes in OCSP responder.Viktor Dukhovni1-0/+1
2018-03-06Check the parent DRBG's strengthKurt Roeckx1-0/+2
2018-03-05Add support for .include directive in config filesTomas Mraz1-0/+3
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell1-0/+3
2018-02-23STORE 'file' scheme loader: Add search capibilityRichard Levitte1-0/+4
2018-02-23STORE: Add the possibility to search for specific informationRichard Levitte1-0/+10