index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
src
/
apps
/
ecparam.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
jsing
2014-08-26
1
-613
/
+0
*
BIO_free() returns immediately when the sole input is NULL.
doug
2014-07-25
1
-3
/
+2
*
whitespace
deraadt
2014-07-14
1
-4
/
+4
*
openssl(1) is only built as a single monolithic binary, so just call
jsing
2014-07-12
1
-4
/
+1
*
Fix memory leak.
logan
2014-06-24
1
-2
/
+4
*
tags as requested by miod and tedu
deraadt
2014-06-12
1
-1
/
+1
*
malloc() result does not need a cast.
deraadt
2014-06-07
1
-1
/
+1
*
Stop pretending that openssl(1) applications support the -rand option.
jsing
2014-06-02
1
-8
/
+1
*
ok, next pass after review: when possible, put the reallocarray arguments
deraadt
2014-05-29
1
-1
/
+1
*
convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53
deraadt
2014-05-29
1
-1
/
+1
*
Calling signal once to ignore SIGPIPE is sufficient - we do not need to do
jsing
2014-05-23
1
-2
/
+0
*
It is perfectly valid to call free(NULL), so stop checking for non-NULL
jsing
2014-05-19
1
-2
/
+1
*
Remove unused include.
jsing
2014-05-18
1
-1
/
+0
*
Group and sort includes.
jsing
2014-05-18
1
-4
/
+7
*
bio_err is initialised in main, hence there is no need to initialise it
jsing
2014-05-18
1
-4
/
+0
*
When OPENSSL_C is not defined, apps_startup becomes a
jsing
2014-04-24
1
-2
/
+2
*
Unifdef -UPEDANTIC. ok beck@ tedu@
miod
2014-04-23
1
-6
/
+0
*
collateral damage
tedu
2014-04-18
1
-0
/
+1
*
$HOME/.rnd will never be a good source of entropy. ok beck
tedu
2014-04-18
1
-15
/
+1
*
Remove MAIN and PROG defines now that we do not compile non-monolithic.
jsing
2014-04-18
1
-4
/
+2
*
KaboomNF
tedu
2014-04-18
1
-313
/
+236
*
Mostly gut e_os.h:
deraadt
2014-04-17
1
-1
/
+1
*
Change library to use intrinsic memory allocation functions instead of
beck
2014-04-17
1
-7
/
+7
*
spray the apps directory with anti-VMS napalm.
tedu
2014-04-16
1
-6
/
+0
*
Import OpenSSL 1.0.1g
miod
2014-04-13
1
-2
/
+2
*
import OpenSSL 1.0.0e
djm
2011-11-03
1
-4
/
+1
*
import OpenSSL-1.0.0a
djm
2010-10-01
1
-0
/
+6
*
import of OpenSSL 0.9.8h
djm
2008-09-06
1
-0
/
+728