summaryrefslogtreecommitdiffstats
path: root/crypto/evp/openbsd_hw.c
AgeCommit message (Expand)Author
2015-02-02Dead code: if 0 removal from crypto/evp and an unused file.Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-08-18RT1815: More const'ness improvementsJustin Blanchard
2014-08-17dev_crypto_md5_copy: return error if allocating to_md->data failsJonas Maebe
2014-08-17dev_crypto_md5_update: check result of realloc(md_data->data) and don't leak ...Jonas Maebe
2014-08-17dev_crypto_cipher: return immediately if allocating cin/cout failedJonas Maebe
2014-08-17dev_crypto_init_key: return error if allocating CDATA(ctx)->key failedJonas Maebe
2001-09-25This changes EVP's cipher and digest code to hook via the ENGINE support.Geoff Thorpe
2001-09-07Add a cleanup function for MDs.Ben Laurie
2001-09-03rearrange #includes because trying to include <crypto/cryptodev.h>Bodo Möller
2001-09-02Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.Ben Laurie
2001-08-26Add digests.Ben Laurie
2001-08-18Add RC4 support to OpenBSD.Ben Laurie
2001-08-18Add EVP test program.Ben Laurie
2001-08-18Add first cut symmetric crypto support.Ben Laurie
2001-08-04Parameter correction for CIOFSESSION.Ben Laurie
2001-08-03Make /dev/crypto work with new EVP structures.Ben Laurie
2001-07-31Vade retro C++ comments!Richard Levitte
2001-07-30ANSIfication.Ben Laurie
2001-07-21Not all platforms have the OpenBSD crypto device.Richard Levitte
2001-07-21Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie