aboutsummaryrefslogtreecommitdiff
path: root/crypto/err
AgeCommit message (Expand)AuthorFilesLines
2019-02-13Added new EVP/KDF API.David Makepeace1-0/+25
2019-02-06blake2: backport changes to blake2sAntoine Salon1-0/+2
2019-02-06blake2b: add EVP_MAC APIAntoine Salon1-0/+3
2019-01-29Don't leak memory from ERR_add_error_vdata()Matt Caswell1-3/+15
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono4-7/+16
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni1-0/+12
2018-12-14ERR: preserve system error number in a few more placesRichard Levitte1-0/+5
2018-12-10Make sure build_SYS_str_reasons() preserves errnoMatt Caswell1-0/+4
2018-12-10make updateRichard Levitte1-0/+1
2018-12-08err/err.c: improve err_clear_last_constant_time's portability.Andy Polyakov1-2/+21
2018-12-06Following the license change, modify the boilerplates in crypto/err/Richard Levitte4-4/+4
2018-12-06Refactor the computation of API version limitsRichard Levitte1-2/+2
2018-11-30err/err.c: add err_clear_last_constant_time.Andy Polyakov1-0/+21
2018-11-24VMS: fix collected error stringsRichard Levitte1-1/+13
2018-11-23Smarter build of system error text databaseRichard Levitte1-5/+14
2018-11-14KMAC implementation using EVP_MACShane Lontis1-0/+3
2018-11-05Fix a collision in function err numbersPaul Yang1-1/+1
2018-11-05Add poly1305 MAC supportPaul Yang1-0/+1
2018-11-05GMAC implementationPauli1-0/+2
2018-10-29Add generic EVP_PKEY_METHOD for EVP_MACsRichard Levitte1-0/+1
2018-10-29Add EVP_MAC APIRichard Levitte1-0/+5
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre1-0/+1
2018-09-12Limit the number of AES-GCM keys allowed in TLS. A new error is raised if thisPauli1-0/+3
2018-09-07Add missing SM2err and fix doc nitsPaul Yang1-0/+1
2018-09-07Update document for SM2 stuffsPaul Yang1-0/+2
2018-09-07Support setting SM2 IDPaul Yang1-0/+3
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte1-0/+1
2018-07-31Fix some TLSv1.3 alert issuesMatt Caswell1-0/+2
2018-07-31Provide EC functions that are not curve type specificMatt Caswell1-0/+5
2018-07-20Validate legacy_versionMatt Caswell1-0/+1
2018-07-16EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri1-0/+3
2018-07-16EC2M Lopez-Dahab ladder implementationNicola Tuveri1-0/+2
2018-07-16EC point multiplication: add `ladder` scaffoldNicola Tuveri1-0/+5
2018-07-11NCONF_get_number refix.Pauli1-0/+1
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