summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2018-10-09Fix a nit of copyright date rangePaul Yang
2018-10-05/dev/crypto engine: give CIOCFSESSION the actual sess-idRichard Levitte
2018-10-05test/secmemtest: test secure memory only if it is implementedDr. Matthias St. Pierre
2018-10-04Fix the BIO callback return code handlingMatt Caswell
2018-10-02Fix some Coverity warningsMatt Caswell
2018-09-30Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte
2018-09-28Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis
2018-09-24Use secure_getenv(3) when available.Pauli
2018-09-21typo-fixes: miscellaneous typo fixesagnosticdev
2018-09-21crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONGRichard Levitte
2018-09-20/dev/crypto engine: add missing RC4 parameterRichard Levitte
2018-09-20crypto/ui/ui_openssl.c: make sure to recognise ENXIO and EIO tooRichard Levitte
2018-09-17Add missing include file.Pauli
2018-09-17Use 'i' as parameter name not 'I'.Pauli
2018-09-15VMS: only use the high precision on VMS v8.4 and upRichard Levitte
2018-09-13Make some return checks consistent with othersPaul Yang
2018-09-12Replace the public RAND_DRBG_USED_FLAGS #define by an internal constantDr. Matthias St. Pierre
2018-09-12minor fixes for WindowsViktor Szakats
2018-09-12crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly definedRichard Levitte
2018-09-12Limit the number of AES-GCM keys allowed in TLS. A new error is raised if thisPauli
2018-09-12FIPS 140-2 IG A.9 XTS key check.Pauli
2018-09-11Update copyright yearMatt Caswell
2018-09-10Check the return value from ASN1_INTEGER_setMatt Caswell
2018-09-10Validate the SM2 digest len before useMatt Caswell
2018-09-10crypto/rsa/rsa_pss.c: silence coverity warningDr. Matthias St. Pierre
2018-09-09ASN.1 DER: Make INT32 / INT64 types read badly encoded LONG zeroesRichard Levitte
2018-09-09SipHash: add separate setter for the hash sizeRichard Levitte
2018-09-09SipHash: make it possible to control the hash size through string controlsRichard Levitte
2018-09-07Add missing SM2err and fix doc nitsPaul Yang
2018-09-07Allow EVP_MD_CTX_set_pkey_ctx to accept NULL pctxPaul Yang
2018-09-07Update document for SM2 stuffsPaul Yang
2018-09-07Support setting SM2 IDPaul Yang
2018-09-07Make SM2 ID stick to specificationPaul Yang
2018-09-07Support pmeth->digest_customPaul Yang
2018-09-07Introduce EVP_MD_CTX_set_pkey_ctxPaul Yang
2018-09-07Remove unnecessary sm2_za.cPaul Yang
2018-09-07Avoid SEGV when giving X509_sign a NULL private key.Pauli
2018-09-06RSA padding Zeroization fixesShane Lontis
2018-09-06Key zeroization fix for EVP_SealInit + added simple testShane Lontis
2018-09-05Harmonize the error handling codepathNicola Tuveri
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri
2018-09-05hkdf zeroization fixShane Lontis
2018-09-05key zeroisation fix for p12Shane Lontis
2018-09-05key zeroisation for pvkfmt now done on all branch pathsShane Lontis
2018-09-04Fix HMAC SHA3-224 and HMAC SHA3-256.Pauli
2018-09-04Make OBJ_NAME case insensitive.Pauli
2018-09-04hmac_init cleanup and fix key zeroization issueShane Lontis
2018-09-03[test] throw error from wrapper function instead of an EC_METHOD specific oneBilly Brumley
2018-09-03Fix the comment of PEM_read_bio_exwzhang
2018-09-03add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer