summaryrefslogtreecommitdiffstats
path: root/crypto/err (follow)
Commit message (Expand)AuthorAgeFilesLines
* DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre2018-10-161-0/+1
* Limit the number of AES-GCM keys allowed in TLS. A new error is raised if thisPauli2018-09-121-0/+3
* Add missing SM2err and fix doc nitsPaul Yang2018-09-071-0/+1
* Update document for SM2 stuffsPaul Yang2018-09-071-0/+2
* Support setting SM2 IDPaul Yang2018-09-071-0/+3
* i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte2018-08-111-0/+1
* Fix some TLSv1.3 alert issuesMatt Caswell2018-07-311-0/+2
* Provide EC functions that are not curve type specificMatt Caswell2018-07-311-0/+5
* Validate legacy_versionMatt Caswell2018-07-201-0/+1
* EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri2018-07-161-0/+3
* EC2M Lopez-Dahab ladder implementationNicola Tuveri2018-07-161-0/+2
* EC point multiplication: add `ladder` scaffoldNicola Tuveri2018-07-161-0/+5
* NCONF_get_number refix.Pauli2018-07-111-0/+1
* Return a fatal error if application data is encountered during shutdownMatt Caswell2018-06-271-0/+2
* Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell2018-06-261-0/+3
* Implement coordinate blinding for EC_POINTSohaib ul Hassan2018-06-191-0/+1
* Move SM2 algos to SM2 specific PKEY methodJack Lloyd2018-06-191-0/+7
* Add EVP_PKEY_set_alias_typeJack Lloyd2018-06-191-0/+1
* Fix error number clashMatt Caswell2018-06-181-2/+2
* add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb2018-06-181-0/+3
* Add support getting raw private/public keysMatt Caswell2018-06-081-0/+3
* Rebuild error codesMatt Caswell2018-06-041-75/+16
* Use lowercase for internal SM2 symbolsMatt Caswell2018-06-041-9/+9
* More more on SM2 error codes and tidy upMatt Caswell2018-06-041-0/+3
* Set SM2 error codesJack Lloyd2018-06-041-0/+7
* Make SM2 functions privateJack Lloyd2018-06-041-1/+1
* Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang2018-05-301-0/+1
* Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"Matt Caswell2018-05-241-2/+0
* a_strex.c: prevent out of bound read in do_buf()Dr. Matthias St. Pierre2018-05-021-0/+1
* Fix last(?) batch of malloc-NULL placesRich Salz2018-04-261-0/+6
* Add missing error code when alloc-return-nullFdaSilvaYY2018-04-261-0/+13
* Add missing malloc-return-null instanceRich Salz2018-04-241-0/+1
* X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY2018-04-241-0/+12
* Ensure the thread keys are always allocated in the same orderBernd Edlinger2018-04-201-5/+44
* make updateRichard Levitte2018-04-131-0/+3
* Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSAMatt Caswell2018-04-061-0/+2
* Set error code if alloc returns NULLRich Salz2018-04-051-1/+7
* Pick a q size consistent with the digest for DSA param generationMatt Caswell2018-04-051-0/+1
* Move the loading of the ssl_conf module to libcryptoMatt Caswell2018-04-051-0/+5
* Prevent a possible recursion in ERR_get_state and fix the problem thatBernd Edlinger2018-04-041-10/+8
* VMS: stricter acquisition of entropy for the poolRichard Levitte2018-04-031-0/+2
* Set error code on alloc failuresRich Salz2018-04-032-4/+65
* EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY2018-03-291-0/+5
* Allow NULL for some _free routines.Rich Salz2018-03-271-14/+15
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-271-3/+0
* Limit ASN.1 constructed types recursive definition depthMatt Caswell2018-03-271-0/+1
* Add SM2 signature and ECIES schemesJack Lloyd2018-03-193-0/+67
* Return error when trying to use prediction resistanceKurt Roeckx2018-03-171-0/+2
* RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre2018-03-161-0/+2
* Publish the RAND_DRBG APIDr. Matthias St. Pierre2018-03-151-5/+5