index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bio: remove TODOs
Pauli
2021-06-02
15
-34
/
+0
*
Fix PKCS7_verify to not have an error stack if it succeeds.
Shane Lontis
2021-05-31
1
-4
/
+7
*
BIO acpt_state(): Allow retrying addresses (e.g., using IPv6 vs. IPv4) on cre...
Dr. David von Oheimb
2021-05-29
1
-3
/
+9
*
DOC: Slightly improve the documentation of BIO_lookup() and related functions
Dr. David von Oheimb
2021-05-29
1
-3
/
+3
*
Rework and make DEBUG macros consistent.
Rich Salz
2021-05-28
1
-1
/
+1
*
Deprecate old style BIO callback calls
Tomas Mraz
2021-05-26
4
-43
/
+79
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-05-20
1
-1
/
+1
*
Fix crypto/bio/b_sock.c for VMS
Richard Levitte
2021-05-19
1
-4
/
+8
*
bio_lib: Add BIO_get_line, correct doc of BIO_gets
Dr. David von Oheimb
2021-05-19
1
-0
/
+31
*
Move ossl_sleep() to e_os.h and use it in apps
Dr. David von Oheimb
2021-05-18
1
-1
/
+0
*
Replace some of the ERR_clear_error() calls with mark calls
Tomas Mraz
2021-05-13
2
-5
/
+11
*
Add the ability for ex_data to have a priority
Matt Caswell
2021-05-11
1
-0
/
+1
*
BIO_listen: disable setting ipv6_v6only on OpenBSD as it is a read only data ...
David Carlier
2021-05-09
1
-1
/
+2
*
Update copyright year
Matt Caswell
2021-05-06
1
-1
/
+1
*
Create libcrypto support for BIO_new_from_core_bio()
Matt Caswell
2021-05-04
4
-2
/
+179
*
Removed dead code in linebuffer_ctrl()
Tomas Mraz
2021-04-22
1
-3
/
+3
*
Update copyright year
Matt Caswell
2021-04-22
5
-5
/
+5
*
Link with uplink module
Tanzinul Islam
2021-04-19
1
-1
/
+1
*
Add more negative checks for integers passed to OPENSSL_malloc().
Shane Lontis
2021-04-16
3
-4
/
+12
*
bio_printf: add \0 terminators for error returns in floating point conversions.
Pauli
2021-04-14
1
-1
/
+5
*
bio: add a malloc failed error to BIO_print
Pauli
2021-04-14
1
-3
/
+5
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Fix DER reading from stdin for BIO_f_readbuffer
Shane Lontis
2021-03-22
1
-36
/
+56
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
1
-1
/
+4
*
Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcrypto
Tomas Mraz
2021-03-12
1
-2
/
+0
*
Update copyright year
Matt Caswell
2021-03-11
4
-4
/
+4
*
Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIO
Pauli
2021-03-11
2
-1
/
+125
*
Add new filter BIO BIO_f_readbuffer()
Shane Lontis
2021-03-10
2
-1
/
+269
*
Handle NULL result of ERR_reason_error_string() in some apps
Dr. David von Oheimb
2021-02-22
1
-1
/
+1
*
Correct the return value of BIO_get_ktls_*().
John Baldwin
2021-02-19
3
-7
/
+7
*
Update copyright year
Richard Levitte
2021-01-28
3
-3
/
+3
*
Check input size before NULL pointer test inside mem_write()
zsugabubus
2021-01-21
1
-4
/
+4
*
replace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_PARAMETER
Dr. David von Oheimb
2021-01-16
3
-14
/
+13
*
bio_lib.c: Fix error queue entries and return codes on NULL args etc.
Dr. David von Oheimb
2021-01-16
1
-52
/
+57
*
remove unused assignments
Pauli
2020-12-03
1
-1
/
+1
*
Fix instances of pointer addition with the NULL pointer
Matt Caswell
2020-11-30
1
-1
/
+1
*
Update copyright year
Matt Caswell
2020-11-26
4
-4
/
+4
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
1
-1
/
+2
*
BIO: Undefine UNICODE in b_addr.c to get POSIX declaration of gai_strerror()
Richard Levitte
2020-11-13
1
-0
/
+10
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
4
-21
/
+18
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
16
-113
/
+113
*
Update copyright year
Matt Caswell
2020-11-05
1
-1
/
+1
*
Work around Windows ftell() bug as per Microsoft engineering's suggestion
Richard Levitte
2020-10-21
1
-0
/
+9
*
Update copyright year
Matt Caswell
2020-10-15
1
-1
/
+1
*
Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERV
drgler
2020-10-03
1
-0
/
+4
*
NonStop port updates for 3.0.0.
Randall S. Becker
2020-09-12
1
-1
/
+7
*
Slightly abstract ktls_start() to reduce OS-specific #ifdefs.
John Baldwin
2020-09-06
2
-14
/
+2
*
Fix the socket BIO control methods to use ktls_crypto_info_t.
John Baldwin
2020-09-06
2
-15
/
+8
*
Update copyright year
Matt Caswell
2020-08-06
1
-1
/
+1
[next]