index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
bio_ok.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Tomas Mraz
2024-09-05
1
-1
/
+1
*
EVP_MD_size() updates
slontis
2024-08-29
1
-2
/
+6
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
bio: pass flags on BIO_ctrl to make flush retriable
ihciah
2023-08-04
1
-0
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-3
/
+1
*
bio: improve error checking fixing coverity 1485659 & 1485665
Pauli
2021-06-08
1
-2
/
+6
*
evp: remove TODOs
Pauli
2021-06-02
1
-2
/
+0
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-6
/
+6
*
Update copyright year
Matt Caswell
2021-04-22
1
-1
/
+1
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
1
-5
/
+5
*
Update bio_ok.c
ihsinme
2020-11-27
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-1
/
+1
*
Add and use internal header that implements endianness check
Richard Levitte
2020-07-11
1
-8
/
+4
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Remove unneeded switch statement to fix warning
Dane (4cad@silvertoque)
2020-02-20
1
-8
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Fix Typos
Antoine Cœur
2019-07-01
1
-2
/
+2
*
Following the license change, modify the boilerplates in crypto/evp/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Fix invalid function type casts.
Bernd Edlinger
2017-12-15
1
-2
/
+2
*
Make BIO_METHOD struct definitions consistent
Daniel Bevenius
2017-12-09
1
-1
/
+2
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-5
/
+5
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-1
/
+1
*
Create BIO_write_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-0
/
+2
*
Create BIO_read_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-0
/
+2
*
Whitespace cleanup in crypto
FdaSilvaYY
2016-06-29
1
-1
/
+1
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-54
/
+6
*
few missing allocation failure checks and releases on error paths
J Mohan Rao Arisankala
2016-05-09
1
-0
/
+4
*
Make BIO opaque
Matt Caswell
2016-03-29
1
-40
/
+57
*
RT4660: BIO_METHODs should be const.
David Benjamin
2016-03-21
1
-2
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-2
/
+2
*
Add inclusion of internal/evp_int.h to all crypto/ files that need it
Richard Levitte
2015-12-07
1
-0
/
+1
*
Have other crypto/evp files include evp_locl.h
Richard Levitte
2015-12-07
1
-28
/
+45
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-9
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-2
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-2
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-1
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-530
/
+529
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+1
*
Audit libcrypto for unchecked return values: fix all cases enountered
Dr. Stephen Henson
2009-09-24
1
-27
/
+76
*
Fix compiler warnings in crypto/evp/bio_ok.c as pointed out by Geoff.
Andy Polyakov
2004-08-29
1
-2
/
+4
*
Make bio_ok.c Microsoft compiler savvy.
Andy Polyakov
2004-07-25
1
-4
/
+4
*
Make bio_ok.c 64-bit savvy.
Andy Polyakov
2004-07-25
1
-24
/
+22
*
Correct documentation typos.
Richard Levitte
2003-12-27
1
-1
/
+1
*
Cleanse memory using the new OPENSSL_cleanse() function.
Richard Levitte
2002-11-28
1
-1
/
+1
[next]