summaryrefslogtreecommitdiffstats
path: root/crypto/err
AgeCommit message (Expand)Author
2018-12-06Following the license change, modify the boilerplates in crypto/err/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-11-30err/err.c: add err_clear_last_constant_time.Andy Polyakov
2018-11-24VMS: fix collected error stringsRichard Levitte
2018-11-23Smarter build of system error text databaseRichard Levitte
2018-11-14KMAC implementation using EVP_MACShane Lontis
2018-11-05Fix a collision in function err numbersPaul Yang
2018-11-05Add poly1305 MAC supportPaul Yang
2018-11-05GMAC implementationPauli
2018-10-29Add generic EVP_PKEY_METHOD for EVP_MACsRichard Levitte
2018-10-29Add EVP_MAC APIRichard Levitte
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre
2018-09-12Limit the number of AES-GCM keys allowed in TLS. A new error is raised if thisPauli
2018-09-07Add missing SM2err and fix doc nitsPaul Yang
2018-09-07Update document for SM2 stuffsPaul Yang
2018-09-07Support setting SM2 IDPaul Yang
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-07-31Fix some TLSv1.3 alert issuesMatt Caswell
2018-07-31Provide EC functions that are not curve type specificMatt Caswell
2018-07-20Validate legacy_versionMatt Caswell
2018-07-16EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri
2018-07-16EC2M Lopez-Dahab ladder implementationNicola Tuveri
2018-07-16EC point multiplication: add `ladder` scaffoldNicola Tuveri
2018-07-11NCONF_get_number refix.Pauli
2018-06-27Return a fatal error if application data is encountered during shutdownMatt Caswell
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell
2018-06-19Implement coordinate blinding for EC_POINTSohaib ul Hassan
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2018-06-19Add EVP_PKEY_set_alias_typeJack Lloyd
2018-06-18Fix error number clashMatt Caswell
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb
2018-06-08Add support getting raw private/public keysMatt Caswell
2018-06-04Rebuild error codesMatt Caswell
2018-06-04Use lowercase for internal SM2 symbolsMatt Caswell
2018-06-04More more on SM2 error codes and tidy upMatt Caswell
2018-06-04Set SM2 error codesJack Lloyd
2018-06-04Make SM2 functions privateJack Lloyd
2018-05-30Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang
2018-05-24Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"Matt Caswell
2018-05-02a_strex.c: prevent out of bound read in do_buf()Dr. Matthias St. Pierre
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-04-24Add missing malloc-return-null instanceRich Salz
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger
2018-04-13make updateRichard Levitte
2018-04-06Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSAMatt Caswell
2018-04-05Set error code if alloc returns NULLRich Salz
2018-04-05Pick a q size consistent with the digest for DSA param generationMatt Caswell
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell