summaryrefslogtreecommitdiffstats
path: root/crypto/evp/bio_ok.c
AgeCommit message (Expand)Author
2021-06-08bio: improve error checking fixing coverity 1485659 & 1485665Pauli
2021-06-02evp: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-04-22Update copyright yearMatt Caswell
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2020-11-27Update bio_ok.cihsinme
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-07-11Add and use internal header that implements endianness checkRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-02-20Remove unneeded switch statement to fix warningDane (4cad@silvertoque)
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-07-01Fix TyposAntoine Cœur
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-12-09Make BIO_METHOD struct definitions consistentDaniel Bevenius
2017-10-18Remove parentheses of return.KaoruToda
2017-10-13Remove email addresses from source code.Rich Salz
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-05-17Copyright consolidation 05/10Rich Salz
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala
2016-03-29Make BIO opaqueMatt Caswell
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte
2015-12-07Have other crypto/evp files include evp_locl.hRichard Levitte
2015-09-03remove 0 assignments.Rich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2004-08-29Fix compiler warnings in crypto/evp/bio_ok.c as pointed out by Geoff.Andy Polyakov
2004-07-25Make bio_ok.c Microsoft compiler savvy.Andy Polyakov
2004-07-25Make bio_ok.c 64-bit savvy.Andy Polyakov
2003-12-27Correct documentation typos.Richard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte