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
*
Enable -Wshadow in openssl(1) and fix a few shadow warnings.
doug
2014-09-01
5
-25
/
+21
*
Convert ecparam to new option/usage handling.
jsing
2014-09-01
1
-197
/
+215
*
Improve option usage output.
jsing
2014-09-01
1
-7
/
+20
*
Make the in6addr constant declarations and definitions consistent
bluhm
2014-08-31
1
-3
/
+3
*
Add sockatmark()
guenther
2014-08-31
3
-5
/
+170
*
Convert openssl(1) version to new option/usage handling.
jsing
2014-08-30
1
-34
/
+90
*
Move the callback function pointer outside the opt union so that the option
jsing
2014-08-30
2
-4
/
+10
*
OpenSSL_add_all_algorithms() is called from openssl_startup() - it does not
jsing
2014-08-28
6
-13
/
+6
*
openssl_setup() calls SSL_load_error_strings(), which happens to call
jsing
2014-08-28
27
-60
/
+30
*
Add option handling with a callback function for argument processing.
jsing
2014-08-28
2
-2
/
+10
*
Convert openssl(1) crl to new option/usage handling.
jsing
2014-08-28
1
-186
/
+246
*
Given the usage option name/argument name width a few more characters.
jsing
2014-08-28
1
-2
/
+2
*
Ensure that a format option argument is a known specifier.
jsing
2014-08-28
1
-2
/
+10
*
Add option handling for ordered flags.
jsing
2014-08-28
2
-2
/
+8
*
Add option handling for input/output formats.
jsing
2014-08-28
2
-2
/
+8
*
preserve errno value on success.
bcook
2014-08-28
2
-8
/
+12
*
Convert openssl(1) prime to the new options/usage handling.
jsing
2014-08-27
1
-60
/
+81
*
Reset the config struct before calling options_parse(), otherwise config
jsing
2014-08-27
1
-1
/
+3
*
Add an option type that handles argument to integer conversion.
jsing
2014-08-27
2
-4
/
+22
*
Implement table-driven option parsing that allows an application to
jsing
2014-08-27
3
-76
/
+192
*
Add the API function ressl_config_set_ecdhcurve(config, name) to set a
reyk
2014-08-27
4
-9
/
+29
*
remove nginx references
robert
2014-08-26
1
-2
/
+1
*
Update regress to follow openssl(1) move.
jsing
2014-08-26
9
-2
/
+244
*
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
jsing
2014-08-26
58
-88
/
+84
*
constify strerror return value
bcook
2014-08-24
2
-4
/
+4
*
Include <sys/time.h> to get struct timeval
bcook
2014-08-24
2
-2
/
+4
*
Include <sys/select.h> to get select
bcook
2014-08-24
4
-4
/
+9
*
Let SSL_CIPHER_description() allocate the buffer for the description,
jsing
2014-08-24
1
-4
/
+6
*
Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and a
jsing
2014-08-24
10
-58
/
+38
*
Remove non-standard GOST cipher suites (which are not compiled in
jsing
2014-08-23
2
-136
/
+2
*
Replace the remaining ssl3_get_cipher_by_char() calls with n2s() and
jsing
2014-08-23
8
-80
/
+60
*
unbind;
jmc
2014-08-23
5
-27
/
+16
*
Three independent typos for `independent' or `independently'.
miod
2014-08-19
2
-2
/
+2
*
replace more ROTATE macros with plain-old C code.
bcook
2014-08-18
4
-80
/
+38
*
remove return value from HOST_c2l/l2c macros
bcook
2014-08-18
16
-212
/
+212
*
a small tweak to improve malloc in multithreaded programs. we don't need
tedu
2014-08-18
1
-7
/
+21
*
replace sprintf/strdup with asprintf in engine test
bcook
2014-08-16
1
-8
/
+5
*
only build the getrandom path if SYS_getrandom is defined.
bcook
2014-08-16
2
-6
/
+14
*
use C rather than C++ array initialization syntax
bcook
2014-08-16
1
-37
/
+37
*
getrandom(2) support for getentropy_linux
bcook
2014-08-16
2
-26
/
+20
*
use void * instead of char *. ok jsing
tedu
2014-08-15
2
-6
/
+6
*
XPG requires insque() and remque() to work with linear lists and not just
guenther
2014-08-15
3
-21
/
+26
*
fixed overrid(d)en typo
tobias
2014-08-14
3
-5
/
+5
*
munmap correct object in (extremely unlikely, and effectively terminal)
deraadt
2014-08-13
6
-12
/
+12
*
Merge a patch that i successfully pushed to OpenSSL,
schwarze
2014-08-12
2
-2
/
+2
*
Replace intrinsic ROTATE macros with an inline.
bcook
2014-08-12
2
-82
/
+20
*
Guard RSA / RC4-5 ASM when NO_ASM is not defined
bcook
2014-08-11
6
-12
/
+18
*
Check the return value of sk_SSL_CIPHER_new_null(), since it allocates
jsing
2014-08-11
2
-10
/
+14
*
Unchecked memory allocation and potential leak upon error in
miod
2014-08-11
2
-10
/
+24
*
Remove now-unused SSL2_STATE as well as ssl2-specific state machine values.
miod
2014-08-11
2
-234
/
+2
[next]