summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2010-03-02ppccap.c: portability fix.Andy Polyakov
2010-03-02Fix s390x-specific HOST_l2c|c2l.Andy Polyakov
2010-03-01PR: 2178Dr. Stephen Henson
2010-03-01oops, reinstate correct prototypeDr. Stephen Henson
2010-03-01'typo'Dr. Stephen Henson
2010-03-01make USE_CRYPTODEV_DIGESTS workDr. Stephen Henson
2010-03-01load cryptodev if HAVE_CRYPTODEV is set tooDr. Stephen Henson
2010-03-01update cryptodev to match 1.0.0 stable branch versionDr. Stephen Henson
2010-02-28Fix warnings (note that gcc 4.2 has a bug that makes one of itsBen Laurie
2010-02-26Revert CFB block length change. Despite what SP800-38a says the input toDr. Stephen Henson
2010-02-25add -trusted_first option and verify flagDr. Stephen Henson
2010-02-25tidy verify code. xn not used any more and check for self signed more efficie...Dr. Stephen Henson
2010-02-25Experimental support for partial chain verification: if an intermediateDr. Stephen Henson
2010-02-25verify parameter enumeration functionsDr. Stephen Henson
2010-02-25Include self-signed flag in certificates by checking SKID/AKID as wellDr. Stephen Henson
2010-02-24add anyExtendedKeyUsage OIDDr. Stephen Henson
2010-02-24prevent warningDr. Stephen Henson
2010-02-23Reserve for option to implement AES counter in assembler.Andy Polyakov
2010-02-23Add AES counter mode to EVP.Andy Polyakov
2010-02-23Add assigned OIDs, as well as "anonymous" ones for AES counter mode.Andy Polyakov
2010-02-23Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller
2010-02-19Fix X509_STORE lockingBodo Möller
2010-02-17PR: 2100Dr. Stephen Henson
2010-02-15The "block length" for CFB mode was incorrectly coded as 1 all the time. ItDr. Stephen Henson
2010-02-15Correct ECB mode EVP_CIPHER definition: IV length is 0Dr. Stephen Henson
2010-02-15add EVP_CIPH_FLAG_LENGTH_BITS from 0.9.8-stableDr. Stephen Henson
2010-02-15PR: 2164Dr. Stephen Henson
2010-02-09Fix memory leak in ENGINE autoconfig code. Improve error logging.Dr. Stephen Henson
2010-02-08Use supplied ENGINE when initialising CMAC. Restore pctx setting.Dr. Stephen Henson
2010-02-08add cvsignoreDr. Stephen Henson
2010-02-08Make update.Dr. Stephen Henson
2010-02-08Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson
2010-02-07Initial experimental CMAC implementation.Dr. Stephen Henson
2010-02-07make updateDr. Stephen Henson
2010-02-07oops, use new value for new flagDr. Stephen Henson
2010-02-07Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copyDr. Stephen Henson
2010-02-03don't assume 0x is at start of stringDr. Stephen Henson
2010-02-02tolerate broken CMS/PKCS7 implementations using signature OID instead of digestDr. Stephen Henson
2010-02-02PR: 2161Dr. Stephen Henson
2010-01-29The previous take went wrong, try again.Richard Levitte
2010-01-29Architecture specific header files need special handling.Richard Levitte
2010-01-28In engine_table_select() don't clear out entire error queue: just clearDr. Stephen Henson
2010-01-28revert previous changeDr. Stephen Henson
2010-01-27reword RI descriptionDr. Stephen Henson
2010-01-27Have the VMS build system catch up with the 1.0.0-stable branch.Richard Levitte
2010-01-26PR: 2138Dr. Stephen Henson
2010-01-26Add flags functions which were added to 0.9.8 for fips but not 1.0.0 andDr. Stephen Henson
2010-01-26OPENSSL_isservice is now defined on all platforms not just WIN32Dr. Stephen Henson
2010-01-26export OPENSSL_isservice and make updateDr. Stephen Henson
2010-01-25parisc-mont.pl: PA-RISC 2.0 code path optimization based on intruction-Andy Polyakov