aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/bio_ok.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* bio: pass flags on BIO_ctrl to make flush retriableihciah2023-08-041-0/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* bio: improve error checking fixing coverity 1485659 & 1485665Pauli2021-06-081-2/+6
* evp: remove TODOsPauli2021-06-021-2/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-6/+6
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-5/+5
* Update bio_ok.cihsinme2020-11-271-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Add and use internal header that implements endianness checkRichard Levitte2020-07-111-8/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Remove unneeded switch statement to fix warningDane (4cad@silvertoque)2020-02-201-8/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix TyposAntoine Cœur2019-07-011-2/+2
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Fix invalid function type casts.Bernd Edlinger2017-12-151-2/+2
* Make BIO_METHOD struct definitions consistentDaniel Bevenius2017-12-091-1/+2
* Remove parentheses of return.KaoruToda2017-10-181-5/+5
* Remove email addresses from source code.Rich Salz2017-10-131-1/+1
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+1
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+6
* few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala2016-05-091-0/+4
* Make BIO opaqueMatt Caswell2016-03-291-40/+57
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-2/+2
* Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte2015-12-071-0/+1
* Have other crypto/evp files include evp_locl.hRichard Levitte2015-12-071-28/+45
* remove 0 assignments.Rich Salz2015-09-031-9/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-2/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free cleanup almost the finaleRich Salz2015-04-301-2/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* RAND_bytes updatesMatt Caswell2015-03-251-1/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-530/+529
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-27/+76
* Fix compiler warnings in crypto/evp/bio_ok.c as pointed out by Geoff.Andy Polyakov2004-08-291-2/+4
* Make bio_ok.c Microsoft compiler savvy.Andy Polyakov2004-07-251-4/+4
* Make bio_ok.c 64-bit savvy.Andy Polyakov2004-07-251-24/+22
* Correct documentation typos.Richard Levitte2003-12-271-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-7/+7
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-16/+22