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
/
usr.bin
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Windows OS-specific functions to make porting easier.
bcook
2014-12-03
4
-31
/
+165
*
convert select() to poll(). This is one of the most complicated
deraadt
2014-12-02
2
-40
/
+63
*
Conversion of braindead select() path to braindead poll() path.
deraadt
2014-12-02
1
-17
/
+17
*
Mention the -no_tls1_[12] options
guenther
2014-11-23
1
-6
/
+10
*
Nuke more obvious #include duplications.
krw
2014-11-18
1
-2
/
+1
*
More OPENSSL_NO_TLSEXT clean up.
jsing
2014-11-07
3
-11
/
+11
*
Document the -servername option for openssl(1) s_client.
jsing
2014-11-07
1
-2
/
+7
*
TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT,
jsing
2014-11-06
2
-76
/
+2
*
ssl_sock_init() does nothing, so remove it...
jsing
2014-11-06
1
-17
/
+1
*
simple select() to poll() conversion; reviewed by millert and doug
deraadt
2014-11-04
1
-9
/
+9
*
Remove ephemeral RSA key handling.
jsing
2014-10-31
1
-43
/
+4
*
Use automatic DH ephemeral parameters instead of fixed 512 bit.
jsing
2014-10-31
1
-38
/
+23
*
my mistake. we already did increase buffers to 16k; increasing to 64k
tedu
2014-10-30
1
-2
/
+2
*
rework the poll loop to poll in both directions so it doesn't get stuck
tedu
2014-10-30
1
-47
/
+211
*
POLLIN is not guaranteed to be set in revents for EOF so check for
millert
2014-10-26
1
-3
/
+3
*
Remove unnecessary include: netinet/in_systm.h is not needed by these
lteo
2014-10-24
1
-2
/
+1
*
Use arc4random_buf() instead of RAND(_pseudo)?_bytes().
jsing
2014-10-22
8
-36
/
+19
*
None of these need <openssl/rand.h>
jsing
2014-10-22
3
-6
/
+3
*
s_client: don't call shutdown on a non-existent socket descriptor.
bcook
2014-10-20
1
-3
/
+1
*
Repair BUF_strdup() breakage.
jsing
2014-10-16
2
-4
/
+6
*
prefer C99 array initialization syntax.
bcook
2014-10-13
5
-10
/
+10
*
Use O_NONBLOCK over FIONBIO.
bcook
2014-10-13
2
-11
/
+7
*
fix an indentation that makes me upset
deraadt
2014-10-08
1
-2
/
+2
*
Switch "openssl req" to using SHA256 for hashes and AES256 to encrypt on-disk
sthen
2014-10-01
2
-12
/
+12
*
Remove unused #define.
lteo
2014-09-17
1
-3
/
+1
*
a little less sendmail specific;
jmc
2014-09-16
1
-4
/
+3
*
Disable -Wshadow again, since it breaks builds on vax with gcc3.
jsing
2014-09-10
1
-2
/
+2
*
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
*
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
*
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
*
remove nginx references
robert
2014-08-26
1
-2
/
+1
*
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
jsing
2014-08-26
57
-0
/
+44053
*
Make sure the correct errno is reported by warn* or err* and not
guenther
2014-07-20
1
-2
/
+3
*
stick with 16k buffers for a little while to avoid bufferbloat.
tedu
2014-06-10
1
-2
/
+2
*
increase buffer size to 64k, and actually use it. ok deraadt
tedu
2014-06-10
1
-3
/
+3
*
Use errc/warnc to simplify code.
guenther
2014-05-20
1
-2
/
+2
[next]