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
/
ec
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-04
Move point-on-curve check to set_affine_coordinates
tb
4
-18
/
+50
2020-06-05
Add support for additional GOST curves.
jsing
1
-5
/
+163
2019-09-29
If a NULL or zero cofactor is passed to EC_GROUP_set_generator(),
tb
3
-11
/
+113
2019-09-09
Plug memory leak in error paths. Found while comparing this file
tb
1
-5
/
+5
2019-09-09
Provide EVP_PKEY_CTX_get_signature_md() macro and implement the
jsing
1
-1
/
+5
2019-09-09
Move #include <openssl/cms.h> to more appropriate location (since it is
jsing
1
-3
/
+2
2019-09-08
Add CMS ECC support.
jsing
1
-2
/
+370
2019-09-06
Add various macros and controls for EC_PKEY_CTX.
jsing
3
-26
/
+313
2019-05-10
Initialize EC_KEY_METHOD before use.
bcook
1
-2
/
+2
2019-01-19
$OpenBSD$
tb
1
-0
/
+1
2019-01-19
Partial port of EC_KEY_METHOD from OpenSSL 1.1.
tb
2
-9
/
+9
2019-01-19
Partial port of EC_KEY_METHOD from OpenSSL 1.1.
tb
4
-29
/
+125
2019-01-19
Partial port of EC_KEY_METHOD from OpenSSL 1.1.
tb
4
-23
/
+401
2018-11-15
Port OpenSSL commit 99540ec79491f59ed8b46b4edf130e17dc907f52 -- mitigation
tb
1
-4
/
+4
2018-11-09
Avoid dereferencing eckey before checking it for NULL.
tb
1
-5
/
+6
2018-11-06
unrevert the use of bn_rand_interval().
tb
3
-12
/
+9
2018-11-06
Unset Z_is_zero after applying coordinate blinding and
tb
1
-3
/
+4
2018-11-06
disable EC_POINT coordinate blinding due to failures in ECDHE and TLS
tb
1
-1
/
+3
2018-11-06
revert use of bn_rand_interval due to failures with ECDHE and TLS
tb
2
-7
/
+10
2018-11-05
Make use of bn_rand_interval() where appropriate.
tb
2
-10
/
+7
2018-11-05
Eliminate a few "} else" branches, a few unneeded NULL checks before
tb
1
-16
/
+12
2018-11-05
Implement coordinate blinding for EC_POINT.
tb
10
-18
/
+110
2018-09-01
Tweak comment.
tb
1
-5
/
+2
2018-08-24
Add consts to EVP_PKEY_asn1_set_private()
tb
1
-2
/
+2
2018-08-24
After removing support for broken PKCS#8 formats (it was high time),
tb
1
-2
/
+2
2018-07-23
Use BN_swap_ct() instead of BN_consttime_swap() in
tb
1
-5
/
+10
2018-07-16
Recommit Billy Brumley's ECC constant time patch with a fix for sparc64
tb
6
-47
/
+341
2018-07-15
recommit label indentation part of the backout; clearly unrelated to the
tb
19
-91
/
+93
2018-07-15
back out ecc constant time changes
jsg
20
-426
/
+133
2018-07-10
Indent labels by a space so they don't obliterate function names in diffs.
tb
19
-91
/
+93
2018-07-10
ECC constant time scalar multiplication support. First step in overhauling
tb
5
-46
/
+337
2018-05-19
Add a const qualifier to the 'key' argument of i2o_ECPublicKey() and
tb
2
-4
/
+4
2018-05-01
Convert a handful of X509_*() functions to take const as in OpenSSL.
tb
1
-6
/
+6
2018-04-23
Make whitespace between functions and structs a bit more consistent.
tb
1
-3
/
+7
2018-03-16
Consistently spell "IPsec" in comments and debug outputs.
mpi
1
-2
/
+2
2018-03-12
Fix for processing of EC public key
inoguchi
2
-15
/
+27
2017-05-26
Avoid a potential NULL pointer dereference in d2i_ECPrivateKey().
jsing
1
-1
/
+7
2017-05-02
use freezero() instead of memset/explicit_bzero + free. Substantially
deraadt
7
-30
/
+17
2017-01-29
Send the function codes from the error functions to the bit bucket,
beck
22
-562
/
+391
2017-01-21
Add ct and nonct versions of BN_mod_inverse for internal use
beck
1
-3
/
+4
2016-12-21
Explicitly export a list of symbols from libcrypto.
jsing
2
-3
/
+14
2016-11-04
Add assembler code for the nist 256-bit GFp curve, written initially by
miod
9
-6
/
+19107
2016-10-19
unifdef OPENSSL_NO_CMS
jsing
1
-22
/
+1
2016-09-03
remove unused variable
beck
1
-2
/
+1
2016-09-03
Fix some very unnecessary convoultion.
beck
1
-16
/
+6
2016-03-20
" the the " -> " the ", or in a couple of cases replace the superfluous
krw
1
-2
/
+2
2016-03-12
Add error handling to the remaining calls to bn_wexpand().
bcook
1
-12
/
+16
2016-03-10
http -> https for a few more IETF URLs in comments or man pages
mmcc
1
-2
/
+2
2015-10-16
Remove pointless externs - the structs are declared in the same files a
jsing
1
-3
/
+1
2015-10-16
Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const
jsing
1
-6
/
+17
[next]