index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@
millert
2015-01-16
2
-8
/
+8
*
Replace check for ">= HOST_NAME_MAX+1" with "> HOST_NAME_MAX".
millert
2015-01-16
1
-1
/
+1
*
Move to the <limits.h> universe.
deraadt
2015-01-16
23
-57
/
+40
*
The SSL/TLS session Id context is limited to 32 bytes. Instead of
reyk
2015-01-16
1
-1
/
+13
*
Delete the MANLINT variable and the related SUFFIXES rules because
schwarze
2015-01-16
2
-4
/
+4
*
remove unused variable
chl
2015-01-15
1
-2
/
+1
*
back in september I did the large abstraction refactoring to allow these
deraadt
2015-01-15
14
-14
/
+28
*
Make strlcpy/strlcat slightly easier to read.
millert
2015-01-15
4
-86
/
+82
*
For non-blocking sockets tls_connect_fds() could fail with EAGAIN.
bluhm
2015-01-13
2
-7
/
+22
*
Document the openssl s_client -proxy feature.
bluhm
2015-01-13
1
-2
/
+14
*
Add the possibility to use the openssl s_client tool with an http
bluhm
2015-01-13
1
-4
/
+24
*
Implement more thorough error checks:
lteo
2015-01-13
1
-12
/
+38
*
rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks,
tedu
2015-01-12
1
-9
/
+9
*
Fix a memory leak in bss_dgram.
doug
2015-01-12
2
-6
/
+26
*
Convert spkac.c to the new option handling code.
doug
2015-01-08
1
-100
/
+137
*
Convert pkcs8.c to the new option handling code.
doug
2015-01-08
1
-157
/
+220
*
Convert asn1pars.c to the new option handling.
doug
2015-01-08
1
-137
/
+206
*
missing , found by Dongsheng Song
deraadt
2015-01-08
1
-3
/
+3
*
Avoid a double-free in an error path.
doug
2015-01-08
2
-2
/
+4
*
stupid me. need errno.h
tedu
2015-01-07
1
-1
/
+2
*
set errno = EINVAL for invalid salts and hashes in most functions.
tedu
2015-01-07
1
-12
/
+20
*
mix in more virtual memory and process information
bcook
2015-01-07
2
-4
/
+8
*
add initial HP-UX getentropy/arc4random support.
bcook
2015-01-06
4
-0
/
+992
*
rename kern enter/exit macros to malloc enter/leave to better reflect
tedu
2015-01-05
1
-7
/
+7
*
Convert openssl(1) passwd to new option handling.
jsing
2015-01-05
1
-119
/
+151
*
convert clock() to clock_gettime() for improved precision (and accuracy?)
tedu
2015-01-05
1
-7
/
+9
*
Zap a reference to .rnd, which is likely the last RANDFILE remnant on
lteo
2015-01-05
1
-3
/
+2
*
Fix incorrect OPENSSL_assert() usage.
doug
2015-01-03
2
-48
/
+106
*
Check the return values of several reallocarray() calls. While here,
lteo
2015-01-03
3
-3
/
+17
*
Rename the tls_connect_socket() parameter 'socket' to 's' to avoid
bluhm
2015-01-02
1
-4
/
+4
*
Remove ifdef statements for TIMES and USE_TOD; they don't do anything,
lteo
2015-01-02
1
-5
/
+1
*
Provide option types for binary AND, binary OR and silently discarding an
jsing
2015-01-01
2
-2
/
+13
*
Convert the openssl(1) enc command to the new option parsing and usage.
jsing
2015-01-01
1
-250
/
+382
*
Revert previous; tls_accept_socket() was intentionally undocumented
schwarze
2015-01-01
1
-7
/
+1
*
minimally document tls_accept_socket();
schwarze
2015-01-01
1
-2
/
+8
*
copy bcrypt autotune from encrypt(1) and expose via crypt_newhash
tedu
2014-12-30
2
-5
/
+43
*
don't leak timing info about padding errors by generating a fake key
tedu
2014-12-29
2
-10
/
+20
*
Fix subtle typo.
jsing
2014-12-28
1
-2
/
+2
*
Add regress tests for default option handling.
jsing
2014-12-28
1
-1
/
+48
*
Allow a default option to be specified by having a NULL name, but a valid
jsing
2014-12-28
1
-4
/
+4
*
Add regress tests for multiple argument callback functions.
jsing
2014-12-28
1
-1
/
+38
*
Provide an option type that allows for a callback function to consume an
jsing
2014-12-28
2
-3
/
+12
*
Add option parsing regress tests with end of options handling.
jsing
2014-12-28
1
-17
/
+50
*
Teach option parsing that a single hyphen denotes the end of named options
jsing
2014-12-28
1
-2
/
+14
*
Add regress tests for option parsing with multiple unnamed arguments.
jsing
2014-12-28
1
-3
/
+45
*
Provide a mechanism for option parsing to return the number of arguments
jsing
2014-12-28
7
-14
/
+22
*
Update regress to match change in unnamed argument handling.
jsing
2014-12-28
1
-6
/
+5
*
Only accept a single unnamed argument - the existing behaviour is to
jsing
2014-12-28
1
-1
/
+12
*
Slightly simplify options parsing logic.
jsing
2014-12-28
1
-65
/
+58
*
Update options regress to match option function pointer change.
jsing
2014-12-28
1
-4
/
+4
[next]