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