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
/
libcrypto
/
engine
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-19
$OpenBSD$
tb
1
-0
/
+1
2019-01-19
Partial port of EC_KEY_METHOD from OpenSSL 1.1.
tb
5
-4
/
+152
2018-11-11
Add automatic threading initialization for libcrypto.
bcook
1
-6
/
+1
2018-08-24
In ENGINE_up_ref(), check return value of CRYPTO_add() and report
tb
1
-3
/
+5
2018-04-14
Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior and
tb
5
-27
/
+25
2018-04-14
make ENGINE_finish() succeed on NULL and simplify callers as in
tb
1
-5
/
+3
2018-03-17
Bring in compatibility for OpenSSL 1.1 style init functions.
beck
2
-6
/
+19
2017-01-29
Send the function codes from the error functions to the bit bucket,
beck
14
-171
/
+80
2016-12-21
Explicitly export a list of symbols from libcrypto.
jsing
1
-7
/
+3
2016-11-04
Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by
miod
1
-11
/
+5
2016-11-04
Remove I386_ONLY define. It was only used to prefer a
miod
1
-2
/
+2
2015-12-07
Remove SHA0 check, as we did in v1.21 of sha.h.
bcook
1
-2
/
+2
2015-08-28
Kill coverity 128475
beck
1
-2
/
+2
2015-07-19
Remove OpenSSL engine RSAX.
doug
3
-701
/
+2
2015-07-19
abort when ENGINE_remove fails, fix Coverity 21656
bcook
1
-5
/
+2
2015-06-19
Return the failing engine ID in the error stack.
bcook
1
-2
/
+4
2015-06-19
Disable ENGINE_load_dynamic (dynamic engine support).
bcook
3
-513
/
+7
2015-04-11
Remove all getenv() calls, especially those wrapped by issetugid().
deraadt
1
-7
/
+2
2015-02-11
Enable building with -DOPENSSL_NO_DEPRECATED.
doug
14
-14
/
+38
2015-02-10
Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy
miod
1
-6
/
+1
2015-02-09
BN_CTX_get() can fail - consistently check its return value.
jsing
1
-4
/
+7
2015-02-07
Delete a lot of #if 0 code in libressl.
doug
4
-45
/
+9
2014-11-19
Nuke yet more obvious #include duplications.
krw
1
-3
/
+1
2014-10-22
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().
jsing
1
-2
/
+3
2014-10-18
None of these need to include <openssl/rand.h>
jsing
2
-4
/
+2
2014-08-11
Guard RSA / RC4-5 ASM when NO_ASM is not defined
bcook
1
-3
/
+4
2014-07-13
The bell tolls for BUF_strdup - Start the migration to using
beck
1
-4
/
+4
2014-07-12
if (x) FOO_free(x) -> FOO_free(x).
miod
1
-7
/
+4
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
jsing
5
-18
/
+16
2014-07-10
Explicitly include <openssl/opensslconf.h> in every file that references
jsing
9
-12
/
+27
2014-07-10
Stop including standard headers via cryptlib.h - pull in the headers that
jsing
8
-9
/
+24
2014-07-09
remove unused dynamic_cmd_defns_empty structure.
bcook
1
-4
/
+1
2014-06-29
correct issetugid sense as spotted by Stijn van Drongelen.
deraadt
1
-3
/
+7
2014-06-23
Since this is a library, place issetugid() before every getenv()
deraadt
1
-2
/
+3
2014-06-22
More KNF.
jsing
1
-5
/
+5
2014-06-22
KNF.
jsing
2
-49
/
+55
2014-06-22
KNF.
jsing
1
-159
/
+148
2014-06-22
KNF.
jsing
6
-942
/
+1062
2014-06-22
More KNF.
jsing
3
-9
/
+9
2014-06-12
tags as requested by miod and tedu
deraadt
28
-15
/
+28
2014-06-11
c-file-style hints, begone; ok beck
deraadt
1
-1
/
+1
2014-06-10
Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receives
deraadt
3
-1365
/
+1
2014-06-10
KNF.
jsing
8
-754
/
+754
2014-06-10
KNF.
jsing
11
-435
/
+516
2014-06-09
use memset instead of bzero
deraadt
1
-2
/
+2
2014-06-07
malloc() result does not need a cast.
deraadt
2
-4
/
+3
2014-06-02
A few months back there was a big community fuss regarding direct-use
deraadt
3
-143
/
+0
2014-05-30
more: no need for null check before free
deraadt
1
-8
/
+4
2014-05-30
no need for null check before free. from Brendan MacDonell
tedu
1
-2
/
+1
2014-05-29
convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53
deraadt
1
-1
/
+1
[next]