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
/
pkcs7
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-05
Remove remaining error *_str_functs[]
jsing
1
-41
/
+2
2020-01-21
Remove redundant ASN1_INTEGER_set call in PKCS7_set_type
inoguchi
1
-2
/
+1
2019-10-04
Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey.
tb
1
-7
/
+8
2019-03-13
Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from the
tb
2
-5
/
+5
2017-05-02
use freezero() instead of memset/explicit_bzero + free. Substantially
deraadt
1
-25
/
+9
2017-01-29
Send the function codes from the error functions to the bit bucket,
beck
4
-173
/
+115
2016-12-30
Expand ASN1_ITEM_rptr macros - no change in generated assembly.
jsing
4
-13
/
+13
2016-12-27
Expand DECLARE_ASN1_{NDEF,PRINT}_FUNCTION macros - no change in
jsing
1
-3
/
+3
2016-12-27
Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been
jsing
1
-4
/
+1
2016-12-27
Expand DECLARE_ASN1_ITEM - no change to preprocessor output.
jsing
1
-3
/
+3
2016-11-05
More X509_STORE_CTX_set_*() return value checks.
miod
2
-10
/
+12
2016-09-04
Expand DECLARE_ASN1_.*FUNCTIONS macros.
jsing
1
-11
/
+51
2015-09-30
Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).
jsing
2
-9
/
+9
2015-09-30
Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is
jsing
1
-3
/
+3
2015-09-10
Correct spelling of OPENSSL_cleanse.
jsing
1
-8
/
+8
2015-07-29
Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated
jsing
2
-6
/
+6
2015-07-25
Expand ASN.1 template macros - no change in generated assembly.
jsing
1
-88
/
+544
2015-07-19
Verify ASN1 objects types before attempting to access them as a particular
miod
1
-1
/
+3
2015-07-18
Check the return value of ASN1_STRING_set(), for it may fail to allocate
miod
1
-2
/
+5
2015-07-15
Remove dead code. Coverity CID 21688
miod
1
-4
/
+1
2015-03-19
Fix several crash causing defects from OpenSSL.
tedu
2
-16
/
+86
2015-02-10
Expand IMPLEMENT_ASN1_NDEF_FUNCTION and IMPLEMENT_ASN1_PRINT_FUNCTION
jsing
1
-3
/
+14
2015-02-10
Manually expand ASN1_ITEM_rptr macros that should have been expanded with
jsing
1
-2
/
+2
2015-02-10
Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visible
jsing
1
-2
/
+7
2015-02-09
Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and
jsing
1
-11
/
+251
2015-02-07
Don't support very old versions of Netscape (is there any other kind?).
doug
1
-6
/
+5
2015-02-07
Delete a lot of #if 0 code in libressl.
doug
1
-23
/
+2
2014-11-09
GOST crypto algorithms (well, most of them), ported from the removed GOST
miod
1
-1
/
+3
2014-10-28
Check the result of sk_*_push() operations for failure.
miod
1
-17
/
+17
2014-10-22
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().
jsing
1
-4
/
+3
2014-10-18
None of these need to include <openssl/rand.h>
jsing
1
-2
/
+1
2014-07-25
BIO_free() returns immediately when the sole input is NULL.
doug
1
-3
/
+2
2014-07-12
if (x) FOO_free(x) -> FOO_free(x).
miod
2
-10
/
+6
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
jsing
5
-14
/
+16
2014-07-10
Explicitly include <openssl/opensslconf.h> in every file that references
jsing
1
-1
/
+4
2014-07-10
KNF
miod
1
-26
/
+34
2014-07-10
Fix a double free in a can't-fail error path in PKCS7_decrypt(), by removing
miod
1
-10
/
+6
2014-07-10
Stop including standard headers via cryptlib.h - pull in the headers that
jsing
1
-1
/
+3
2014-07-10
Remove #if 0 code which dumps your data to stdout.
miod
1
-9
/
+1
2014-07-08
More KNF.
jsing
1
-16
/
+18
2014-07-02
pk7_doit.c r1.20 introduced a NULL check that ensures that the signature
jsing
1
-2
/
+2
2014-07-02
Remove more unused cruft.
jsing
29
-1633
/
+0
2014-07-02
KNF.
jsing
1
-61
/
+51
2014-06-29
Remove yet another unused file... a backup copy (minus copyright and
jsing
1
-66
/
+0
2014-06-29
KNF.
jsing
11
-1590
/
+1547
2014-06-29
Remove another unused source file - I got suspicious when I found a
jsing
1
-460
/
+0
2014-06-12
tags as requested by miod and tedu
deraadt
14
-12
/
+14
2014-06-07
Remove various test stubs. The good ones have been moved by jsing
deraadt
4
-833
/
+0
2014-05-29
Everything sane has stdio, and FILE *. we don't need ifdefs for this.
beck
1
-2
/
+0
2014-05-25
calloc instead of malloc/memset. from Benjamin Baier
tedu
1
-3
/
+1
[next]