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
*
Replace FUNCerr with ERR_raise_data
Rich Salz
2019-08-02
6
-47
/
+70
*
Remove HEADER_BSS_FILE_C module include guard
Dr. Matthias St. Pierre
2019-07-24
1
-33
/
+28
*
Deprecate SYSerr, add new FUNCerr macro
Rich Salz
2019-07-22
6
-32
/
+32
*
Add ERR_put_func_error, and use it.
Rich Salz
2019-07-22
6
-39
/
+32
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-64
/
+2
*
Fix Typos
Antoine Cœur
2019-07-02
1
-1
/
+1
*
Keep the externally visible macro BIO_FLAGS_UPLINK in bio.h
Bernd Edlinger
2019-06-26
3
-24
/
+24
*
Fix and document BIO_FLAGS_NONCLEAR_RST behavior on memory BIO
Tomas Mraz
2019-06-19
1
-3
/
+1
*
Move a fall through comment
Matt Caswell
2019-06-11
1
-1
/
+1
*
BIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if getaddrinfo fails
Tomas Mraz
2019-06-10
1
-0
/
+14
*
Add testing of RDONLY memory BIOs
Tomas Mraz
2019-04-16
1
-0
/
+1
*
Fix for BIO_get_mem_ptr and related regressions
Tomas Mraz
2019-04-16
1
-12
/
+28
*
Use AI_ADDRCONFIG hint with getaddrinfo if available.
Tomas Mraz
2019-04-03
1
-0
/
+6
*
bio: Linux TLS Rx Offload
Boris Pismenny
2019-04-01
1
-6
/
+13
*
cygwin: drop explicit O_TEXT
Corinna Vinschen
2019-02-18
1
-4
/
+5
*
Cleanup vxworks support to be able to compile for VxWorks 7
Klotz, Tobias
2019-01-24
1
-0
/
+5
*
Fix a memory leak in the mem bio
Corey Minyard
2019-01-21
1
-10
/
+14
*
crypto/bio/b_dump.c: change all char* to void*, and constify
Richard Levitte
2019-01-16
1
-11
/
+13
*
bio: Linux TLS Offload
Boris Pismenny
2018-12-07
1
-2
/
+46
*
Following the license change, modify the boilerplates in crypto/bio/
Richard Levitte
2018-12-06
24
-24
/
+24
*
Refactor the computation of API version limits
Richard Levitte
2018-12-06
1
-3
/
+3
*
Fix the BIO callback return code handling
Matt Caswell
2018-10-04
1
-2
/
+2
*
Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)
Richard Levitte
2018-09-30
1
-0
/
+5
*
minor fixes for Windows
Viktor Szakats
2018-09-12
1
-0
/
+2
*
bio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6 with the rest.
Andy Polyakov
2018-07-20
1
-1
/
+1
*
Fix a new gcc-9 warning [-Wstringop-truncation]
Bernd Edlinger
2018-06-24
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-05-11
1
-1
/
+1
*
BIO_s_mem() write: Skip early when input length is zero
Richard Levitte
2018-05-05
1
-0
/
+2
*
Add missing error code when alloc-return-null
FdaSilvaYY
2018-04-26
5
-3
/
+14
*
Use get_last_sys_error() instead of get_last_rtl_error()
Richard Levitte
2018-04-26
1
-2
/
+2
*
Ensure the thread keys are always allocated in the same order
Bernd Edlinger
2018-04-20
1
-1
/
+2
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
bio/b_addr.c: resolve HP-UX compiler warnings.
Andy Polyakov
2018-04-09
1
-3
/
+3
*
Set error code on alloc failures
Rich Salz
2018-04-03
5
-8
/
+17
*
Update copyright year
Matt Caswell
2018-04-03
2
-2
/
+2
*
Use the private RNG for data that is not public
Kurt Roeckx
2018-04-02
1
-2
/
+2
*
Allow NULL for some _free routines.
Rich Salz
2018-03-27
2
-0
/
+4
*
Remove some code for a contributor that we cannot find
Matt Caswell
2018-03-27
2
-6
/
+0
*
bio/bss_log.c: on DJGPP syslog facility is part of sockets library.
Andy Polyakov
2018-03-22
1
-0
/
+2
*
Convert _meth_get_ functions to const getters
Jack Bates
2018-03-21
1
-10
/
+10
*
Fix bio callback backward compatibility
Bernd Edlinger
2018-03-19
1
-11
/
+11
*
Update copyright year
Matt Caswell
2018-02-27
1
-1
/
+1
*
Add BIO_bind function to bind local address for a socket.
John Hughes
2018-02-19
2
-19
/
+51
*
VMS: for testutil, make sure to use BIO_f_linebuffer
Richard Levitte
2018-02-13
1
-2
/
+3
*
Update copyright year
Matt Caswell
2018-02-13
8
-8
/
+8
*
Remove code that prints "<SPACES/NULS>" in hexdumps
Bernd Edlinger
2018-02-12
1
-16
/
+1
*
Copy name string in BIO_meth_new
Rich Salz
2018-02-10
2
-5
/
+12
*
Avoid leaking peername data via accept BIOs
Viktor Dukhovni
2018-02-10
1
-0
/
+5
*
Revert the crypto "global lock" implementation
Benjamin Kaduk
2018-01-31
2
-2
/
+2
[next]