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
/
openssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
these do not use ioctl.h
deraadt
2015-10-06
2
-4
/
+2
*
BIO_get_fd() could return fd 0; fix error condition. Found at
deraadt
2015-10-03
1
-2
/
+2
*
avoid sys/param.h, by using PATH_MAX
deraadt
2015-10-02
1
-1
/
+1
*
Another s/M_ASN1_INTEGER_free/ASN1_INTEGER_free/.
jsing
2015-10-01
1
-2
/
+2
*
add a missing NULL check
bcook
2015-09-21
1
-1
/
+5
*
add a couple of missing NULL checks
bcook
2015-09-21
1
-3
/
+3
*
remove vestigial bits of sha-0 and md2 from openssl(1)
bcook
2015-09-21
5
-23
/
+17
*
Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0
miod
2015-09-20
1
-34
/
+34
*
Temporarily revive MD4 for MS CHAP support.
doug
2015-09-14
5
-16
/
+49
*
Remove MD4 support from LibreSSL.
doug
2015-09-13
5
-48
/
+15
*
nc(1) seems worth an Xr in SEE ALSO now;
jmc
2015-09-13
1
-1
/
+2
*
Factor out setup_up / destroy_ui functions.
bcook
2015-09-13
4
-58
/
+58
*
document extra algorithms available with openssl speed command
bcook
2015-09-13
1
-1
/
+4
*
tweak STANDARDS;
jmc
2015-09-13
1
-3
/
+3
*
Nuke SSLEAY_CONF -- a backwards compatibility environment variable that
lteo
2015-09-12
4
-14
/
+5
*
Add openssl(1) speed support for AEAD algorithms.
bcook
2015-09-12
1
-17
/
+96
*
Fix the openssl(1) prime command: When checking a decimal number for
lteo
2015-09-12
1
-3
/
+2
*
unifdef -DOPENSSL_NO_RC5
jsing
2015-09-11
2
-42
/
+2
*
kill evil comment
beck
2015-09-11
1
-3
/
+1
*
fix unchecked mallocs - coverity 130454 and 130455
beck
2015-09-11
1
-6
/
+15
*
"Shutdown" should be "Shut down" in the usage for s_time's -no_shutdown
lteo
2015-09-11
1
-2
/
+2
*
Remove engine command and parameters from openssl(1).
bcook
2015-09-11
40
-1726
/
+184
*
remove stupid casts
deraadt
2015-09-11
1
-4
/
+4
*
shutdown (n.) -> shut down (v.);
jmc
2015-09-11
1
-2
/
+2
*
Change the default behavior of the s_time command so that it will
lteo
2015-09-11
1
-2
/
+7
*
*** empty log message ***
lteo
2015-09-11
1
-19
/
+24
*
Nuke references to DTLS1_BAD_VER and unbreak the tree.
jsing
2015-09-10
1
-5
/
+2
*
Remove call to CRYPTO_malloc_init(), which does nothing.
jsing
2015-09-10
1
-2
/
+1
*
Correct spelling of OPENSSL_cleanse.
jsing
2015-09-10
6
-17
/
+17
*
Fix shadowed verify_error in s_server by removing the unused global.
bcook
2015-09-10
4
-10
/
+8
*
Remove SOCKET_PROTOCOL, a redundant define that was only used once.
lteo
2015-09-10
1
-4
/
+2
*
Remove unused defines. No binary change.
lteo
2015-09-10
2
-9
/
+2
*
Remove all duplicate prototypes for *_main functions (these are already
jsing
2015-08-22
42
-185
/
+102
*
bring prototypes into scope, requires movement of a large global object
deraadt
2015-08-19
8
-202
/
+208
*
Improve openssl s_client -starttls xmpp support.
landry
2015-08-11
2
-7
/
+28
*
remove ssl3 bits; ok doug
jmc
2015-08-02
1
-58
/
+14
*
use file system path (.Pa) semantic markup macros where appropriate.
sobrado
2015-07-27
1
-7
/
+7
*
Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integer
jsing
2015-07-22
1
-6
/
+2
*
Convert openssl(1) nseq to new option handling.
jsing
2015-07-21
1
-40
/
+51
*
Convert openssl(1) pkcs7 to new option handling.
jsing
2015-07-21
1
-93
/
+111
*
remove superfluous strings.h
bcook
2015-07-21
1
-2
/
+1
*
app_tminterval moved to apps_posix.c, we don't need sys/times.h
bcook
2015-07-20
1
-2
/
+1
*
No need to recheck for NULL in openssl(1) ecparam.
doug
2015-07-20
1
-5
/
+1
*
Don't try to run ECDH if ecdh_checks fails in openssl(1) speed.
doug
2015-07-20
1
-17
/
+23
*
Avoid NULL deref in openssl(1) s_cb.
doug
2015-07-20
1
-5
/
+14
*
Avoid possible NULL deref in openssl(1) s_server.
doug
2015-07-20
1
-2
/
+5
*
check the sigbuf value before using it.
rpointel
2015-07-20
1
-2
/
+7
*
Avoid dereferencing a NULL.
doug
2015-07-20
1
-5
/
+7
*
Remove condition that never happens and fix error handling.
doug
2015-07-20
1
-6
/
+5
*
Check return value for ENGINE_ctrl and ENGINE_ctrl_cmd.
doug
2015-07-20
1
-4
/
+15
[prev]
[next]